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's class QWebEngineLoadingInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QWebEngineLoadingInfo::ErrorDomainstatic enumJava wrapper for Qt enum QWebEngineLoadingInfo::LoadStatusNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QWebEngineLoadingInfo other) clone()Creates and returns a copy of this object.final intfinal Stringfinal intKotlin property getter.Kotlin property getter.final StringKotlin property getter.Kotlin property getter.final QUrlgetUrl()Kotlin property getter.final booleanfinal voidset(QWebEngineLoadingInfo other) Deprecated.status()final QUrlurl()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
-
clone
Creates and returns a copy of this object.
-
assign(io.qt.webengine.core.QWebEngineLoadingInfo)instead.