Hugintrunk
0.1
|
The application class for toolbox app. More...
#include <ToolboxApp.h>
Public Member Functions | |
virtual bool | OnInit () |
wxLocale & | GetLocale () |
return currently active locale More... | |
const wxString & | GetXRCPath () |
return the current xrc path More... | |
ToolboxFrame * | GetToolboxFrame () |
returns pointer to main frame More... | |
Private Attributes | |
wxLocale | locale |
locale for internationalisation More... | |
wxString | m_xrcPrefix |
ToolboxFrame * | m_frame |
The application class for toolbox app.
Definition at line 34 of file ToolboxApp.h.
|
inline |
|
inline |
|
inline |
|
virtual |
Definition at line 46 of file ToolboxApp.cpp.
References DEBUG_TRACE, HUGIN_LANGUAGE, and registerPTWXDlgFcn().
|
private |
locale for internationalisation
Definition at line 56 of file ToolboxApp.h.
Referenced by GetLocale().
|
private |
Definition at line 62 of file ToolboxApp.h.
Referenced by GetToolboxFrame().
|
private |
Definition at line 61 of file ToolboxApp.h.
Referenced by GetXRCPath().