Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
14 #ifndef QmitkStatusBar_h
15 #define QmitkStatusBar_h
65 void Clear()
override;
75 QStatusBar* m_StatusBar;
76 QLabel* m_GreyValueLabel;
QT-Toolkit/GUI dependent class that provides to send a Message to the QT's StatusBar.
void DisplayWarningText(const char *t) override
virtual void DisplayGreyValueText(const char *t)=0
void DisplayGenericOutputText(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...
GUI independent Interface for all Gui dependent implementations of a StatusBar.
virtual void DisplayText(const char *t)=0
Send a string to the applications StatusBar.
virtual void Clear()=0
removes any temporary message being shown.
void DisplayWarningText(const char *t, int ms) override
#define mitkClassMacro(className, SuperClassName)
void DisplayErrorText(const char *t) override
Send a string as an error message to StatusBar. The implementation calls DisplayText()
void DisplayDebugText(const char *t) override