Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
ToolboxApp Class Reference

The application class for toolbox app. More...

#include <ToolboxApp.h>

Inheritance diagram for ToolboxApp:
Inheritance graph

Public Member Functions

virtual bool OnInit ()
 
wxLocale & GetLocale ()
 return currently active locale More...
 
const wxString & GetXRCPath ()
 return the current xrc path More...
 
ToolboxFrameGetToolboxFrame ()
 returns pointer to main frame More...
 

Private Attributes

wxLocale locale
 locale for internationalisation More...
 
wxString m_xrcPrefix
 
ToolboxFramem_frame
 

Detailed Description

The application class for toolbox app.

Definition at line 34 of file ToolboxApp.h.

Member Function Documentation

wxLocale& ToolboxApp::GetLocale ( )
inline

return currently active locale

Definition at line 43 of file ToolboxApp.h.

References locale.

ToolboxFrame* ToolboxApp::GetToolboxFrame ( )
inline

returns pointer to main frame

Definition at line 53 of file ToolboxApp.h.

References m_frame.

const wxString& ToolboxApp::GetXRCPath ( )
inline

return the current xrc path

Definition at line 48 of file ToolboxApp.h.

References m_xrcPrefix.

bool ToolboxApp::OnInit ( )
virtual

Definition at line 46 of file ToolboxApp.cpp.

References DEBUG_TRACE, HUGIN_LANGUAGE, and registerPTWXDlgFcn().

Member Data Documentation

wxLocale ToolboxApp::locale
private

locale for internationalisation

Definition at line 56 of file ToolboxApp.h.

Referenced by GetLocale().

ToolboxFrame* ToolboxApp::m_frame
private

Definition at line 62 of file ToolboxApp.h.

Referenced by GetToolboxFrame().

wxString ToolboxApp::m_xrcPrefix
private

Definition at line 61 of file ToolboxApp.h.

Referenced by GetXRCPath().


The documentation for this class was generated from the following files: