Provides feedback on the progress of an executing operation.
More...
#include <progress.h>
Provides feedback on the progress of an executing operation.
| qttask::Progress::~Progress |
( |
| ) |
|
| QVariant qttask::Progress::data |
( |
int |
key | ) |
const |
Returns this progress' custom data for the key key as a QVariant.
Custom progress data is useful for storing arbitrary properties in any progress.
TaskManager does not use this feature for storing data; it is provided solely for the convenience of the user.
| bool qttask::Progress::isAbortRequested |
( |
| ) |
const |
| void qttask::Progress::outputMessage |
( |
const QString & |
msg | ) |
|
| void qttask::Progress::setData |
( |
int |
key, |
|
|
const QVariant & |
value |
|
) |
| |
Set this progress' custom data for the key key to value.
Custom progress data is useful for storing arbitrary properties for any item. TaskManager does not use this feature for storing data; it is provided solely for the convenience of the user.
| void qttask::Progress::setStep |
( |
const QString & |
title | ) |
|
| void qttask::Progress::setValue |
( |
int |
pct | ) |
|
| const QString & qttask::Progress::step |
( |
| ) |
const |
| int qttask::Progress::value |
( |
| ) |
const |
The documentation for this class was generated from the following files: