java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineLoadingInfo
- All Implemented Interfaces:
QtObjectInterface
A utility type for the WebEngineView::loadingChanged signal
Java wrapper for Qt's class QWebEngineLoadingInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QWebEngineLoadingInfo::ErrorDomainstatic enum
Java wrapper for Qt enum QWebEngineLoadingInfo::LoadStatusNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QWebEngineLoadingInfo other) final int
final String
final int
Kotlin property getter.Kotlin property getter.final String
Kotlin property getter.Kotlin property getter.final QUrl
getUrl()
Kotlin property getter.final boolean
final void
set
(QWebEngineLoadingInfo other) Deprecated.status()
final QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineLoadingInfo
-
QWebEngineLoadingInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
getErrorCode
Kotlin property getter. In Java use
errorCode()
instead. -
errorCode
-
getErrorDomain
Kotlin property getter. In Java use
errorDomain()
instead. -
errorDomain
-
getErrorString
Kotlin property getter. In Java use
errorString()
instead. -
errorString
-
isErrorPage
-
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineLoadingInfo)
instead. -
assign
-
getStatus
Kotlin property getter. In Java use
status()
instead. -
status
-
getUrl
Kotlin property getter. In Java use
url()
instead. -
url
-
assign(io.qt.webengine.core.QWebEngineLoadingInfo)
instead.