#include <u3d_progress.hpp>
|
| U3dProgress (float vmin, float vmax) |
|
virtual void | setLimits (float vmin, float vmax) |
|
virtual void | setValue (float value) |
|
void | stop () |
|
bool | isStopped () |
|
| U3dProgress (float vmin, float vmax) |
|
virtual void | setLimits (float vmin, float vmax) |
|
virtual void | setValue (float value) |
|
void | stop () |
|
bool | isStopped () |
|
bool U3dProgress::isStopped |
( |
| ) |
|
Check the progress status
bool U3dProgress::isStopped |
( |
| ) |
|
Check the progress status
virtual void U3dProgress::setLimits |
( |
float |
vmin, |
|
|
float |
vmax |
|
) |
| |
|
virtual |
Sets the limits of progress indicator value
virtual void U3dProgress::setLimits |
( |
float |
vmin, |
|
|
float |
vmax |
|
) |
| |
|
virtual |
Sets the limits of progress indicator value
virtual void U3dProgress::setValue |
( |
float |
value | ) |
|
|
virtual |
Sets the current value for progress indicator
virtual void U3dProgress::setValue |
( |
float |
value | ) |
|
|
virtual |
Sets the current value for progress indicator
void U3dProgress::stop |
( |
| ) |
|
Stops the progress processing
void U3dProgress::stop |
( |
| ) |
|
Stops the progress processing
The documentation for this class was generated from the following files: