java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineLoadingInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
A utility type for the WebEngineView::loadingChanged signal
Java wrapper for Qt class QWebEngineLoadingInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQWebEngineLoadingInfo::ErrorDomain
static enum
Java wrapper for Qt enumQWebEngineLoadingInfo::LoadStatus
Nested 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
ConstructorDescriptionSeeQWebEngineLoadingInfo::
QWebEngineLoadingInfo(QWebEngineLoadingInfo) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QWebEngineLoadingInfo other) SeeQWebEngineLoadingInfo::
operator=(QWebEngineLoadingInfo) clone()
Creates and returns a copy of this object.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
See
QWebEngineLoadingInfo::
QWebEngineLoadingInfo(QWebEngineLoadingInfo)
-
-
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
See
QWebEngineLoadingInfo::
operator=(QWebEngineLoadingInfo) -
getStatus
Kotlin property getter. In Java use
status()
instead. -
status
-
getUrl
Kotlin property getter. In Java use
url()
instead. -
url
-
clone
Creates and returns a copy of this object.
-
assign(io.qt.webengine.core.QWebEngineLoadingInfo)
instead.