java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineHistoryItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QWebEngineHistoryItem extends QtObject implements Cloneable
Java wrapper for Qt class QWebEngineHistoryItem
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QWebEngineHistoryItem(QtObject.QPrivateConstructor p)
Constructor for internal use only.QWebEngineHistoryItem(QWebEngineHistoryItem other)
-
Method Summary
Modifier and Type Method Description QWebEngineHistoryItem
clone()
QUrl
iconUrl()
boolean
isValid()
QDateTime
lastVisited()
QUrl
originalUrl()
void
set(QWebEngineHistoryItem other)
void
swap(QWebEngineHistoryItem other)
String
title()
QUrl
url()
-
Constructor Details
-
QWebEngineHistoryItem
-
QWebEngineHistoryItem
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details