![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <qmlstaticdata.h>
Public Member Functions | |
QmlStaticData (QObject *parent=nullptr) | |
~QmlStaticData () | |
QmlBookmarkTreeNode * | getBookmarkTreeNode (BookmarkItem *item) |
QmlCookie * | getCookie (const QNetworkCookie &cookie) |
QmlHistoryItem * | getHistoryItem (const HistoryEntry &entry) |
QmlTab * | getTab (WebTab *webTab) |
QmlMostVisitedUrl * | getMostVisitedUrl (const QString &title=QString(), const QString &url=QString()) |
QmlWindow * | getWindow (BrowserWindow *window) |
QHash< BrowserWindow *, int > | windowIdHash () |
QIcon | getIcon (const QString &iconPath, const QString &pluginPath) |
QmlBookmarks * | getBookmarksSingleton () |
QmlHistory * | getHistorySingleton () |
QmlCookies * | getCookiesSingleton () |
QmlTopSites * | getTopSitesSingleton () |
QmlTabs * | getTabsSingleton () |
QmlClipboard * | getClipboardSingleton () |
QmlWindows * | getWindowsSingleton () |
QmlExternalJsObject * | getExternalJsObjectSingleton () |
QmlUserScripts * | getUserScriptsSingleton () |
Static Public Member Functions | |
static QmlStaticData & | instance () |
Definition at line 44 of file qmlstaticdata.h.
|
explicit |
Definition at line 30 of file qmlstaticdata.cpp.
QmlStaticData::~QmlStaticData | ( | ) |
Definition at line 47 of file qmlstaticdata.cpp.
QmlBookmarks * QmlStaticData::getBookmarksSingleton | ( | ) |
Definition at line 140 of file qmlstaticdata.cpp.
QmlBookmarkTreeNode * QmlStaticData::getBookmarkTreeNode | ( | BookmarkItem * | item | ) |
Definition at line 63 of file qmlstaticdata.cpp.
QmlClipboard * QmlStaticData::getClipboardSingleton | ( | ) |
Definition at line 175 of file qmlstaticdata.cpp.
QmlCookie * QmlStaticData::getCookie | ( | const QNetworkCookie & | cookie | ) |
Definition at line 73 of file qmlstaticdata.cpp.
QmlCookies * QmlStaticData::getCookiesSingleton | ( | ) |
Definition at line 154 of file qmlstaticdata.cpp.
QmlExternalJsObject * QmlStaticData::getExternalJsObjectSingleton | ( | ) |
Definition at line 189 of file qmlstaticdata.cpp.
QmlHistoryItem * QmlStaticData::getHistoryItem | ( | const HistoryEntry & | entry | ) |
Definition at line 83 of file qmlstaticdata.cpp.
QmlHistory * QmlStaticData::getHistorySingleton | ( | ) |
Definition at line 147 of file qmlstaticdata.cpp.
QIcon QmlStaticData::getIcon | ( | const QString & | iconPath, |
const QString & | pluginPath | ||
) |
Definition at line 128 of file qmlstaticdata.cpp.
QmlMostVisitedUrl * QmlStaticData::getMostVisitedUrl | ( | const QString & | title = QString() , |
const QString & | url = QString() |
||
) |
Definition at line 103 of file qmlstaticdata.cpp.
Definition at line 93 of file qmlstaticdata.cpp.
QmlTabs * QmlStaticData::getTabsSingleton | ( | ) |
Definition at line 168 of file qmlstaticdata.cpp.
QmlTopSites * QmlStaticData::getTopSitesSingleton | ( | ) |
Definition at line 161 of file qmlstaticdata.cpp.
QmlUserScripts * QmlStaticData::getUserScriptsSingleton | ( | ) |
Definition at line 196 of file qmlstaticdata.cpp.
QmlWindow * QmlStaticData::getWindow | ( | BrowserWindow * | window | ) |
Definition at line 113 of file qmlstaticdata.cpp.
QmlWindows * QmlStaticData::getWindowsSingleton | ( | ) |
Definition at line 182 of file qmlstaticdata.cpp.
|
static |
Definition at line 57 of file qmlstaticdata.cpp.
QHash< BrowserWindow *, int > QmlStaticData::windowIdHash | ( | ) |
Definition at line 123 of file qmlstaticdata.cpp.