Uses of Class
io.qt.core.QCborArray
Packages that use QCborArray
-
Uses of QCborArray in io.qt.core
Methods in io.qt.core that return QCborArrayModifier and TypeMethodDescriptionQCborArray.clone()
static QCborArray
QCborArray.fromJsonArray
(QJsonArray array) static QCborArray
QCborArray.fromStringList
(Collection<String> list) static QCborArray
QCborArray.fromVariantList
(Collection<Object> list) final QCborArray
QCborValue.toArray()
final QCborArray
QCborValue.toArray
(QCborArray defaultValue) Methods in io.qt.core with parameters of type QCborArrayModifier and TypeMethodDescriptionfinal int
QCborArray.compare
(QCborArray other) int
QCborArray.compareTo
(QCborArray other) final void
QCborArray.set
(QCborArray other) final void
QCborArray.swap
(QCborArray other) final QCborArray
QCborValue.toArray
(QCborArray defaultValue) Constructors in io.qt.core with parameters of type QCborArray