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
-
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 final boolean
equals
(QCborError value2) Seeoperator==(QCborError,
QCborError) boolean
Seeoperator==(QCborError,
QCborError) 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
-
equals
See
operator==(QCborError,
QCborError) -
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.
-