Sending a message to the applications ProgressBar.
More...
#include <mitkProgressBar.h>
|
static ProgressBar * | GetInstance () |
| static method to get the GUI dependent ProgressBar-instance so the methods for steps to do and progress can be called No reference counting, cause of decentral static use! More...
|
|
Sending a message to the applications ProgressBar.
Holds a GUI dependent ProgressBarImplementation and sends the progress further. All mitk-classes use this class to display progress on GUI-ProgressBar. The mainapplication has to set the internal held ProgressBarImplementation with SetImplementationInstance(..).
Definition at line 29 of file mitkProgressBar.h.
◆ ProgressBarImplementationsList
◆ ProgressBarImplementationsListIterator
◆ ProgressBar()
mitk::ProgressBar::ProgressBar |
( |
| ) |
|
|
protected |
◆ ~ProgressBar()
mitk::ProgressBar::~ProgressBar |
( |
| ) |
|
|
overrideprotected |
◆ AddStepsToDo()
void mitk::ProgressBar::AddStepsToDo |
( |
unsigned int |
steps | ) |
|
Adds steps to totalSteps.
◆ GetClassName()
virtual const char* mitk::ProgressBar::GetClassName |
( |
| ) |
const |
|
virtual |
◆ GetInstance()
static method to get the GUI dependent ProgressBar-instance so the methods for steps to do and progress can be called No reference counting, cause of decentral static use!
◆ Progress()
void mitk::ProgressBar::Progress |
( |
unsigned int |
steps = 1 | ) |
|
Sets the current amount of progress to current progress + steps.
- Parameters
-
steps | the number of steps done since last Progress(int steps) call. |
◆ RegisterImplementationInstance()
Supply a GUI- dependent ProgressBar. Has to be set by the application to connect the application dependent subclass of mitkProgressBar.
◆ Reset()
void mitk::ProgressBar::Reset |
( |
| ) |
|
Explicitly reset progress bar.
◆ SetPercentageVisible()
void mitk::ProgressBar::SetPercentageVisible |
( |
bool |
visible | ) |
|
Sets whether the current progress value is displayed.
◆ UnregisterImplementationInstance()
◆ m_Implementations
◆ m_Instance
The documentation for this class was generated from the following file: