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