Uses of Enum
io.qt.core.QCborError.Code
Packages that use QCborError.Code
-
Uses of QCborError.Code in io.qt.core
Methods in io.qt.core that return QCborError.CodeModifier and TypeMethodDescriptionfinal QCborError.Code
QCborError.code()
SeeQCborError::
c static QCborError.Code
QCborError.Code.resolve
(int value) Returns the corresponding enum entry for the given value.static QCborError.Code
Returns the enum constant of this type with the specified name.static QCborError.Code[]
QCborError.Code.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QCborError.CodeModifier and TypeMethodDescriptionfinal boolean
QCborError.equals
(QCborError.Code value2) Overloaded function forQCborError.equals(io.qt.core.QCborError)
.final void
QCborError.setCode
(QCborError.Code code) SeeQCborError::
c final void
QCborParserError.setError
(QCborError.Code error) Overloaded function forQCborParserError.setError(io.qt.core.QCborError)
.Constructors in io.qt.core with parameters of type QCborError.CodeModifierConstructorDescriptionSeeQCborError::
QCborError{QCborError::Code} QCborParserError
(long offset, QCborError.Code error) Overloaded constructor forQCborParserError(long, io.qt.core.QCborError)
.