![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <zoomlabel.h>
Public Member Functions | |
| ZoomLabel (LocationBar *parent) | |
| void | setWebView (WebView *view) |
| void | requestShow () |
Public Member Functions inherited from ClickableLabel | |
| ClickableLabel (QWidget *parent=nullptr) | |
| QString | themeIcon () const |
| void | setThemeIcon (const QString &name) |
| QIcon | fallbackIcon () const |
| void | setFallbackIcon (const QIcon &fallbackIcon) |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *e) override |
Additional Inherited Members | |
Signals inherited from ClickableLabel | |
| void | clicked (QPoint) |
| void | middleClicked (QPoint) |
Properties inherited from ClickableLabel | |
| QSize | fixedsize |
| int | fixedwidth |
| int | fixedheight |
| QString | themeIcon |
| QIcon | fallbackIcon |
Definition at line 27 of file zoomlabel.h.
|
explicit |
Definition at line 27 of file zoomlabel.cpp.
|
overrideprotected |
Definition at line 69 of file zoomlabel.cpp.
| void ZoomLabel::requestShow | ( | ) |
Definition at line 53 of file zoomlabel.cpp.
| void ZoomLabel::setWebView | ( | WebView * | view | ) |
Definition at line 45 of file zoomlabel.cpp.