The main Server class. More...
#include <server.h>


Public Member Functions | |
| void | Exit (void) |
| virtual bool | CreateApp (void) |
| virtual void | OnAppOptions (void) |
| virtual void | OnAppAbout (void) |
| virtual wxString | GetAppName (void) const |
| virtual wxString | GetAppVersionString (void) const |
| virtual bool | SetupLog (const wxString &sLogPath) |
| virtual bool | SetupSys (const wxString &sSysPath) |
| virtual bool | SetupLoc (const wxString &sLoc, const wxString &sLocPath) |
| virtual void | SetDebugMode (bool bDebugMode) |
Public Member Functions inherited from IApplication | |
| virtual | ~IApplication (void) |
| A destructor. | |
| virtual wxString | GetAppDisplayName (void) const =0 |
| virtual wxString | GetAppDisplayNameShort (void) const =0 |
| virtual bool | SetupLog (const wxString &sLogPath, const wxString &sNamePrefix=wxEmptyString)=0 |
| virtual wxString | GetDecimalPoint (void) const =0 |
Protected Attributes | |
| wxFFile | m_LogFile |
| wxLocale * | m_pLocale |
| char * | m_pszOldLocale |
| wxRxCatalog * | m_pCatalog |
| wxGISNetworkService * | m_pNetworkService |
The main Server class.