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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQWebEngineLoadingInfo::ErrorDomainstatic enumJava wrapper for Qt enumQWebEngineLoadingInfo::LoadStatus -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionSeeQWebEngineLoadingInfo::QWebEngineLoadingInfo(QWebEngineLoadingInfo) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QWebEngineLoadingInfo other) SeeQWebEngineLoadingInfo::operator=(QWebEngineLoadingInfo) clone()Creates and returns a copy of this object.final intfinal Stringfinal 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
See
QWebEngineLoadingInfo::QWebEngineLoadingInfo(QWebEngineLoadingInfo)
-
-
Method Details
-
errorCode
-
errorDomain
-
errorString
-
isErrorPage
-
assign
See
QWebEngineLoadingInfo::operator=(QWebEngineLoadingInfo) -
status
-
url
-
clone
Creates and returns a copy of this object.
-
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineLoadingInfo)instead.
-
assign(io.qt.webengine.core.QWebEngineLoadingInfo)instead.