#include <R3D/Common/R3DImportProgress.h>
Inherits IR3DProgress.
Inheritance diagram for R3DImportProgress:
Public Member Functions | |
void | setMessage (const std::string &message) |
Sets the a message to be displayed or otherwise shown to the user. | |
void | setProgress (float progress) |
sets the amount of import completed | |
void | cancelProcess () |
Sets a flag that the process should stop running. | |
bool | isCancelled () |
Is the import cancelled. | |
void | finished () |
Is the thread or process that this IR3DProgress object is attached to finished. |
void R3DImportProgress::setMessage | ( | const std::string & | message | ) | [virtual] |
Sets the a message to be displayed or otherwise shown to the user.
message | The message to be displayed |
Implements IR3DProgress.
void R3DImportProgress::setProgress | ( | float | progress | ) | [virtual] |
sets the amount of import completed
progress | Floating point number that should fall between 0.0 and 1.0 to be used as a percentage |
Implements IR3DProgress.
bool R3DImportProgress::isCancelled | ( | ) | [virtual] |