#include <LensCalApp.h>
Public Member Functions | |
| virtual bool | OnInit () |
| wxLocale & | GetLocale () |
| return currently active locale | |
| const wxString & | GetXRCPath () |
| return the current xrc path | |
| LensCalFrame * | GetLensCalFrame () |
| returns pointer to main frame | |
Private Attributes | |
| wxLocale | locale |
| locale for internationalisation | |
| wxString | m_xrcPrefix |
| LensCalFrame * | m_frame |
Definition at line 42 of file LensCalApp.h.
|
|
returns pointer to main frame
Definition at line 58 of file LensCalApp.h. |
|
|
return currently active locale
Definition at line 48 of file LensCalApp.h. |
|
|
return the current xrc path
Definition at line 53 of file LensCalApp.h. |
|
|
Definition at line 46 of file LensCalApp.cpp. References DEBUG_TRACE, getExePath(), HuginBase::LensDB::LensDB::GetSingleton(), HUGIN_CONV_FILENAME, HUGIN_LANGUAGE, INSTALL_LOCALE_DIR, INSTALL_XRC_DIR, registerPTWXDlgFcn(), and RestoreFramePosition(). |
|
|
locale for internationalisation
Definition at line 65 of file LensCalApp.h. |
|
|
Definition at line 67 of file LensCalApp.h. |
|
|
Definition at line 66 of file LensCalApp.h. |
1.3.9.1