java.lang.Object
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineHistoryItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QWebEngineHistoryItem
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QWebEngineHistoryItem other) clone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
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
-
QWebEngineHistoryItem
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
iconUrl
-
isValid
-
lastVisited
-
set
Deprecated. -
assign
-
originalUrl
-
swap
-
title
-
url
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-
assign(io.qt.webengine.widgets.QWebEngineHistoryItem)
instead.