Signals | |
| virtual void | showStatusMessage (QString, int=0) |
| Show a message in the status bar. | |
| void | setStatus (ApplicationStatus::applicationStatus) |
| Sets the icon of the StatusBar. | |
| void | clearStatusMessage () |
| Removes the current message from the statusBar. | |
| void | addWidgetToStatusbar (QWidget *_widget) |
| Add a widget on the right side of the statusBar. | |
Public Member Functions | |
| virtual | ~StatusbarInterface () |
| Destructor. | |
Definition at line 70 of file StatusbarInterface.hh.
| void StatusbarInterface::addWidgetToStatusbar | ( | QWidget * | _widget | ) | [inline, signal] |
Add a widget on the right side of the statusBar.
Definition at line 102 of file StatusbarInterface.hh.
| void StatusbarInterface::clearStatusMessage | ( | ) | [inline, signal] |
Removes the current message from the statusBar.
Definition at line 97 of file StatusbarInterface.hh.
| void StatusbarInterface::setStatus | ( | ApplicationStatus::applicationStatus | ) | [inline, signal] |
Sets the icon of the StatusBar.
Definition at line 92 of file StatusbarInterface.hh.
| virtual void StatusbarInterface::showStatusMessage | ( | QString | , | |
| int | = 0 | |||
| ) | [inline, virtual, signal] |
Show a message in the status bar.
You can specify a timeout if the message should be removed after _timeout milliseconds
Definition at line 86 of file StatusbarInterface.hh.