Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
stitchApp Class Reference

The application class for hugin_stitch_project. More...

Inheritance diagram for stitchApp:
Inheritance graph

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
 

Detailed Description

The application class for hugin_stitch_project.

it contains the main frame.

Definition at line 219 of file hugin_stitch_project.cpp.

Constructor & Destructor Documentation

stitchApp::stitchApp ( )

ctor.

Definition at line 250 of file hugin_stitch_project.cpp.

References DEBUG_TRACE.

stitchApp::~stitchApp ( )
virtual

dtor.

Definition at line 258 of file hugin_stitch_project.cpp.

References DEBUG_TRACE.

Member Function Documentation

int stitchApp::OnExit ( )
virtual

just for testing purposes

Definition at line 457 of file hugin_stitch_project.cpp.

References DEBUG_TRACE.

bool stitchApp::OnInit ( )
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().

Member Data Documentation

wxLocale stitchApp::m_locale
private

Definition at line 244 of file hugin_stitch_project.cpp.

Referenced by OnInit().


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