22 #ifndef CTKCMDLINEMODULEEXPLORERPROGRESSWIDGET_H 23 #define CTKCMDLINEMODULEEXPLORERPROGRESSWIDGET_H 29 #include <QFutureWatcher> 67 void on_PauseButton_toggled(
bool toggled);
68 void on_RemoveButton_clicked();
70 void checkModulePaused();
73 void moduleCanceled();
74 void moduleFinished();
76 void moduleProgressRangeChanged(
int progressMin,
int progressMax);
77 void moduleProgressTextChanged(
const QString& progressText);
78 void moduleProgressValueChanged(
int progressValue);
81 Ui::ctkCmdLineModuleExplorerProgressWidget *ui;
84 QTimer PollPauseTimer;
88 #endif // CTKCMDLINEMODULEEXPLORERPROGRESSWIDGET_H
The ctkCmdLineModuleFutureWatcher class provides enhanced monitoring of a ctkCmdLineModuleFuture usin...
QFuture sub-class for enhanced communication with running modules.Please see the QFuture documentatio...