Functions | |
double | goblinController::ProgressCounter () const throw () |
double | goblinController::EstimatedExecutionTime () const throw () |
void | moduleGuard::InitProgressCounter (double _maxProgress, double _step=1.0) throw () |
void | moduleGuard::SetProgressMax (double _maxProgress) throw () |
void | moduleGuard::SetProgressCounter (double currentProgress) throw () |
void | moduleGuard::SetProgressNext (double step) throw () |
void | moduleGuard::ProgressStep () throw () |
void | moduleGuard::ProgressStep (double step) throw () |
|
|
|
Initialize the progress counting facility.
|
|
|
|
Perform a progress feed.
|
|
Perform the forecasted progress feed. The value specified by the most recent SetProgressNext() call is added on the current absolute progress value. |
|
Specify an absolute progress value.
|
|
Specify the total range of progress counting.
|
|
Forecast the progress feed after the next iteration.
|