java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCborError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QCborError extends QtObject implements Cloneable
Holds the error condition found while parsing or validating a CBOR stream
Java wrapper for Qt class QCborError
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QCborError.Code
Java wrapper for Qt enum QCborError::Code -
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QCborError()
protected
QCborError(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QCborError
clone()
QCborError.Code
code()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
void
setCode(QCborError.Code code)
String
toString()
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QCborError
public QCborError() -
QCborError
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details