Uses of Class
io.qt.core.QCborValue
Packages that use QCborValue
-
Uses of QCborValue in io.qt.core
Fields in io.qt.core declared as QCborValueMethods in io.qt.core that return QCborValueModifier and TypeMethodDescriptionfinal QCborValue
QCborArray.at
(long i) QCborValue.clone()
final QCborValue
QCborArray.first()
static QCborValue
QCborValue.fromCbor
(QCborStreamReader reader) static QCborValue
QCborValue.fromJsonValue
(QJsonValue v) static QCborValue
QCborValue.fromVariant
(Object variant) final QCborValue
QCborArray.last()
final QCborValue
QCborValue.taggedValue()
Overloaded function fortaggedValue(io.qt.core.QCborValue)
withdefaultValue = new io.qt.core.QCborValue()
.final QCborValue
QCborValue.taggedValue
(QCborValue defaultValue) final QCborValue
QCborMap.take
(long key) final QCborValue
QCborMap.take
(QCborValue key) final QCborValue
final QCborValue
QCborArray.takeAt
(long i) final QCborValue
QCborArray.takeFirst()
final QCborValue
QCborArray.takeLast()
final QCborValue
QCborArray.toCborValue()
final QCborValue
QCborMap.toCborValue()
final QCborValue
QCborArray.value
(long i) final QCborValue
QCborMap.value
(long key) final QCborValue
QCborMap.value
(QCborValue key) final QCborValue
final QCborValue
QCborValue.value
(long key) final QCborValue
Methods in io.qt.core that return types with arguments of type QCborValueModifier and TypeMethodDescriptionprotected final QIterator<QCborValue>
QCborArray.begin()
protected final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.begin()
protected final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.begin()
final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.constFind
(QCborValue key) final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.constFind
(QCborValue key) protected final QIterator<QCborValue>
QCborArray.end()
protected final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.end()
protected final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.end()
final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.find
(long key) final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.find
(long key) final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.find
(QCborValue key) final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.find
(QCborValue key) final QIterator<QPair<QCborValue,
QCborValue>> final QIterator<QPair<QCborValue,
QCborValue>> QCborArray.iterator()
QCborMap.iterator()
QCborMap.iterator()
final QList<QCborValue>
QCborMap.keys()
Methods in io.qt.core with parameters of type QCborValueModifier and TypeMethodDescriptionfinal void
QCborArray.append
(QCborValue value) final int
QCborValue.compare
(QCborValue other) int
QCborValue.compareTo
(QCborValue other) final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.constFind
(QCborValue key) final boolean
QCborArray.contains
(QCborValue value) final boolean
QCborMap.contains
(QCborValue key) final QIterator<QPair<QCborValue,
QCborValue>> QCborMap.find
(QCborValue key) final void
QCborArray.insert
(long i, QCborValue value) final QCborMap
QCborMap.insert
(long key, QCborValue value_) final QCborMap
QCborMap.insert
(QCborValue key, QCborValue value_) final QCborMap
QCborMap.insert
(String key, QCborValue value_) final QCborArray
QCborArray.plus
(QCborValue v) final void
QCborArray.prepend
(QCborValue value) final void
QCborMap.remove
(QCborValue key) final void
QCborValue.set
(QCborValue other) final void
QCborMap.setValue
(long key, QCborValue value) final void
QCborMap.setValue
(QCborValue key, QCborValue value) final void
QCborMap.setValue
(String key, QCborValue value) final void
QCborValue.setValue
(long key, QCborValue value) final void
QCborValue.setValue
(String key, QCborValue value) final void
QCborArray.setValueAt
(long i, QCborValue value) final void
QCborValue.swap
(QCborValue other) final QCborValue
QCborValue.taggedValue
(QCborValue defaultValue) final QCborValue
QCborMap.take
(QCborValue key) final QCborValue
QCborMap.value
(QCborValue key) Method parameters in io.qt.core with type arguments of type QCborValueModifier and TypeMethodDescriptionfinal QCborMap
QCborMap.insert
(QPair<? extends QCborValue, ? extends QCborValue> v) final QCborMap
QCborMap.insert
(QPair<? extends QCborValue, ? extends QCborValue> v) Constructors in io.qt.core with parameters of type QCborValueModifierConstructorDescriptionQCborArray
(QCborValue... args) QCborValue
(QCborKnownTags t_, QCborValue tv) QCborValue
(QCborTag tag, QCborValue taggedValue) QCborValue
(QCborValue other)