48 virtual void ReportValue (
int value) = 0;
52 virtual void operator++ () = 0;
83 virtual ILoadProcess_ptr InitiateProcess (
const QString& title,
int min,
int max) = 0;
Describes the progress of a single long-running operation.
std::shared_ptr< ILoadProgressReporter > ILoadProgressReporter_ptr
std::shared_ptr< ILoadProcess > ILoadProcess_ptr
virtual ~ILoadProgressReporter()
Interface for reporting progress of some long-running operation during load time. ...