java.lang.Object
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineCertificateError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QWebEngineCertificateError
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QWebEngineCertificateError::ErrorNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQWebEngineCertificateError
(int error, QUrl url, boolean overridable, String errorDescription) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
answered()
final void
assign
(QWebEngineCertificateError other) final QList<QSslCertificate>
clone()
final void
defer()
final boolean
deferred()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.error()
final String
int
hashCode()
final void
final boolean
final void
final QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebEngineCertificateError
-
QWebEngineCertificateError
-
QWebEngineCertificateError
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
answered
-
certificateChain
-
defer
-
deferred
-
error
-
errorDescription
-
ignoreCertificateError
-
isOverridable
-
assign
-
rejectCertificate
-
url
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-