Ember
Loading...
Searching...
No Matches
EmberCore::IParseProgressCallback Class Referenceabstract

Callback interface for reporting parsing progress. More...

#include <IParseProgressCallback.h>

Inheritance diagram for EmberCore::IParseProgressCallback:
DialogProgressCallback

Public Member Functions

virtual ~IParseProgressCallback ()=default
virtual bool OnProgress (const String &message, int current, int total)=0
 Called to report progress during parsing.

Detailed Description

Callback interface for reporting parsing progress.

Definition at line 11 of file IParseProgressCallback.h.

Constructor & Destructor Documentation

◆ ~IParseProgressCallback()

virtual EmberCore::IParseProgressCallback::~IParseProgressCallback ( )
virtualdefault

Member Function Documentation

◆ OnProgress()

virtual bool EmberCore::IParseProgressCallback::OnProgress ( const String & message,
int current,
int total )
pure virtual

Called to report progress during parsing.

Parameters
messageCurrent operation description
currentCurrent step (0-based)
totalTotal steps (use 0 for indeterminate)
Returns
true to continue parsing, false to cancel

Implemented in DialogProgressCallback.


The documentation for this class was generated from the following file: