Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Member Functions | Private Attributes | List of all members
HuginExecutor Class Reference
Inheritance diagram for HuginExecutor:
Inheritance graph

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...
 

Detailed Description

Definition at line 61 of file hugin_executor.cpp.

Member Function Documentation

virtual bool HuginExecutor::OnCmdLineParsed ( wxCmdLineParser &  parser)
inlineprivatevirtual
virtual bool HuginExecutor::OnInit ( )
inlineprivatevirtual

init translation settings

Definition at line 64 of file hugin_executor.cpp.

References HUGIN_LANGUAGE, m_locale, and m_utilsBinDir.

virtual void HuginExecutor::OnInitCmdLine ( wxCmdLineParser &  parser)
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.

virtual int HuginExecutor::OnRun ( )
inlineprivatevirtual

Member Data Documentation

bool HuginExecutor::m_dryRun
private

flag, if commands should only be printed

Definition at line 318 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), OnInitCmdLine(), and OnRun().

wxString HuginExecutor::m_input
private

input project file

Definition at line 320 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnRun().

wxLocale HuginExecutor::m_locale
private

locale for internationalisation

Definition at line 328 of file hugin_executor.cpp.

Referenced by OnInit().

wxString HuginExecutor::m_prefix
private

stitching prefix

Definition at line 322 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnRun().

bool HuginExecutor::m_runAssistant
private

flag, if assistant should started

Definition at line 306 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), OnInitCmdLine(), and OnRun().

bool HuginExecutor::m_runStitching
private

flag, if stitching should started

Definition at line 312 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnInitCmdLine().

long HuginExecutor::m_threads
private

number of threads used for assistant or stitching

Definition at line 324 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), OnInitCmdLine(), and OnRun().

wxString HuginExecutor::m_userAssistant
private

input file for user defined assistant

Definition at line 316 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnRun().

wxString HuginExecutor::m_userOutput
private

input file for userdefined output

Definition at line 314 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnRun().

wxString HuginExecutor::m_utilsBinDir
private

path to utils

Definition at line 326 of file hugin_executor.cpp.

Referenced by OnInit(), and OnRun().


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