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

The application class for hugin_stitch_project. More...

#include <PTBatcherGUI.h>

Inheritance diagram for PTBatcherGUI:
Inheritance graph

Public Member Functions

virtual bool OnInit ()
 pseudo constructor. More...
 
virtual int OnExit ()
 
BatchFrameGetFrame ()
 

Public Attributes

ProjectArray projList
 
FrameArray stitchFrames
 

Private Attributes

BatchFramem_frame
 
wxLocale m_locale
 
wxString m_xrcPrefix
 
wxSingleInstanceChecker * m_checker
 
BatchIPCServerm_server
 

Detailed Description

The application class for hugin_stitch_project.

it contains the main frame.

Definition at line 76 of file PTBatcherGUI.h.

Member Function Documentation

BatchFrame* PTBatcherGUI::GetFrame ( )
inline

Definition at line 91 of file PTBatcherGUI.h.

References m_frame.

int PTBatcherGUI::OnExit ( )
virtual

Definition at line 424 of file PTBatcherGUI.cpp.

References HuginBase::LensDB::LensDB::Clean(), m_checker, and m_server.

bool PTBatcherGUI::OnInit ( )
virtual

Member Data Documentation

wxSingleInstanceChecker* PTBatcherGUI::m_checker
private

Definition at line 105 of file PTBatcherGUI.h.

Referenced by OnExit(), and OnInit().

BatchFrame* PTBatcherGUI::m_frame
private

Definition at line 94 of file PTBatcherGUI.h.

Referenced by GetFrame(), and OnInit().

wxLocale PTBatcherGUI::m_locale
private

Definition at line 103 of file PTBatcherGUI.h.

Referenced by OnInit().

BatchIPCServer* PTBatcherGUI::m_server
private

Definition at line 106 of file PTBatcherGUI.h.

Referenced by OnExit(), and OnInit().

wxString PTBatcherGUI::m_xrcPrefix
private

Definition at line 104 of file PTBatcherGUI.h.

Referenced by OnInit().

ProjectArray PTBatcherGUI::projList

Definition at line 88 of file PTBatcherGUI.h.

FrameArray PTBatcherGUI::stitchFrames

Definition at line 90 of file PTBatcherGUI.h.


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