All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
Init.hpp File Reference

Header of ... More...

#include <QApplication>
#include <openfluid/debug.hpp>
#include <openfluid/base/RuntimeEnv.hpp>

Go to the source code of this file.

Macros

#define OPENFLUID_APPLICATION   _M_qapp
 
#define INIT_OPENFLUID_APPLICATION(ac, av)
 
#define INIT_OPENFLUID_APPLICATION_WITH_GUI(ac, av)
 
#define CLOSE_OPENFLUID_APPLICATION_WITH_GUI   _M_qapp.exec();
 

Detailed Description

Header of ...

Author
Jean-Christophe FABRE fabre.nosp@m.jc@s.nosp@m.upagr.nosp@m.o.in.nosp@m.ra.fr

Macro Definition Documentation

#define CLOSE_OPENFLUID_APPLICATION_WITH_GUI   _M_qapp.exec();
#define INIT_OPENFLUID_APPLICATION (   ac,
  av 
)
Value:
QCoreApplication _M_qapp(ac,av); \
#define OFDBG_BANNER
Definition: debug.hpp:85
static RuntimeEnvironment * getInstance()
#define INIT_OPENFLUID_APPLICATION_WITH_GUI (   ac,
  av 
)
Value:
QApplication _M_qapp(ac,av); \
#define OFDBG_BANNER
Definition: debug.hpp:85
static RuntimeEnvironment * getInstance()
#define OPENFLUID_APPLICATION   _M_qapp