50 #ifndef STATUSBARINTERFACE_HH 51 #define STATUSBARINTERFACE_HH 55 #if QT_VERSION >= 0x050000 199 #endif // STATUSBARINTERFACE_HH
Control OpenFlippers status bar.
Status is ready (green light)
void setStatus(ApplicationStatus::applicationStatus _status)
Sets the status icon of the StatusBar.
void clearStatusMessage()
Removes the current message from the statusBar.
virtual ~StatusbarInterface()
Destructor.
Status is processing but system will allow interaction (yellow light)
Status is processing and blocked system will not allow interaction (red light)
applicationStatus
Enum for the statusBar Status Icon.
void addWidgetToStatusbar(QWidget *_widget)
Add a widget on the right side of the statusBar.
virtual void showStatusMessage(QString _message, int _timeout=0)
Show a message in the status bar.