![]() |
LeechCraft 0.6.70-17793-g6e56308e78
Modular cross-platform feature rich live environment.
|
Describes the progress of a single long-running operation. More...
#include "iloadprogressreporter.h"
Public Member Functions | |
| virtual | ~ILoadProcess () |
| virtual void | ReportValue (int value)=0 |
| Sets the current progress to value. | |
| virtual void | operator++ ()=0 |
| Increments the current value for the progress. | |
Describes the progress of a single long-running operation.
Definition at line 18 of file iloadprogressreporter.h.
|
inlinevirtual |
Definition at line 21 of file iloadprogressreporter.h.
|
pure virtual |
Increments the current value for the progress.
|
pure virtual |
Sets the current progress to value.
| [in] | value | The new value for the progress. |