Uses of Enum
io.qt.core.QCborValue.EncodingOption
Packages that use QCborValue.EncodingOption
-
Uses of QCborValue.EncodingOption in io.qt.core
Methods in io.qt.core that return QCborValue.EncodingOptionModifier and TypeMethodDescriptionfinal 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
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.Methods in io.qt.core with parameters of type QCborValue.EncodingOptionModifier and TypeMethodDescriptionQCborValue.EncodingOption.combined
(QCborValue.EncodingOption e) Combines this entry with other enum entry.QCborValue.EncodingOptions.combined
(QCborValue.EncodingOption e) Combines this flags with enum entry.static QCborValue.EncodingOptions
QCborValue.EncodingOption.flags
(QCborValue.EncodingOption... values) Creates a newQCborValue.EncodingOptions
from the entries.QCborValue.EncodingOptions.setFlag
(QCborValue.EncodingOption e) Sets the flage
QCborValue.EncodingOptions.setFlag
(QCborValue.EncodingOption e, boolean on) Sets or clears the flagflag
final QByteArray
QCborValue.toCbor
(QCborValue.EncodingOption ... opt) Overloaded function forQCborValue.toCbor(io.qt.core.QCborValue.EncodingOptions)
.final void
QCborValue.toCbor
(QCborStreamWriter writer, QCborValue.EncodingOption ... opt) Overloaded function forQCborValue.toCbor(io.qt.core.QCborStreamWriter, io.qt.core.QCborValue.EncodingOptions)
.Constructors in io.qt.core with parameters of type QCborValue.EncodingOptionModifierConstructorDescriptionEncodingOptions
(QCborValue.EncodingOption... args) Creates a new EncodingOptions where the flags inargs
are set.