13 #ifndef MITKPROGRESSBAR_H 14 #define MITKPROGRESSBAR_H 16 #include <itkObject.h> 20 class ProgressBarImplementation;
49 void AddStepsToDo(
unsigned int steps);
58 void Progress(
unsigned int steps = 1);
62 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