Hugin trunk 0.1
Loading...
Searching...
No Matches
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
 
virtual int OnRun ()
 the main procedure of Executor app
 
virtual void OnInitCmdLine (wxCmdLineParser &parser)
 set the parameters for the command line parser
 
virtual bool OnCmdLineParsed (wxCmdLineParser &parser)
 processes the command line parameters
 

Private Attributes

bool m_runAssistant
 flag, if assistant should started
 
bool m_runStitching
 flag, if stitching should started
 
wxString m_userOutput
 input file for userdefined output
 
wxString m_userAssistant
 input file for user defined assistant
 
bool m_dryRun
 flag, if commands should only be printed
 
wxString m_input
 input project file
 
wxString m_prefix
 stitching prefix
 
long m_threads
 number of threads used for assistant or stitching
 
wxString m_utilsBinDir
 path to utils
 
wxLocale m_locale
 locale for internationalisation
 

Detailed Description

Definition at line 61 of file hugin_executor.cpp.

Member Function Documentation

◆ OnCmdLineParsed()

virtual bool HuginExecutor::OnCmdLineParsed ( wxCmdLineParser parser)
inlineprivatevirtual

◆ OnInit()

virtual bool HuginExecutor::OnInit ( )
inlineprivatevirtual

init translation settings

Definition at line 64 of file hugin_executor.cpp.

References HUGIN_LANGUAGE, m_locale, m_utilsBinDir, and threshold().

◆ OnInitCmdLine()

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, m_threads, and threshold().

◆ OnRun()

virtual int HuginExecutor::OnRun ( )
inlineprivatevirtual

Member Data Documentation

◆ m_dryRun

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

◆ m_input

wxString HuginExecutor::m_input
private

input project file

Definition at line 320 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnRun().

◆ m_locale

wxLocale HuginExecutor::m_locale
private

locale for internationalisation

Definition at line 328 of file hugin_executor.cpp.

Referenced by OnInit().

◆ m_prefix

wxString HuginExecutor::m_prefix
private

stitching prefix

Definition at line 322 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnRun().

◆ m_runAssistant

bool HuginExecutor::m_runAssistant
private

flag, if assistant should started

Definition at line 310 of file hugin_executor.cpp.

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

◆ m_runStitching

bool HuginExecutor::m_runStitching
private

flag, if stitching should started

Definition at line 312 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnInitCmdLine().

◆ m_threads

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

◆ m_userAssistant

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

◆ m_userOutput

wxString HuginExecutor::m_userOutput
private

input file for userdefined output

Definition at line 314 of file hugin_executor.cpp.

Referenced by OnCmdLineParsed(), and OnRun().

◆ m_utilsBinDir

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: