All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <PluginCoreApplication.h>
Public Member Functions | |
| virtual bool | hasGui () const |
| PluginCoreApplication () | |
| ~PluginCoreApplication () | |
Brief description of class still missing.
Full description of class still missing
Description of constructor still missing
References QGpCoreTools::CoreApplicationPrivate::setMessageHandler().
: CoreApplicationPrivate() { #ifdef DO_MEMORY_CHECK // Disable memory checker MemoryCheckerPrivate::setEnabled(false); #endif // Install message handler setMessageHandler(new Message); }
Description of destructor still missing
References QGpCoreTools::CoreApplicationPrivate::destructorCleanUp().
{
destructorCleanUp();
}
| virtual bool QGpCoreTools::PluginCoreApplication::hasGui | ( | ) | const [inline, virtual] |
Implements QGpCoreTools::CoreApplicationPrivate.
{return false;}