![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <statusbar.h>
Public Member Functions | |
| StatusBar (BrowserWindow *window) | |
| void | showMessage (const QString &message, int timeout=0) |
| void | clearMessage () |
| void | addButton (AbstractButtonInterface *button) |
| void | removeButton (AbstractButtonInterface *button) |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *event) override |
Definition at line 49 of file statusbar.h.
|
explicit |
Definition at line 173 of file statusbar.cpp.
| void StatusBar::addButton | ( | AbstractButtonInterface * | button | ) |
Definition at line 217 of file statusbar.cpp.
| void StatusBar::clearMessage | ( | ) |
Definition at line 211 of file statusbar.cpp.
|
overrideprotected |
Definition at line 244 of file statusbar.cpp.
| void StatusBar::removeButton | ( | AbstractButtonInterface * | button | ) |
Definition at line 235 of file statusbar.cpp.
| void StatusBar::showMessage | ( | const QString & | message, |
| int | timeout = 0 |
||
| ) |
Definition at line 179 of file statusbar.cpp.