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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
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 QUrliconUrl()final booleanisValid()final QDateTimefinal QUrlfinal voidset(QWebEngineHistoryItem other) Deprecated.final voidswap(QWebEngineHistoryItem other) final Stringtitle()final QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebEngineHistoryItem
-
-
Method Details
-
iconUrl
-
isValid
-
lastVisited
-
assign
-
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.
-
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineHistoryItem)instead.
-
assign(io.qt.webengine.core.QWebEngineHistoryItem)instead.