Control OpenFlippers status bar.
virtual void clearStatusMessage()
Removes the current message from the statusBar.
virtual 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.
virtual ~StatusbarInterface()
Destructor.
virtual void setStatus(ApplicationStatus::applicationStatus _status)
Sets the status icon of the StatusBar.
applicationStatus
Enum for the statusBar Status Icon.
@ READY
Status is ready (green light)
@ PROCESSING
Status is processing but system will allow interaction (yellow light)
@ BLOCKED
Status is processing and blocked system will not allow interaction (red light)