Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
HuginQueue::NormalCommand Class Reference

normal command for queue, processing is stopped if an error occurred in program More...

#include <Executor.h>

Inheritance diagram for HuginQueue::NormalCommand:
Inheritance graph

Public Member Functions

 NormalCommand (wxString prog, wxString args, wxString comment=wxEmptyString)
 
virtual ~NormalCommand ()
 
virtual bool Execute (bool dryRun)
 
virtual bool CheckReturnCode () const
 
virtual wxString GetCommand () const
 
wxString GetComment () const
 

Protected Attributes

wxString m_prog
 
wxString m_args
 
wxString m_comment
 

Detailed Description

normal command for queue, processing is stopped if an error occurred in program

Definition at line 37 of file Executor.h.

Constructor & Destructor Documentation

◆ NormalCommand()

HuginQueue::NormalCommand::NormalCommand ( wxString  prog,
wxString  args,
wxString  comment = wxEmptyString 
)
inline

Definition at line 40 of file Executor.h.

◆ ~NormalCommand()

virtual HuginQueue::NormalCommand::~NormalCommand ( )
inlinevirtual

Definition at line 41 of file Executor.h.

Member Function Documentation

◆ CheckReturnCode()

bool HuginQueue::NormalCommand::CheckReturnCode ( ) const
virtual

Reimplemented in HuginQueue::OptionalCommand.

Definition at line 55 of file Executor.cpp.

◆ Execute()

bool HuginQueue::NormalCommand::Execute ( bool  dryRun)
virtual

Reimplemented in HuginQueue::OptionalCommand.

Definition at line 41 of file Executor.cpp.

References GetCommand(), m_comment, and threshold().

Referenced by HuginQueue::OptionalCommand::Execute().

◆ GetCommand()

wxString HuginQueue::NormalCommand::GetCommand ( ) const
virtual

Definition at line 60 of file Executor.cpp.

References m_args, m_prog, and HuginQueue::wxEscapeFilename().

Referenced by MyExecPanel::ExecNextQueue(), and Execute().

◆ GetComment()

wxString HuginQueue::NormalCommand::GetComment ( ) const

Definition at line 65 of file Executor.cpp.

References m_comment.

Member Data Documentation

◆ m_args

wxString HuginQueue::NormalCommand::m_args
protected

Definition at line 48 of file Executor.h.

Referenced by GetCommand().

◆ m_comment

wxString HuginQueue::NormalCommand::m_comment
protected

Definition at line 49 of file Executor.h.

Referenced by Execute(), and GetComment().

◆ m_prog

wxString HuginQueue::NormalCommand::m_prog
protected

Definition at line 47 of file Executor.h.

Referenced by GetCommand().


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