 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
22 #ifndef CTKCMDLINEMODULEXMLPROGRESSWATCHER_H
23 #define CTKCMDLINEMODULEXMLPROGRESSWATCHER_H
25 #include "ctkCommandLineModulesCoreExport.h"
29 class ctkCmdLineModuleXmlProgressWatcherPrivate;
66 friend class ctkCmdLineModuleXmlProgressWatcherPrivate;
68 Q_PRIVATE_SLOT(d,
void _q_readyRead())
69 Q_PRIVATE_SLOT(d,
void _q_readyReadError())
71 QScopedPointer<ctkCmdLineModuleXmlProgressWatcherPrivate> d;
74 #endif // CTKCMDLINEMODULEXMLPROGRESSWATCHER_H
void filterXmlError(const QString &error)
void filterProgress(float progress, const QString &comment)
void filterFinished(const QString &name, const QString &comment)
~ctkCmdLineModuleXmlProgressWatcher()
ctkCmdLineModuleXmlProgressWatcher(QProcess *input)
void filterStarted(const QString &name, const QString &comment)
void filterResult(const QString ¶meter, const QString &value)
void outputDataAvailable(const QByteArray &outputData)
Provides progress updates of a module.
ctkCmdLineModuleXmlProgressWatcher(QIODevice *input)
void errorDataAvailable(const QByteArray &errorData)