Uses of Class
io.qt.core.QCborValue.EncodingOptions
Package | Description |
---|---|
io.qt.core |
-
Uses of QCborValue.EncodingOptions in io.qt.core
Methods in io.qt.core that return QCborValue.EncodingOptions Modifier and Type Method Description QCborValue.EncodingOptions
QCborValue.EncodingOption. asFlags()
Create a QFlags of the enum entry.QCborValue.EncodingOptions
QCborValue.EncodingOptions. clone()
Clones the flagsQCborValue.EncodingOptions
QCborValue.EncodingOption. combined(QCborValue.EncodingOption e)
Combines this entry with other enum entry.QCborValue.EncodingOptions
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
QCborValue.EncodingOptions. setFlag(QCborValue.EncodingOption e)
Sets the flage
QCborValue.EncodingOptions
QCborValue.EncodingOptions. setFlag(QCborValue.EncodingOption e, boolean on)
Sets or clears the flagflag
Methods in io.qt.core with parameters of type QCborValue.EncodingOptions Modifier and Type Method Description int
QCborValue.EncodingOptions. compareTo(QCborValue.EncodingOptions other)
void
QCborValue. toCbor(QCborStreamWriter writer, QCborValue.EncodingOptions opt)
QByteArray
QCborValue. toCbor(QCborValue.EncodingOptions opt)