All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Basic application feature made available for plugins. More...
#include <PluginApplication.h>
Public Member Functions | |
| virtual bool | hasGui () const |
| PluginApplication () | |
| ~PluginApplication () | |
Basic application feature made available for plugins.
Full description of class still missing
Description of constructor still missing
References QGpCoreTools::CoreApplicationPrivate::setMessageHandler(), and TRACE.
{
TRACE;
#ifdef DO_MEMORY_CHECK
// Disable memory checker
MemoryCheckerPrivate::setEnabled(false);
#endif
// Install message handler
setMessageHandler(new GuiMessage);
}
References QGpCoreTools::CoreApplicationPrivate::destructorCleanUp(), and TRACE.
{
TRACE;
destructorCleanUp();
}
| virtual bool QGpGuiTools::PluginApplication::hasGui | ( | ) | const [inline, virtual] |
Implements QGpCoreTools::CoreApplicationPrivate.
{return true;}