Macros | Functions
main.cpp File Reference

Main for the example application. More...

#include <QApplication>
#include <QtGui>
#include "dicom.h"
#include <QtDcmManager.h>
Include dependency graph for main.cpp:

Go to the source code of this file.

Macros

#define NO_COLOR   "\x1b[0m"
 
#define DEBUG_COLOR   "\033[33m"
 
#define INFO_COLOR   "\033[36m"
 
#define WARNING_COLOR   "\033[33m"
 
#define CRITICAL_COLOR   "\033[31;1m"
 
#define MESSAGE_COLOR   "\033[0m"
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Main for the example application.

Author
Alexandre Abadie
Version
2.0

Definition in file main.cpp.

Macro Definition Documentation

#define NO_COLOR   "\x1b[0m"

Definition at line 13 of file main.cpp.

#define DEBUG_COLOR   "\033[33m"

Definition at line 14 of file main.cpp.

#define INFO_COLOR   "\033[36m"

Definition at line 15 of file main.cpp.

#define WARNING_COLOR   "\033[33m"

Definition at line 16 of file main.cpp.

#define CRITICAL_COLOR   "\033[31;1m"

Definition at line 17 of file main.cpp.

#define MESSAGE_COLOR   "\033[0m"

Definition at line 18 of file main.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 20 of file main.cpp.