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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQWebEngineCertificateError::Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionSeeQWebEngineCertificateError::
QWebEngineCertificateError(QWebEngineCertificateError) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
assign
(QWebEngineCertificateError other) SeeQWebEngineCertificateError::
operator=(QWebEngineCertificateError) final QList<QSslCertificate>
clone()
Creates and returns a copy of this object.final void
defer()
final String
boolean
Seeoperator==(QWebEngineCertificateError,
QWebEngineCertificateError) final String
Kotlin property getter.final boolean
Kotlin property getter.getType()
Kotlin property getter.final QUrl
getUrl()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineCertificateError)
.final boolean
final void
type()
final QUrl
url()
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.
-