Main Server class. More...
#include <serverapp.h>
Public Member Functions | |
virtual bool | OnInit () |
virtual int | OnExit () |
void | OnInitCmdLine (wxCmdLineParser &pParser) |
bool | OnCmdLineParsed (wxCmdLineParser &pParser) |
Public Member Functions inherited from wxGISAppWithLibs | |
virtual void | LoadLib (const wxString &sPath, bool bStore=true) |
Protected Member Functions | |
virtual wxThread::ExitCode | Entry () |
bool | CreateAndRunExitThread (void) |
void | DestroyExitThread (void) |
Protected Member Functions inherited from wxGISAppWithLibs | |
virtual void | LoadLibs (const wxXmlNode *pRootNode) |
virtual void | SerializeLibs () |
virtual void | UnLoadLibs () |
Additional Inherited Members | |
Public Types inherited from wxGISAppWithLibs | |
typedef std::map< wxString, wxDynamicLibrary * > | LIBMAP |
Protected Attributes inherited from wxGISAppWithLibs | |
wxArrayString | m_asNoStore |
LIBMAP | m_LibMap |
Main Server class.