Hugin trunk 0.1
Loading...
Searching...
No Matches
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

bool OnInit () override
 
wxLocaleGetLocale ()
 return currently active locale
 
const wxStringGetXRCPath ()
 return the current xrc path
 
ToolboxFrameGetToolboxFrame ()
 returns pointer to main frame
 

Private Attributes

wxLocale locale
 locale for internationalisation
 
wxString m_xrcPrefix
 
ToolboxFramem_frame
 

Detailed Description

The application class for toolbox app.

Definition at line 34 of file ToolboxApp.h.

Member Function Documentation

◆ GetLocale()

wxLocale & ToolboxApp::GetLocale ( )
inline

return currently active locale

Definition at line 43 of file ToolboxApp.h.

References locale.

◆ GetToolboxFrame()

ToolboxFrame * ToolboxApp::GetToolboxFrame ( )
inline

returns pointer to main frame

Definition at line 53 of file ToolboxApp.h.

References m_frame.

◆ GetXRCPath()

const wxString & ToolboxApp::GetXRCPath ( )
inline

return the current xrc path

Definition at line 48 of file ToolboxApp.h.

References m_xrcPrefix.

◆ OnInit()

bool ToolboxApp::OnInit ( )
override

Member Data Documentation

◆ locale

wxLocale ToolboxApp::locale
private

locale for internationalisation

Definition at line 60 of file ToolboxApp.h.

Referenced by GetLocale().

◆ m_frame

ToolboxFrame* ToolboxApp::m_frame
private

Definition at line 62 of file ToolboxApp.h.

Referenced by GetToolboxFrame().

◆ m_xrcPrefix

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: