Public Member Functions | |
| nonaApp () | |
| ctor. | |
| virtual | ~nonaApp () |
| dtor. | |
| virtual bool | OnInit () |
| pseudo constructor. | |
| virtual int | OnExit () |
| just for testing purposes | |
Private Attributes | |
| wxLocale | m_locale |
it contains the main frame.
Definition at line 58 of file nona_gui.cpp.
|
|
ctor.
Definition at line 90 of file nona_gui.cpp. References DEBUG_TRACE. |
|
|
dtor.
Definition at line 98 of file nona_gui.cpp. References DEBUG_TRACE. |
|
|
just for testing purposes
Definition at line 294 of file nona_gui.cpp. References DEBUG_TRACE. |
|
|
pseudo constructor. with the ability to fail gracefully. Definition at line 104 of file nona_gui.cpp. References cerr, cout, DEBUG_DEBUG, DEBUG_INFO, vigra_ext::ThreadManager::get(), HuginBase::Panorama::getActiveImages(), getExePath(), HuginBase::PanoramaOptions::getHeight(), HuginBase::Panorama::getNrOfImages(), HuginBase::Panorama::getOptions(), HuginBase::PanoramaOptions::getWidth(), HUGIN_CONV_FILENAME, INSTALL_LOCALE_DIR, PT::PanoramaMemento::loadPTScript(), m_locale, HuginBase::Panorama::setImageFilename(), HuginBase::Panorama::setMemento(), and HuginBase::Nona::stitchPanorama(). |
|
|
Definition at line 83 of file nona_gui.cpp. Referenced by OnInit(). |
1.3.9.1