40 virtual void ReportValue (
int value) = 0;
42 virtual void operator++ () = 0;
52 virtual ILoadProcess_ptr InitiateProcess (
const QString& title,
int min,
int max) = 0;
Q_DECLARE_INTERFACE(ILoadProgressReporter,"org.Deviant.LeechCraft.ILoadProgressReporter/1.0")
std::shared_ptr< ILoadProgressReporter > ILoadProgressReporter_ptr
std::shared_ptr< ILoadProcess > ILoadProcess_ptr
virtual ~ILoadProgressReporter()