18 #ifndef QMITKSTATUSBAR_H
19 #define QMITKSTATUSBAR_H
55 virtual void DisplayText(
const char* t,
int ms)
override;
69 virtual void Clear()
override;
79 QStatusBar* m_StatusBar;
80 QLabel* m_GreyValueLabel;
virtual void DisplayWarningText(const char *t) override
virtual void SetSizeGripEnabled(bool enable)=0
Set the SizeGrip of the window (the triangle in the lower right Windowcorner for changing the size) t...
virtual void DisplayDebugText(const char *t) override
virtual void DisplayErrorText(const char *t) override
Send a string as an error message to StatusBar. The implementation calls DisplayText() ...
GUI indepentent Interface for all Gui depentent implementations of a StatusBar.
virtual void DisplayGenericOutputText(const char *t) override
QT-Toolkit/GUI dependent class that provides to send a Message to the QT's StatusBar.
#define mitkClassMacro(className, SuperClassName)
virtual void DisplayText(const char *t)=0
Send a string to the applications StatusBar.
virtual void Clear()=0
removes any temporary message being shown.
virtual void DisplayWarningText(const char *t, int ms) override
virtual void DisplayGreyValueText(const char *t)=0