java.lang.Object
io.qt.QtObject
io.qt.webengine.widgets.QWebEngineCertificateError
- All Implemented Interfaces:
io.qt.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
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQWebEngineCertificateError(int error, io.qt.core.QUrl url, boolean overridable, String errorDescription) protectedQWebEngineCertificateError(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleananswered()final voidassign(QWebEngineCertificateError other) final io.qt.core.QList<io.qt.network.QSslCertificate>clone()Creates and returns a copy of this object.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 io.qt.core.QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebEngineCertificateError
-
QWebEngineCertificateError
public QWebEngineCertificateError(int error, io.qt.core.QUrl url, boolean overridable, String errorDescription) -
QWebEngineCertificateError
protected QWebEngineCertificateError(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
answered
@QtUninvokable public final boolean answered() -
certificateChain
@QtUninvokable public final io.qt.core.QList<io.qt.network.QSslCertificate> certificateChain() -
defer
@QtUninvokable public final void defer() -
deferred
@QtUninvokable public final boolean deferred() -
error
-
errorDescription
-
ignoreCertificateError
@QtUninvokable public final void ignoreCertificateError() -
isOverridable
@QtUninvokable public final boolean isOverridable() -
assign
-
rejectCertificate
@QtUninvokable public final void rejectCertificate() -
url
@QtUninvokable public final io.qt.core.QUrl 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
Creates and returns a copy of this object.
-