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);