17 #ifndef MITKPROGRESSBAR_H
18 #define MITKPROGRESSBAR_H
20 #include <itkObject.h>
24 class ProgressBarImplementation;
53 void AddStepsToDo(
unsigned int steps);
62 void Progress(
unsigned int steps = 1);
66 void SetPercentageVisible(
bool visible);
GUI indepentent Interface for all Gui depentent implementations of a ProgressBar. ...
Sending a message to the applications ProgressBar.
ProgressBarImplementationsList m_Implementations
DataCollection - Class to facilitate loading/accessing structured data.
std::vector< ProgressBarImplementation * > ProgressBarImplementationsList
ProgressBarImplementationsList::iterator ProgressBarImplementationsListIterator
static ProgressBar * m_Instance