Hugintrunk
0.1
|
Private Member Functions | |
virtual bool | OnInit () |
init translation settings More... | |
virtual int | OnRun () |
the main procedure of Executor app More... | |
virtual void | OnInitCmdLine (wxCmdLineParser &parser) |
set the parameters for the command line parser More... | |
virtual bool | OnCmdLineParsed (wxCmdLineParser &parser) |
processes the command line parameters More... | |
Private Attributes | |
bool | m_runAssistant |
flag, if assistant should started More... | |
bool | m_runStitching |
flag, if stitching should started More... | |
wxString | m_userOutput |
input file for userdefined output More... | |
wxString | m_userAssistant |
input file for user defined assistant More... | |
bool | m_dryRun |
flag, if commands should only be printed More... | |
wxString | m_input |
input project file More... | |
wxString | m_prefix |
stitching prefix More... | |
long | m_threads |
number of threads used for assistant or stitching More... | |
wxString | m_utilsBinDir |
path to utils More... | |
wxLocale | m_locale |
locale for internationalisation More... | |
Definition at line 61 of file hugin_executor.cpp.
|
inlineprivatevirtual |
processes the command line parameters
Definition at line 222 of file hugin_executor.cpp.
References hugin_utils::GetDataDir(), hugin_utils::GetUserAppDataDir(), HUGIN_CONV_FILENAME, m_dryRun, m_input, m_prefix, m_runAssistant, m_runStitching, m_threads, m_userAssistant, and m_userOutput.
|
inlineprivatevirtual |
init translation settings
Definition at line 64 of file hugin_executor.cpp.
References HUGIN_LANGUAGE, m_locale, and m_utilsBinDir.
|
inlineprivatevirtual |
set the parameters for the command line parser
Definition at line 204 of file hugin_executor.cpp.
References m_dryRun, m_runAssistant, m_runStitching, and m_threads.
|
inlineprivatevirtual |
the main procedure of Executor app
Definition at line 105 of file hugin_executor.cpp.
References HuginQueue::GetAssistantCommandQueue(), HuginQueue::GetAssistantCommandQueueUserDefined(), getDefaultOutputName(), hugin_utils::getPathPrefix(), HuginQueue::GetQuotedFilenamesString(), HuginQueue::GetStitchingCommandQueue(), HuginQueue::GetStitchingCommandQueueUserOutput(), HUGIN_CONV_FILENAME, m_dryRun, m_input, m_prefix, m_runAssistant, m_threads, m_userAssistant, m_userOutput, m_utilsBinDir, HuginBase::Panorama::ReadPTOFile(), and HuginQueue::RunCommandsQueue().
|
private |
flag, if commands should only be printed
Definition at line 318 of file hugin_executor.cpp.
Referenced by OnCmdLineParsed(), OnInitCmdLine(), and OnRun().
|
private |
input project file
Definition at line 320 of file hugin_executor.cpp.
Referenced by OnCmdLineParsed(), and OnRun().
|
private |
locale for internationalisation
Definition at line 328 of file hugin_executor.cpp.
Referenced by OnInit().
|
private |
stitching prefix
Definition at line 322 of file hugin_executor.cpp.
Referenced by OnCmdLineParsed(), and OnRun().
|
private |
flag, if assistant should started
Definition at line 306 of file hugin_executor.cpp.
Referenced by OnCmdLineParsed(), OnInitCmdLine(), and OnRun().
|
private |
flag, if stitching should started
Definition at line 312 of file hugin_executor.cpp.
Referenced by OnCmdLineParsed(), and OnInitCmdLine().
|
private |
number of threads used for assistant or stitching
Definition at line 324 of file hugin_executor.cpp.
Referenced by OnCmdLineParsed(), OnInitCmdLine(), and OnRun().
|
private |
input file for user defined assistant
Definition at line 316 of file hugin_executor.cpp.
Referenced by OnCmdLineParsed(), and OnRun().
|
private |
input file for userdefined output
Definition at line 314 of file hugin_executor.cpp.
Referenced by OnCmdLineParsed(), and OnRun().
|
private |
path to utils
Definition at line 326 of file hugin_executor.cpp.