java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineCertificateError
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Information about a certificate error
Java wrapper for Qt class QWebEngineCertificateError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQWebEngineCertificateError::TypeNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.qt.core.QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionSeeQWebEngineCertificateError::QWebEngineCertificateError(QWebEngineCertificateError) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidassign(QWebEngineCertificateError other) SeeQWebEngineCertificateError::operator=(QWebEngineCertificateError) final io.qt.core.QList<io.qt.network.QSslCertificate>clone()Creates and returns a copy of this object.final voiddefer()final StringbooleanSeeoperator==(QWebEngineCertificateError,QWebEngineCertificateError) final StringKotlin property getter.final booleanKotlin property getter.getType()Kotlin property getter.final io.qt.core.QUrlgetUrl()Kotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QWebEngineCertificateError).final booleanfinal voidtype()final io.qt.core.QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
public static final io.qt.core.QMetaObject staticMetaObjectThis variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineCertificateError
See
QWebEngineCertificateError::QWebEngineCertificateError(QWebEngineCertificateError)
-
-
Method Details
-
acceptCertificate
public final void acceptCertificate() -
certificateChain
@QtUninvokable public final io.qt.core.QList<io.qt.network.QSslCertificate> certificateChain() -
defer
public final void defer() -
description
-
isOverridable
@QtUninvokable public final boolean isOverridable() -
assign
See
QWebEngineCertificateError::operator=(QWebEngineCertificateError) -
rejectCertificate
public final void rejectCertificate() -
type
-
url
@QtUninvokable public final io.qt.core.QUrl url() -
equals
See
operator==(QWebEngineCertificateError,QWebEngineCertificateError) - 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()Returns the objects's hash code computed byqHash(QWebEngineCertificateError). -
clone
Creates and returns a copy of this object.
-
getDescription
Kotlin property getter. In Java use
description()instead. -
getOverridable
@QtUninvokable public final boolean getOverridable()Kotlin property getter. In Java use
isOverridable()instead. -
getType
Kotlin property getter. In Java use
type()instead. -
getUrl
@QtUninvokable public final io.qt.core.QUrl getUrl()Kotlin property getter. In Java use
url()instead.
-