![]() |
FlowEngine 8.011
Photogrammetry Software Development Kit
|
#include <Utilities.h>
Public Member Functions | |
| void | finish () |
| void | resetGlobalTicks (unsigned int nGlobalTicks, const char *nLoadingText) |
| void | resetTicks (unsigned int nTicks, const char *nLoadingText) |
| void | start (const char *nWindowTitle, bool nShowGlobalProgress, bool nShowCancelButton) |
| void | update () |
| void | updateGlobal () |
Public Member Functions inherited from FlowEngine::ProgressBarInterface | |
| virtual void | finish ()=0 |
| virtual void | resetGlobalTicks (unsigned int nGlobalTicks, const char *nLoadingText)=0 |
| virtual void | resetTicks (unsigned int nTicks, const char *nLoadingText)=0 |
| virtual void | start (const char *nWindowTitle, bool nShowGlobalProgress, bool nShowCancelButton)=0 |
| virtual void | update ()=0 |
| virtual void | updateGlobal ()=0 |
| virtual | ~ProgressBarInterface ()=default |
Simple/Empty progress bar class.
|
inlinevirtual |
Hide the loading bar.
Implements FlowEngine::ProgressBarInterface.
|
inlinevirtual |
Set global progress bar ticks (if any) and reset the counter to 0.
Implements FlowEngine::ProgressBarInterface.
|
inlinevirtual |
Set progress bar ticks and reset the counter to 0.
Implements FlowEngine::ProgressBarInterface.
|
inlinevirtual |
Show the progress bar.
Implements FlowEngine::ProgressBarInterface.
|
inlinevirtual |
Progress the loading bar - Add + 1 Tick.
Implements FlowEngine::ProgressBarInterface.
|
inlinevirtual |
Progress the global progress bar - Add + 1 Tick.
Implements FlowEngine::ProgressBarInterface.