13 #ifndef mitkStatusBar_h
14 #define mitkStatusBar_h
17 #include <itkObject.h>
GUI independent Interface for all Gui dependent implementations of a StatusBar.
Sending a message to the applications StatusBar.
void DisplayGreyValueText(const char *t)
static StatusBarImplementation * m_Implementation
void DisplayImageInfo(Point3D point, itk::Index< 3 > index, TimePointType time, ScalarType pixelValue)
void DisplayText(const char *t, int ms)
Send a string with a time delay to the applications StatusBar.
void DisplayWarningText(const char *t, int ms)
void DisplayText(const char *t)
Send a string to the applications StatusBar.
void DisplayImageInfoInvalid()
void DisplayWarningText(const char *t)
void DisplayDebugText(const char *t)
void DisplayErrorText(const char *t)
void Clear()
removes any temporary message being shown.
static void SetImplementation(StatusBarImplementation *instance)
Supply a GUI- dependent StatusBar. Has to be set by the application to connect the application depend...
void DisplayRendererInfo(Point3D point, TimePointType time)
void SetSizeGripEnabled(bool enable)
Set the SizeGrip of the window (the triangle in the lower right Windowcorner for changing the size) t...
static StatusBar * m_Instance
void DisplayImageInfo(Point3D point, itk::Index< 3 > index, TimePointType time, const char *pixelValue)
void DisplayGenericOutputText(const char *t)
static StatusBar * GetInstance()
static method to get the GUI dependent StatusBar-instance so the methods DisplayText,...
Find image slices visible on a given plane.
mitk::ScalarType TimePointType