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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QWebEngineCertificateError::ErrorNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQWebEngineCertificateError(int error, QUrl url, boolean overridable, String errorDescription) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleananswered()final voidassign(QWebEngineCertificateError other) final QList<QSslCertificate>clone()final voiddefer()final booleandeferred()booleanUsed 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 StringinthashCode()final voidfinal booleanfinal voidfinal QUrlurl()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:io.qt.QtObjectUsed 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
-