Hugintrunk
0.1
|
The application class for hugin_stitch_project. More...
#include <PTBatcherGUI.h>
Public Member Functions | |
virtual bool | OnInit () |
pseudo constructor. More... | |
virtual int | OnExit () |
BatchFrame * | GetFrame () |
Public Attributes | |
ProjectArray | projList |
FrameArray | stitchFrames |
Private Attributes | |
BatchFrame * | m_frame |
wxLocale | m_locale |
wxString | m_xrcPrefix |
wxSingleInstanceChecker * | m_checker |
BatchIPCServer * | m_server |
The application class for hugin_stitch_project.
it contains the main frame.
Definition at line 76 of file PTBatcherGUI.h.
|
inline |
Definition at line 91 of file PTBatcherGUI.h.
References m_frame.
|
virtual |
Definition at line 424 of file PTBatcherGUI.cpp.
References HuginBase::LensDB::LensDB::Clean(), m_checker, and m_server.
|
virtual |
pseudo constructor.
with the ability to fail gracefully.
Definition at line 37 of file PTBatcherGUI.cpp.
References BatchFrame::AddToList(), BatchFrame::ChangePrefix(), Project::DETECTING, BatchFrame::GetHelpController(), IPC_START(), BatchFrame::IsStartedMinimized(), m_checker, m_frame, m_locale, m_server, m_xrcPrefix, BatchFrame::PropagateDefaults(), BatchFrame::RestoreSize(), BatchFrame::RunBatch(), BatchFrame::SetCheckboxes(), BatchFrame::SetInternalVerbose(), BatchFrame::SetStatusInformation(), Batch::SHUTDOWN, and Project::STITCHING.
|
private |
Definition at line 105 of file PTBatcherGUI.h.
|
private |
Definition at line 94 of file PTBatcherGUI.h.
Referenced by GetFrame(), and OnInit().
|
private |
Definition at line 103 of file PTBatcherGUI.h.
Referenced by OnInit().
|
private |
Definition at line 106 of file PTBatcherGUI.h.
|
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.