java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineHistoryItem
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Represents one item in the history of a web engine page
Java wrapper for Qt class QWebEngineHistoryItem
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QWebEngineHistoryItem other) clone()Creates and returns a copy of this object.booleanSeeoperator==(QWebEngineHistoryItem,QWebEngineHistoryItem) inthashCode()Returns the objects's hash code computed byqHash(QWebEngineHistoryItem).final io.qt.core.QUrliconUrl()final booleanisValid()final io.qt.core.QDateTimefinal io.qt.core.QUrlfinal voidset(QWebEngineHistoryItem other) Deprecated.final voidswap(QWebEngineHistoryItem other) final Stringtitle()final io.qt.core.QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebEngineHistoryItem
-
-
Method Details
-
iconUrl
@QtUninvokable public final io.qt.core.QUrl iconUrl() -
isValid
@QtUninvokable public final boolean isValid() -
lastVisited
@QtUninvokable public final io.qt.core.QDateTime lastVisited() -
assign
-
originalUrl
@QtUninvokable public final io.qt.core.QUrl originalUrl() -
swap
-
title
-
url
@QtUninvokable public final io.qt.core.QUrl url() -
equals
See
operator==(QWebEngineHistoryItem,QWebEngineHistoryItem) - Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode()Returns the objects's hash code computed byqHash(QWebEngineHistoryItem). -
clone
Creates and returns a copy of this object.
-
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineHistoryItem)instead.
-
assign(io.qt.webengine.core.QWebEngineHistoryItem)instead.