Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
huginApp Class Reference
The application class for hugin. More...
#include <huginApp.h>
Public Member Functions | |
| huginApp () | |
| ctor. | |
| virtual | ~huginApp () |
| dtor. | |
| virtual bool | OnInit () |
| pseudo constructor. | |
| virtual int | OnExit () |
| just for testing purposes | |
| wxLocale & | GetLocale () |
| return currently active locale | |
| wxString | GetWorkDir () |
| const wxString & | GetXRCPath () |
| return the current xrc path | |
| const wxString & | GetDataPath () |
| return the current data path | |
| const wxString & | GetUtilsBinDir () |
Static Public Member Functions | |
| huginApp * | Get () |
| hack.. kind of a pseudo singleton... | |
Detailed Description
The application class for hugin.it contains the main frame.
Constructor & Destructor Documentation
|
|
ctor.
|
|
|
dtor.
|
Member Function Documentation
|
|
hack.. kind of a pseudo singleton...
|
|
|
return the current data path
|
|
|
return currently active locale
|
|
|
|
|
|
|
|
|
return the current xrc path
|
|
|
just for testing purposes
|
|
|
pseudo constructor. with the ability to fail gracefully. |
The documentation for this class was generated from the following files:
- hugin1/hugin/huginApp.h
- hugin1/hugin/huginApp.cpp
1.3.9.1