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

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

Private Attributes

wxLocale locale
 locale for internationalisation
 
wxString m_xrcPrefix
 
LensCalFramem_frame
 

Detailed Description

The application class for lens_calibrate_gui .

Definition at line 37 of file LensCalApp.h.

Member Function Documentation

◆ GetLensCalFrame()

LensCalFrame * LensCalApp::GetLensCalFrame ( )
inline

returns pointer to main frame

Definition at line 56 of file LensCalApp.h.

References m_frame.

◆ GetLocale()

wxLocale & LensCalApp::GetLocale ( )
inline

return currently active locale

Definition at line 46 of file LensCalApp.h.

References locale.

◆ GetXRCPath()

const wxString & LensCalApp::GetXRCPath ( )
inline

return the current xrc path

Definition at line 51 of file LensCalApp.h.

References m_xrcPrefix.

◆ OnInit()

bool LensCalApp::OnInit ( )
override

Member Data Documentation

◆ locale

wxLocale LensCalApp::locale
private

locale for internationalisation

Definition at line 63 of file LensCalApp.h.

Referenced by GetLocale().

◆ m_frame

LensCalFrame* LensCalApp::m_frame
private

Definition at line 65 of file LensCalApp.h.

Referenced by GetLensCalFrame().

◆ m_xrcPrefix

wxString LensCalApp::m_xrcPrefix
private

Definition at line 64 of file LensCalApp.h.

Referenced by GetXRCPath().


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