![]() |
LeechCraft
0.6.70-15082-g543737046d
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. More... | |
virtual void | operator++ ()=0 |
Increments the current value for the progress. More... | |
Describes the progress of a single long-running operation.
Definition at line 18 of file iloadprogressreporter.h.
|
inlinevirtual |
Definition at line 27 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. |