Public Member Functions

mitk::ProgressBarImplementation Class Reference

GUI indepentent Interface for all Gui depentent implementations of a ProgressBar. More...

#include <mitkProgressBarImplementation.h>

Inheritance diagram for mitk::ProgressBarImplementation:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ProgressBarImplementation ()
 Constructor.
virtual ~ProgressBarImplementation ()
 Destructor.
virtual void SetPercentageVisible (bool visible)=0
 Sets whether the current progress value is displayed.
virtual void AddStepsToDo (unsigned int steps)=0
 Adds steps to totalSteps.
virtual void Progress (unsigned int steps)=0
 Sets the current amount of progress to current progress + steps.

Detailed Description

GUI indepentent Interface for all Gui depentent implementations of a ProgressBar.

Definition at line 28 of file mitkProgressBarImplementation.h.


Constructor & Destructor Documentation

mitk::ProgressBarImplementation::ProgressBarImplementation (  ) [inline]

Constructor.

Definition at line 35 of file mitkProgressBarImplementation.h.

{};
virtual mitk::ProgressBarImplementation::~ProgressBarImplementation (  ) [inline, virtual]

Destructor.

Definition at line 39 of file mitkProgressBarImplementation.h.

{};

Member Function Documentation

virtual void mitk::ProgressBarImplementation::AddStepsToDo ( unsigned int  steps ) [pure virtual]

Adds steps to totalSteps.

Implemented in QmitkProgressBar.

virtual void mitk::ProgressBarImplementation::Progress ( unsigned int  steps ) [pure virtual]

Sets the current amount of progress to current progress + steps.

Parameters:
stepsthe number of steps done since last Progress(int steps) call.

Implemented in QmitkProgressBar.

Referenced by mitk::ProgressBar::Progress().

virtual void mitk::ProgressBarImplementation::SetPercentageVisible ( bool  visible ) [pure virtual]

Sets whether the current progress value is displayed.

Implemented in QmitkProgressBar.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines