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
LensCalApp Class Reference

The application class for lens_calibrate_gui . More...

#include <LensCalApp.h>

Inheritance diagram for LensCalApp:
Inheritance graph

Public Member Functions

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

Private Attributes

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

Detailed Description

The application class for lens_calibrate_gui .

Definition at line 42 of file LensCalApp.h.

Member Function Documentation

LensCalFrame* LensCalApp::GetLensCalFrame ( )
inline

returns pointer to main frame

Definition at line 65 of file LensCalApp.h.

References m_frame.

wxLocale& LensCalApp::GetLocale ( )
inline

return currently active locale

Definition at line 55 of file LensCalApp.h.

References locale.

const wxString& LensCalApp::GetXRCPath ( )
inline

return the current xrc path

Definition at line 60 of file LensCalApp.h.

References m_xrcPrefix.

bool LensCalApp::OnInit ( )
virtual

Member Data Documentation

wxLocale LensCalApp::locale
private

locale for internationalisation

Definition at line 68 of file LensCalApp.h.

Referenced by GetLocale().

LensCalFrame* LensCalApp::m_frame
private

Definition at line 74 of file LensCalApp.h.

Referenced by GetLensCalFrame().

wxString LensCalApp::m_xrcPrefix
private

Definition at line 73 of file LensCalApp.h.

Referenced by GetXRCPath().


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