14 #ifndef QMITKSTATUSBAR_H 15 #define QMITKSTATUSBAR_H 65 void Clear()
override;
75 QStatusBar* m_StatusBar;
76 QLabel* m_GreyValueLabel;
void DisplayWarningText(const char *t) override
void DisplayErrorText(const char *t) override
Send a string as an error message to StatusBar. The implementation calls DisplayText() ...
virtual void SetSizeGripEnabled(bool enable)=0
Set the SizeGrip of the window (the triangle in the lower right Windowcorner for changing the size) t...
GUI indepentent Interface for all Gui depentent implementations of a StatusBar.
void DisplayWarningText(const char *t, int ms) override
QT-Toolkit/GUI dependent class that provides to send a Message to the QT's StatusBar.
#define mitkClassMacro(className, SuperClassName)
void DisplayGenericOutputText(const char *t) override
void DisplayDebugText(const char *t) override
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 DisplayGreyValueText(const char *t)=0