Uses of Class
io.qt.core.QCborError.Code
Package | Description |
---|---|
io.qt.core |
-
Uses of QCborError.Code in io.qt.core
Methods in io.qt.core that return QCborError.Code Modifier and Type Method Description QCborError.Code
QCborError. code()
static QCborError.Code
QCborError.Code. resolve(int value)
Returns the corresponding enum entry for the given value.static QCborError.Code
QCborError.Code. valueOf(String name)
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.Code Modifier and Type Method Description void
QCborError. setCode(QCborError.Code code)