Interface for classes that can handle progress status.
More...
#include <RProgressHandler.h>
List of all members.
Detailed Description
Interface for classes that can handle progress status.
- Scriptable:
- This class is wrapped for script environments.
Constructor & Destructor Documentation
| RProgressHandler::RProgressHandler |
( |
| ) |
|
|
inline |
Member Function Documentation
| virtual void RProgressHandler::setProgress |
( |
int |
value | ) |
|
|
pure virtual |
| virtual void RProgressHandler::setProgressEnabled |
( |
bool |
on | ) |
|
|
inlinevirtual |
| virtual void RProgressHandler::setProgressEnd |
( |
| ) |
|
|
pure virtual |
| virtual void RProgressHandler::setProgressText |
( |
const QString & |
text = "" | ) |
|
|
pure virtual |
Member Data Documentation
| bool RProgressHandler::progressEnabled |
|
protected |
The documentation for this class was generated from the following file: