log decorator base class to handle different kinds of log dialogs
More...
#include <LogDecorators.h>
|
void | filter (QString) |
| set search filter
|
|
void | finish () |
| finish signal
|
|
void | message (QString) |
| status message
|
|
|
virtual QStringList | arguments () const =0 |
| determine command line arguments
|
|
virtual QString | desc () const |
| description string
|
|
virtual QString | filenameHint () const |
| hint for filename on save dialog
|
|
virtual void | finishProcessing () |
| inform about finished processing
|
|
virtual QString | helpAnchor () |
| html anchor on help page
|
|
virtual QString | logFileName () const =0 |
| 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 QWidget * | statusWidget () |
| custom status widget
|
|
virtual QString | title () const |
| title string
|
|
Definition at line 40 of file LogDecorators.h.
QStringList LogDecorators::Decorator::postStartCommands |
( |
QWidget * |
parent | ) |
const |
|
virtual |
void LogDecorators::Decorator::processLine |
( |
QString |
line | ) |
|
|
virtual |
bool LogDecorators::Decorator::ready |
( |
QWidget * |
parent | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: