- All Implemented Interfaces:
QtObjectInterface,Cloneable
Java wrapper for Qt class QWebEngineCertificateError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQWebEngineCertificateError::Error -
Constructor Summary
ConstructorsConstructorDescriptionQWebEngineCertificateError(int error, QUrl url, boolean overridable, String errorDescription) SeeQWebEngineCertificateError::QWebEngineCertificateError(int, QUrl, bool, QString) QWebEngineCertificateError(int error, String url, boolean overridable, String errorDescription) Overloaded constructor forQWebEngineCertificateError(int, io.qt.core.QUrl, boolean, java.lang.String).SeeQWebEngineCertificateError::QWebEngineCertificateError(QWebEngineCertificateError) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleananswered()SeeQWebEngineCertificateError::answered()const final voidassign(QWebEngineCertificateError other) SeeQWebEngineCertificateError::operator=(QWebEngineCertificateError) final QList<QSslCertificate> SeeQWebEngineCertificateError::certificateChain()const clone()Creates and returns a copy of this object.final voiddefer()SeeQWebEngineCertificateError::defer() final booleandeferred()SeeQWebEngineCertificateError::deferred()const final booleanSeeoperator==(QWebEngineCertificateError,QWebEngineCertificateError) booleanSeeoperator==(QWebEngineCertificateError,QWebEngineCertificateError) error()SeeQWebEngineCertificateError::error()const final StringSeeQWebEngineCertificateError::errorDescription()const inthashCode()Returns the objects's hash code computed byqHash(QWebEngineCertificateError).final voidSeeQWebEngineCertificateError::ignoreCertificateError() final booleanSeeQWebEngineCertificateError::isOverridable()const final voidSeeQWebEngineCertificateError::rejectCertificate() final QUrlurl()SeeQWebEngineCertificateError::url()const Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebEngineCertificateError
See
QWebEngineCertificateError::QWebEngineCertificateError(QWebEngineCertificateError) -
QWebEngineCertificateError
public QWebEngineCertificateError(int error, QUrl url, boolean overridable, String errorDescription) See
QWebEngineCertificateError::QWebEngineCertificateError(int, QUrl, bool, QString) -
QWebEngineCertificateError
public QWebEngineCertificateError(int error, String url, boolean overridable, String errorDescription) Overloaded constructor for
QWebEngineCertificateError(int, io.qt.core.QUrl, boolean, java.lang.String).
-
-
Method Details
-
answered
See
QWebEngineCertificateError::answered()const -
certificateChain
See
QWebEngineCertificateError::certificateChain()const -
defer
See
QWebEngineCertificateError::defer() -
deferred
See
QWebEngineCertificateError::deferred()const -
error
See
QWebEngineCertificateError::error()const -
errorDescription
See
QWebEngineCertificateError::errorDescription()const -
ignoreCertificateError
See
QWebEngineCertificateError::ignoreCertificateError() -
isOverridable
See
QWebEngineCertificateError::isOverridable()const -
assign
See
QWebEngineCertificateError::operator=(QWebEngineCertificateError) -
equals
See
operator==(QWebEngineCertificateError,QWebEngineCertificateError) -
rejectCertificate
See
QWebEngineCertificateError::rejectCertificate() -
url
See
QWebEngineCertificateError::url()const -
equals
See
operator==(QWebEngineCertificateError,QWebEngineCertificateError) -
hashCode
Returns the objects's hash code computed byqHash(QWebEngineCertificateError). -
clone
Creates and returns a copy of this object.
-