|
Hugintrunk
0.1
|
The application class for hugin_stitch_project. More...
#include <PTBatcherGUI.h>

Public Member Functions | |
| bool | OnInit () override |
| pseudo constructor. More... | |
| int | OnExit () override |
| 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.
|
override |
Definition at line 442 of file PTBatcherGUI.cpp.
References HuginBase::LensDB::LensDB::Clean(), m_checker, and m_server.
|
override |
pseudo constructor.
with the ability to fail gracefully.
Definition at line 55 of file PTBatcherGUI.cpp.
References BatchFrame::AddToList(), BatchFrame::ChangePrefix(), Project::DETECTING, BatchFrame::GetHelpController(), hugin_utils::HuginMessageBox(), IPC_START(), BatchFrame::IsStartedMinimized(), m_checker, m_frame, m_locale, m_server, m_xrcPrefix, BatchFrame::PropagateDefaults(), BatchFrame::RestoreSize(), BatchFrame::RunBatch(), BatchFrame::SetCheckboxes(), BatchFrame::SetInternalVerbose(), 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.
1.8.5