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

Brief description of class still missing. More...

#include <PluginCoreApplication.h>

Inheritance diagram for QGpCoreTools::PluginCoreApplication:
QGpCoreTools::CoreApplicationPrivate

List of all members.

Public Member Functions

virtual bool hasGui () const
 PluginCoreApplication ()
 ~PluginCoreApplication ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

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().


Member Function Documentation

virtual bool QGpCoreTools::PluginCoreApplication::hasGui ( ) const [inline, virtual]

Implements QGpCoreTools::CoreApplicationPrivate.

{return false;}

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