![]() |
Ember
|
Callback interface for reporting parsing progress. More...
#include <IParseProgressCallback.h>
Public Member Functions | |
| virtual | ~IParseProgressCallback ()=default |
| virtual bool | OnProgress (const String &message, int current, int total)=0 |
| Called to report progress during parsing. | |
Callback interface for reporting parsing progress.
Definition at line 11 of file IParseProgressCallback.h.
|
virtualdefault |
|
pure virtual |
Called to report progress during parsing.
| message | Current operation description |
| current | Current step (0-based) |
| total | Total steps (use 0 for indeterminate) |
Implemented in DialogProgressCallback.