Provides progress updates of a module.
More...
#include <Libs/CommandLineModules/Core/ctkCmdLineModuleXmlProgressWatcher.h>
Provides progress updates of a module.
This class is usually only used by back-end implementators for modules which can report progress and results in the form of XML fragments written to a QIODevice.
Definition at line 43 of file ctkCmdLineModuleXmlProgressWatcher.h.
◆ ctkCmdLineModuleXmlProgressWatcher() [1/2]
ctkCmdLineModuleXmlProgressWatcher::ctkCmdLineModuleXmlProgressWatcher |
( |
QIODevice * |
input | ) |
|
◆ ctkCmdLineModuleXmlProgressWatcher() [2/2]
ctkCmdLineModuleXmlProgressWatcher::ctkCmdLineModuleXmlProgressWatcher |
( |
QProcess * |
input | ) |
|
◆ ~ctkCmdLineModuleXmlProgressWatcher()
ctkCmdLineModuleXmlProgressWatcher::~ctkCmdLineModuleXmlProgressWatcher |
( |
| ) |
|
◆ errorDataAvailable
void ctkCmdLineModuleXmlProgressWatcher::errorDataAvailable |
( |
const QByteArray & |
errorData | ) |
|
|
signal |
◆ filterFinished
void ctkCmdLineModuleXmlProgressWatcher::filterFinished |
( |
const QString & |
name, |
|
|
const QString & |
comment |
|
) |
| |
|
signal |
◆ filterProgress
void ctkCmdLineModuleXmlProgressWatcher::filterProgress |
( |
float |
progress, |
|
|
const QString & |
comment |
|
) |
| |
|
signal |
◆ filterResult
void ctkCmdLineModuleXmlProgressWatcher::filterResult |
( |
const QString & |
parameter, |
|
|
const QString & |
value |
|
) |
| |
|
signal |
◆ filterStarted
void ctkCmdLineModuleXmlProgressWatcher::filterStarted |
( |
const QString & |
name, |
|
|
const QString & |
comment |
|
) |
| |
|
signal |
◆ filterXmlError
void ctkCmdLineModuleXmlProgressWatcher::filterXmlError |
( |
const QString & |
error | ) |
|
|
signal |
◆ outputDataAvailable
void ctkCmdLineModuleXmlProgressWatcher::outputDataAvailable |
( |
const QByteArray & |
outputData | ) |
|
|
signal |
◆ ctkCmdLineModuleXmlProgressWatcherPrivate
friend class ctkCmdLineModuleXmlProgressWatcherPrivate |
|
friend |
The documentation for this class was generated from the following file: