Hugintrunk
0.1
|
optional command for queue, processing of queue is always continued, also if an error occurred More...
#include <Executor.h>
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 |
optional command for queue, processing of queue is always continued, also if an error occurred
Definition at line 53 of file Executor.h.
|
inline |
Definition at line 56 of file Executor.h.
|
virtual |
Reimplemented from HuginQueue::NormalCommand.
Definition at line 77 of file Executor.cpp.
|
virtual |
Reimplemented from HuginQueue::NormalCommand.
Definition at line 71 of file Executor.cpp.
References HuginQueue::NormalCommand::Execute().