All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
QGpGuiTools::PluginApplication Class Reference

Basic application feature made available for plugins. More...

#include <PluginApplication.h>

Inheritance diagram for QGpGuiTools::PluginApplication:
QGpCoreTools::CoreApplicationPrivate

List of all members.

Public Member Functions

virtual bool hasGui () const
 PluginApplication ()
 ~PluginApplication ()

Detailed Description

Basic application feature made available for plugins.

Full description of class still missing


Constructor & Destructor Documentation

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);
}

Member Function Documentation

virtual bool QGpGuiTools::PluginApplication::hasGui ( ) const [inline, virtual]

Implements QGpCoreTools::CoreApplicationPrivate.

{return true;}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines