#include <R3D/Common/Qt/QR3DProgress.h>
Inherits IR3DProgress.
Inheritance diagram for QR3DProgress:
Jackson for BlueQuartz Software
Public Member Functions | |
void | setMessage (const std::string &message) |
Sets a message for the Progress Object to display. | |
void | setProgress (float progress) |
Sets the amount of progress the process is at. | |
void | cancelProcess () |
Cancels the import. | |
bool | isCancelled () |
Has the user requested the process to terminate? | |
void | finished () |
Called when the process is complete. |
void QR3DProgress::setMessage | ( | const std::string & | message | ) | [virtual] |
Sets a message for the Progress Object to display.
message | The message to display or otherwise present to the user |
Implements IR3DProgress.
void QR3DProgress::setProgress | ( | float | progress | ) | [virtual] |
Sets the amount of progress the process is at.
progress | The percent complete |
Implements IR3DProgress.
void QR3DProgress::cancelProcess | ( | ) | [virtual] |
Cancels the import.
It is up to the process to check this flag at reasonable intervals of time.
Implements IR3DProgress.
bool QR3DProgress::isCancelled | ( | ) | [virtual] |