java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineHistoryItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents one item in the history of a web engine page
Java wrapper for Qt class QWebEngineHistoryItem
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QWebEngineHistoryItem other) clone()
Creates and returns a copy of this object.final boolean
equals
(QWebEngineHistoryItem arg2) Seeoperator==(QWebEngineHistoryItem,
QWebEngineHistoryItem) boolean
Seeoperator==(QWebEngineHistoryItem,
QWebEngineHistoryItem) int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineHistoryItem)
.final QUrl
iconUrl()
final boolean
isValid()
final QDateTime
final QUrl
final void
set
(QWebEngineHistoryItem other) Deprecated.final void
swap
(QWebEngineHistoryItem other) final String
title()
final QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebEngineHistoryItem
-
-
Method Details
-
iconUrl
-
isValid
-
lastVisited
-
assign
-
equals
See
operator==(QWebEngineHistoryItem,
QWebEngineHistoryItem) -
originalUrl
-
swap
-
title
-
url
-
equals
See
operator==(QWebEngineHistoryItem,
QWebEngineHistoryItem) -
hashCode
Returns the objects's hash code computed byqHash(QWebEngineHistoryItem)
. -
clone
Creates and returns a copy of this object.
See
QWebEngineHistoryItem::
QWebEngineHistoryItem(QWebEngineHistoryItem) -
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineHistoryItem)
instead.
-
assign(io.qt.webengine.core.QWebEngineHistoryItem)
instead.