QWebEngineHistoryItem 类

QWebEngineHistoryItem 类表示一个网页浏览器的历史记录中的一个条目。 更多...

头文件 #include <QWebEngineHistoryItem>
CMakefind_package(Qt6 REQUIRED COMPONENTS WebEngineCore)
target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore)
qmakeQT += webenginecore

公共函数

QWebEngineHistoryItem(const QWebEngineHistoryItem &other)
~QWebEngineHistoryItem()
QUrl带有关联的历史记录项图标的 URLiconUrl() const
bool此历史记录项是否有效isValid() const
QDateTime上次访问时间lastVisited() const
QUrl原始 URLoriginalUrl() const
void交换两个历史记录项swap(QWebEngineHistoryItem &other)
QString标题title() const
QUrlURLurl() const
QWebEngineHistoryItem &operator=(const QWebEngineHistoryItem &other)

详细描述

每个网页浏览器历史记录条目表示网页历史记录堆栈中的一个条目,包含有关页面、位置和上次访问时间的信息。

另请参阅QWebEngineHistoryQWebEnginePage::history

成员函数文档

QWebEngineHistoryItem::QWebEngineHistoryItem(const QWebEngineHistoryItem &other)

other构建历史条目。新条目和other将共享其数据,并且修改此条目或other将修改两个实例。

[noexcept] QWebEngineHistoryItem::~QWebEngineHistoryItem()

销毁历史记录项。

QUrl QWebEngineHistoryItem::iconUrl() const

返回与历史记录项关联的图标 URL。

另请参阅url()、originalUrl()和title()。

bool QWebEngineHistoryItem::isValid() const

返回此是否是有效的历史记录项。

QDateTime QWebEngineHistoryItem::lastVisited() const

返回与项相关联的页面上次访问的日期和时间。

另请参阅title() 和 url()。

QUrl QWebEngineHistoryItem::originalUrl() const

返回与历史项关联的原始URL。

另请参阅url()。

[noexcept] void QWebEngineHistoryItem::swap(QWebEngineHistoryItem &other)

other项交换历史项。

QString QWebEngineHistoryItem::title() const

返回与历史项关联的页面的标题。

另请参阅url() 和 lastVisited()。

QUrl QWebEngineHistoryItem::url() const

返回与历史项关联的URL。

另请参阅originalUrl()、title() 和 lastVisited()。

QWebEngineHistoryItem &QWebEngineHistoryItem::operator=(const QWebEngineHistoryItem &other)

other历史项分配给此。此项和other将共享其数据,修改此或other任一项都将修改两个实例。

© 2024 Qt公司有限公司。此处包含的文档贡献是各自所有者的版权。此处提供的文档是根据自由软件基金会发布的GNU自由文档许可证版本1.3的条款许可的。Qt和相应的标志是芬兰及其它国家和地区Qt公司有限责任公司的商标。所有其他商标均为各自所有者的财产。