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