Uses of Class
io.qt.core.QCborValue.EncodingOptions
Packages that use QCborValue.EncodingOptions
-
Uses of QCborValue.EncodingOptions in io.qt.core
Methods in io.qt.core that return QCborValue.EncodingOptionsModifier and TypeMethodDescriptionQCborValue.EncodingOption.asFlags()
Create a QFlags of the enum 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
Methods in io.qt.core with parameters of type QCborValue.EncodingOptionsModifier 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)