![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
#include <StkProgressHandler.h>
Public Member Functions | |
virtual bool | update (float percentage) |
ProgressHandler - Generic progress handler interface. This handler will be called at regular intervals during time consuming operations.
|
virtual |
Called at regular intervals to update the progress. The return value of the method can be used to implement a cancel mechanism for the operation.
The default implementation simply logs the progress at DEBUG level.
percentage | A number between 0 and 1 indicating how far the task has progressed. |