decorator for run workspace dialog
More...
#include <LogDecorators.h>
|
| RunWorkflow (QString fileName) |
| constructor More...
|
|
virtual QStringList | arguments () const |
| determine command line arguments
|
|
virtual QString | filenameHint () const |
| hint for filename on save dialog
|
|
virtual QString | finishMessage () const |
| finish message to display when workflow finished
|
|
virtual QString | helpAnchor () |
| html anchor on help page
|
|
virtual QString | logFileName () const |
| logfile name for output logging
|
|
virtual QStringList | postStartCommands (QWidget *parent) const |
| commands sent to the proccess after start More...
|
|
virtual void | processLine (QString line) |
| decorator hook to allow log line parsing More...
|
|
virtual bool | ready (QWidget *parent) const |
| check if process may be started More...
|
|
virtual QString | desc () const |
| description string
|
|
virtual void | finishProcessing () |
| inform about finished processing
|
|
virtual QWidget * | statusWidget () |
| custom status widget
|
|
virtual QString | title () const |
| title string
|
|
Definition at line 145 of file LogDecorators.h.
LogDecorators::RunWorkflow::RunWorkflow |
( |
QString |
fileName | ) |
|
void LogDecorators::RunWorkflow::highlightObject |
( |
QString |
objName | ) |
const |
|
signal |
QStringList LogDecorators::RunWorkflow::postStartCommands |
( |
QWidget * |
parent | ) |
const |
|
virtual |
void LogDecorators::RunWorkflow::processLine |
( |
QString |
line | ) |
|
|
virtual |
bool LogDecorators::RunWorkflow::ready |
( |
QWidget * |
parent | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: