Uses of Class
io.qt.core.QCborValue.EncodingOption
Package | Description |
---|---|
io.qt.core |
-
Uses of QCborValue.EncodingOption in io.qt.core
Methods in io.qt.core that return QCborValue.EncodingOption Modifier and Type Method Description QCborValue.EncodingOption[]
QCborValue.EncodingOptions. flags()
Returns an array of flag objects represented by this EncodingOptions.static QCborValue.EncodingOption
QCborValue.EncodingOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QCborValue.EncodingOption
QCborValue.EncodingOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCborValue.EncodingOption[]
QCborValue.EncodingOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.core with parameters of type QCborValue.EncodingOption Constructor Description EncodingOptions(QCborValue.EncodingOption... args)
Creates a new EncodingOptions where the flags inargs
are set.