A Processor class that processes message files using an external preprocessor program. More...
#include <gexecutableprocessor.h>
Public Member Functions | |
ExecutableProcessor (const G::Executable &) | |
Constructor. More... | |
virtual | ~ExecutableProcessor () |
Destructor. More... | |
virtual G::Signal1< bool > & | doneSignal () |
Final override from from GSmtp::Processor. More... | |
virtual void | start (const std::string &path) |
Final override from from GSmtp::Processor. More... | |
virtual void | abort () |
Final override from from GSmtp::Processor. More... | |
virtual std::string | text () const |
Final override from from GSmtp::Processor. More... | |
virtual bool | cancelled () const |
Final override from from GSmtp::Processor. More... | |
virtual bool | repoll () const |
Final override from from GSmtp::Processor. More... | |
![]() | |
virtual | ~Processor () |
Destructor. More... | |
A Processor class that processes message files using an external preprocessor program.
Definition at line 39 of file gexecutableprocessor.h.
|
explicit |
Constructor.
Definition at line 30 of file gexecutableprocessor.cpp.
|
virtual |
Destructor.
Definition at line 38 of file gexecutableprocessor.cpp.
|
virtual |
Final override from from GSmtp::Processor.
Implements GSmtp::Processor.
Definition at line 148 of file gexecutableprocessor.cpp.
|
virtual |
Final override from from GSmtp::Processor.
Implements GSmtp::Processor.
Definition at line 42 of file gexecutableprocessor.cpp.
|
virtual |
Final override from from GSmtp::Processor.
Implements GSmtp::Processor.
Definition at line 143 of file gexecutableprocessor.cpp.
|
virtual |
Final override from from GSmtp::Processor.
Implements GSmtp::Processor.
Definition at line 47 of file gexecutableprocessor.cpp.
|
virtual |
Final override from from GSmtp::Processor.
Implements GSmtp::Processor.
Definition at line 153 of file gexecutableprocessor.cpp.
|
virtual |
Final override from from GSmtp::Processor.
Returns any "<<text>>" or "[[text]]" output by the executable.
Implements GSmtp::Processor.
Definition at line 52 of file gexecutableprocessor.cpp.