Uses of Class
io.qt.core.QCborArray
Package | Description |
---|---|
io.qt.core |
-
Uses of QCborArray in io.qt.core
Methods in io.qt.core that return QCborArray Modifier and Type Method Description QCborArray
QCborArray. clone()
static QCborArray
QCborArray. fromJsonArray(QJsonArray array)
static QCborArray
QCborArray. fromStringList(Collection<String> list)
static QCborArray
QCborArray. fromVariantList(Collection<Object> list)
QCborArray
QCborValue. toArray()
QCborArray
QCborValue. toArray(QCborArray defaultValue)
Methods in io.qt.core with parameters of type QCborArray Modifier and Type Method Description int
QCborArray. compare(QCborArray other)
int
QCborArray. compareTo(QCborArray other)
void
QCborArray. set(QCborArray other)
void
QCborArray. swap(QCborArray other)
QCborArray
QCborValue. toArray(QCborArray defaultValue)
Constructors in io.qt.core with parameters of type QCborArray Constructor Description QCborArray(QCborArray other)
QCborValue(QCborArray a)