![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <bookmarksicon.h>
Public Member Functions | |
BookmarksIcon (QWidget *parent=nullptr) | |
void | setWebView (WebView *view) |
void | checkBookmark (const QUrl &url, bool forceCheck=false) |
![]() | |
ClickableLabel (QWidget *parent=nullptr) | |
QString | themeIcon () const |
void | setThemeIcon (const QString &name) |
QIcon | fallbackIcon () const |
void | setFallbackIcon (const QIcon &fallbackIcon) |
Additional Inherited Members | |
![]() | |
void | clicked (QPoint) |
void | middleClicked (QPoint) |
![]() | |
QSize | fixedsize |
int | fixedwidth |
int | fixedheight |
QString | themeIcon |
QIcon | fallbackIcon |
Definition at line 29 of file bookmarksicon.h.
|
explicit |
Definition at line 30 of file bookmarksicon.cpp.
void BookmarksIcon::checkBookmark | ( | const QUrl & | url, |
bool | forceCheck = false |
||
) |
Definition at line 56 of file bookmarksicon.cpp.
void BookmarksIcon::setWebView | ( | WebView * | view | ) |
Definition at line 48 of file bookmarksicon.cpp.