Hugintrunk
0.1
|
normal command for queue, processing is stopped if an error occurred in program More...
#include <Executor.h>
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 |
normal command for queue, processing is stopped if an error occurred in program
Definition at line 37 of file Executor.h.
|
inline |
Definition at line 40 of file Executor.h.
|
inlinevirtual |
Definition at line 41 of file Executor.h.
|
virtual |
Reimplemented in HuginQueue::OptionalCommand.
Definition at line 55 of file Executor.cpp.
Referenced by MyExecPanel::ExecNextQueue().
|
virtual |
Reimplemented in HuginQueue::OptionalCommand.
Definition at line 41 of file Executor.cpp.
References GetCommand(), and m_comment.
Referenced by HuginQueue::OptionalCommand::Execute().
|
virtual |
Definition at line 60 of file Executor.cpp.
References m_args, m_prog, and HuginQueue::wxEscapeFilename().
Referenced by MyExecPanel::ExecNextQueue(), and Execute().
wxString HuginQueue::NormalCommand::GetComment | ( | ) | const |
Definition at line 65 of file Executor.cpp.
References m_comment.
Referenced by MyExecPanel::ExecNextQueue().
|
protected |
Definition at line 48 of file Executor.h.
Referenced by GetCommand().
|
protected |
Definition at line 49 of file Executor.h.
Referenced by Execute(), and GetComment().
|
protected |
Definition at line 47 of file Executor.h.
Referenced by GetCommand().