13 #ifndef mitkProgressBarImplementation_h
14 #define mitkProgressBarImplementation_h
GUI independent Interface for all Gui dependent implementations of a ProgressBar.
virtual void SetPercentageVisible(bool visible)=0
Sets whether the current progress value is displayed.
virtual ~ProgressBarImplementation()
Destructor.
virtual void Progress(unsigned int steps)=0
Sets the current amount of progress to current progress + steps.
virtual void Reset()=0
Explicitly reset progress bar.
virtual void AddStepsToDo(unsigned int steps)=0
Adds steps to totalSteps.
ProgressBarImplementation()
Constructor.
Find image slices visible on a given plane.