Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
HuginQueue::OptionalCommand Class Reference

optional command for queue, processing of queue is always continued, also if an error occurred More...

#include <Executor.h>

Inheritance diagram for HuginQueue::OptionalCommand:
Inheritance graph

Public Member Functions

 OptionalCommand (wxString prog, wxString args, wxString comment=wxEmptyString)
 
virtual bool Execute (bool dryRun)
 
virtual bool CheckReturnCode () const
 
- Public Member Functions inherited from HuginQueue::NormalCommand
 NormalCommand (wxString prog, wxString args, wxString comment=wxEmptyString)
 
virtual ~NormalCommand ()
 
virtual wxString GetCommand () const
 
wxString GetComment () const
 

Additional Inherited Members

- Protected Attributes inherited from HuginQueue::NormalCommand
wxString m_prog
 
wxString m_args
 
wxString m_comment
 

Detailed Description

optional command for queue, processing of queue is always continued, also if an error occurred

Definition at line 53 of file Executor.h.

Constructor & Destructor Documentation

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

Definition at line 56 of file Executor.h.

Member Function Documentation

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

Reimplemented from HuginQueue::NormalCommand.

Definition at line 77 of file Executor.cpp.

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

Reimplemented from HuginQueue::NormalCommand.

Definition at line 71 of file Executor.cpp.

References HuginQueue::NormalCommand::Execute().


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