Uses of Class
io.qt.core.QCborValue.EncodingOptions
-
Uses of QCborValue.EncodingOptions in io.qt.core
Modifier and TypeMethodDescriptionQCborValue.EncodingOption.asFlags()
Create a QFlags of the enum entry.QCborValue.EncodingOption.cleared
(QCborValue.EncodingOption e) Excludes other enum entry from a flag of this entry.QCborValue.EncodingOptions.clone()
Clones the flagsQCborValue.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
Modifier and TypeMethodDescriptionfinal int
QCborValue.EncodingOptions.compareTo
(QCborValue.EncodingOptions other) final void
QCborValue.toCbor
(QCborStreamWriter writer, QCborValue.EncodingOptions opt) final QByteArray
QCborValue.toCbor
(QCborValue.EncodingOptions opt)