34 virtual void start(
const char *nWindowTitle,
bool nShowGlobalProgress =
false,
bool nShowCancelButton =
true ) = 0;
40 virtual void resetTicks(
unsigned int nTicks,
const char *nLoadingText =
"" ) = 0;
43 virtual void resetGlobalTicks(
unsigned int nGlobalTicks,
const char *nLoadingText =
"" ) = 0;
46 virtual void update(
const char *nLoadingName ) = 0;
49 virtual void updateGlobal(
const char *nLoadingName ) = 0;
virtual void resetGlobalTicks(unsigned int nGlobalTicks, const char *nLoadingText="")=0
Set global progress bar ticks (if any) and reset the counter to 0.
virtual void finish()=0
Hide the loading bar.
virtual void updateGlobal(const char *nLoadingName)=0
Progress the global progress bar - Add + 1 Tick.
Definition: LogListener.h:22
virtual void update(const char *nLoadingName)=0
Progress the loading bar - Add + 1 Tick.
Pure virtual Progress Bar interface.
Definition: ProgressBar.h:29
virtual void resetTicks(unsigned int nTicks, const char *nLoadingText="")=0
Set progress bar ticks and reset the counter to 0.
virtual void start(const char *nWindowTitle, bool nShowGlobalProgress=false, bool nShowCancelButton=true)=0
Show the progress bar.