java.lang.Object
io.qt.internal.QtJambiObject
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
ConstructorsModifierConstructorDescriptionprotectedQWebEngineHistoryItem(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final io.qt.core.QUrliconUrl()final booleanisValid()final io.qt.core.QDateTimefinal io.qt.core.QUrlfinal voidset(QWebEngineHistoryItem other) final voidswap(QWebEngineHistoryItem other) final Stringtitle()final io.qt.core.QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebEngineHistoryItem
-
QWebEngineHistoryItem
protected QWebEngineHistoryItem(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
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() -
set
-
originalUrl
@QtUninvokable public final io.qt.core.QUrl originalUrl() -
swap
-
title
-
url
@QtUninvokable public final io.qt.core.QUrl url() -
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-