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 () |
void | OnItemActivated (wxListEvent &event) |
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 98 of file PTBatcherGUI.h.
References m_frame.
|
virtual |
Definition at line 445 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 58 of file PTBatcherGUI.cpp.
References Project::DETECTING, IPC_START(), Batch::SHUTDOWN, and Project::STITCHING.
void PTBatcherGUI::OnItemActivated | ( | wxListEvent & | event | ) |
Definition at line 461 of file PTBatcherGUI.cpp.
References m_frame, and BatchFrame::OnButtonOpenWithHugin().
|
private |
Definition at line 112 of file PTBatcherGUI.h.
Referenced by OnExit().
|
private |
Definition at line 101 of file PTBatcherGUI.h.
Referenced by GetFrame(), and OnItemActivated().
|
private |
Definition at line 110 of file PTBatcherGUI.h.
|
private |
Definition at line 113 of file PTBatcherGUI.h.
Referenced by OnExit().
|
private |
Definition at line 111 of file PTBatcherGUI.h.
ProjectArray PTBatcherGUI::projList |
Definition at line 95 of file PTBatcherGUI.h.
FrameArray PTBatcherGUI::stitchFrames |
Definition at line 97 of file PTBatcherGUI.h.