java.lang.Object
io.qt.QtObject
io.qt.core.QCborError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds the error condition found while parsing or validating a CBOR stream
Java wrapper for Qt class QCborError
-
Nested Class Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QCborError.Code
code()
SeeQCborError::
c boolean
Seeoperator==(QCborError,
QCborError) final QCborError.Code
getCode()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QCborError)
.final void
setCode
(QCborError.Code code) SeeQCborError::
c final String
toString()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QCborError
public QCborError()See
QCborError::
QCborError()
-
-
Method Details
-
toString
-
setCode
See
QCborError::
c -
code
See
QCborError::
c -
equals
See
operator==(QCborError,
QCborError) -
hashCode
Returns the objects's hash code computed byqHash(QCborError)
. -
clone
Creates and returns a copy of this object.
-
getCode
Kotlin property getter. In Java use
code()
instead.
-