Hugintrunk
0.1
|
The application class for hugin_stitch_project. More...
Public Member Functions | |
stitchApp () | |
ctor. More... | |
virtual | ~stitchApp () |
dtor. More... | |
virtual bool | OnInit () |
pseudo constructor. More... | |
virtual int | OnExit () |
just for testing purposes More... | |
Private Attributes | |
wxLocale | m_locale |
The application class for hugin_stitch_project.
it contains the main frame.
Definition at line 219 of file hugin_stitch_project.cpp.
stitchApp::stitchApp | ( | ) |
|
virtual |
|
virtual |
just for testing purposes
Definition at line 457 of file hugin_stitch_project.cpp.
References DEBUG_TRACE.
|
virtual |
pseudo constructor.
with the ability to fail gracefully.
Definition at line 264 of file hugin_stitch_project.cpp.
References containsInvalidCharacters(), hugin_utils::FileExists(), getInvalidCharacters(), m_locale, RunStitchFrame::SetOverwrite(), and RunStitchFrame::StitchProject().
|
private |
Definition at line 244 of file hugin_stitch_project.cpp.
Referenced by OnInit().