Uses of Class
io.qt.core.QCborMap
Package | Description |
---|---|
io.qt.core |
-
Uses of QCborMap in io.qt.core
Methods in io.qt.core that return QCborMap Modifier and Type Method Description QCborMap
QCborMap. clone()
static QCborMap
QCborMap. fromJsonObject(QJsonObject o)
static QCborMap
QCborMap. fromVariantHash(Map<String,Object> hash)
static QCborMap
QCborMap. fromVariantMap(Map<String,Object> map)
QCborMap
QCborMap. insert(long key, QCborValue value_)
QCborMap
QCborMap. insert(QCborValue key, QCborValue value_)
QCborMap
QCborMap. insert(QPair<QCborValue,QCborValue> v)
QCborMap
QCborMap. insert(String key, QCborValue value_)
QCborMap
QCborValue. toMap()
QCborMap
QCborValue. toMap(QCborMap defaultValue)
Methods in io.qt.core with parameters of type QCborMap Modifier and Type Method Description int
QCborMap. compare(QCborMap other)
int
QCborMap. compareTo(QCborMap other)
void
QCborMap. set(QCborMap other)
void
QCborMap. swap(QCborMap other)
QCborMap
QCborValue. toMap(QCborMap defaultValue)
Constructors in io.qt.core with parameters of type QCborMap Constructor Description QCborMap(QCborMap other)
QCborValue(QCborMap m)