java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineCertificateError
- All Implemented Interfaces:
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
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final 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 QList<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 QUrlgetUrl()Kotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QWebEngineCertificateError).final booleanfinal voidtype()final QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineCertificateError
See
QWebEngineCertificateError::QWebEngineCertificateError(QWebEngineCertificateError)
-
-
Method Details
-
acceptCertificate
public final void acceptCertificate() -
certificateChain
-
defer
public final void defer() -
description
-
isOverridable
-
assign
See
QWebEngineCertificateError::operator=(QWebEngineCertificateError) -
rejectCertificate
public final void rejectCertificate() -
type
-
url
-
equals
See
operator==(QWebEngineCertificateError,QWebEngineCertificateError) -
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
Kotlin property getter. In Java use
isOverridable()instead. -
getType
Kotlin property getter. In Java use
type()instead. -
getUrl
Kotlin property getter. In Java use
url()instead.
-