14 #ifndef QmitkStatusBar_h
15 #define QmitkStatusBar_h
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 DisplayGenericOutputText(const char *t) override
void DisplayWarningText(const char *t) override
mitkClassMacro(QmitkStatusBar, mitk::StatusBarImplementation)
void DisplayText(const char *t, int ms) override
Send a string with a time delay to the applications StatusBar.
~QmitkStatusBar() override
Destructor.
void DisplayText(const char *t) override
Send a string to the applications StatusBar (QStatusBar).
void Clear() override
removes any temporary message being shown.
void DisplayGreyValueText(const char *t) override
void SetSizeGripEnabled(bool enable) override
Set the QSizeGrip of the window (the triangle in the lower right Windowcorner for changing the size) ...
void DisplayErrorText(const char *t) override
Send a string as an error message to StatusBar. The implementation calls DisplayText()
QmitkStatusBar(QStatusBar *instance)
Constructor; holds param instance internally and connects this to the mitkStatusBar.
void DisplayWarningText(const char *t, int ms) override
void DisplayDebugText(const char *t) override
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.