#include <ProgressDelegate.h>
Definition at line 91 of file ProgressDelegate.h.
PercentProgressDelegate::PercentProgressDelegate |
( |
void |
| ) |
|
PercentProgressDelegate::~PercentProgressDelegate |
( |
void |
| ) |
|
bool PercentProgressDelegate::getCancelled |
( |
void |
| ) |
|
|
virtual |
This method should be implemented to indicate whether some user-defined event indicates that the operation should be terminated.
- Returns
- return true to cancel the long-running operation
Implements ProgressDelegate.
void PercentProgressDelegate::reportProgress |
( |
double |
progress, |
|
|
const char * |
message |
|
) |
| |
|
virtual |
This method should be implemented to report to the client application the progress of a long-running operation.
- Parameters
-
progress | a value between 0 and 1 (progress = <work completed>=""> / <total work>="">) |
Implements ProgressDelegate.
void PercentProgressDelegate::setCancelled |
( |
bool |
cancel | ) |
|
The documentation for this class was generated from the following file: