|
enum | HistoryItem {
FAVICON = 0,
FAVORITE,
LAST_VISITED,
NUMBER_OF_VISITS,
TITLE,
URL,
URL_DIGEST
} |
|
|
void | icon_updated (const QIcon &icon, const QUrl &url) |
|
void | item_updated (const QIcon &icon, const QWebEngineHistoryItem &item) |
|
void | new_item (const QIcon &icon, const QWebEngineHistoryItem &item) |
|
void | populated (void) |
|
|
QHash< QUrl, QHash< dooble_history::HistoryItem, QVariant > > | history (void) const |
|
QList< QPair< QIcon, QString > > | urls (void) const |
|
QStandardItemModel * | favorites_model (void) const |
|
bool | is_favorite (const QUrl &url) const |
|
void | abort (void) |
|
void | purge_favorites (void) |
|
void | purge_history (void) |
|
void | remove_favorite (const QUrl &url) |
|
void | remove_item (const QUrl &url) |
|
void | save_favicon (const QIcon &icon, const QUrl &url) |
|
void | save_favorite (const QUrl &url, bool state) |
|
void | save_item (const QIcon &icon, const QWebEngineHistoryItem &item, bool force) |
|
The documentation for this class was generated from the following files: