Uses of Class
io.qt.core.QJsonValue
Package | Description |
---|---|
io.qt.core |
-
Uses of QJsonValue in io.qt.core
Methods in io.qt.core that return QJsonValue Modifier and Type Method Description QJsonValue
QJsonArray. at(int i)
QJsonValue
QJsonValue. clone()
QJsonValue
QJsonArray. first()
static QJsonValue
QJsonValue. fromVariant(Object variant)
QJsonValue
QJsonDocument. getArrayValue(int i)
QJsonValue
QJsonValue. getArrayValue(int i)
QJsonValue
QJsonDocument. getObjectValue(String key)
QJsonValue
QJsonValue. getObjectValue(String key)
QJsonValue
QJsonArray. last()
QJsonValue
QJsonObject. take(String key)
QJsonValue
QJsonArray. takeAt(int i)
QJsonValue
QCborValue. toJsonValue()
QJsonValue
QJsonObject. value(String key)
Methods in io.qt.core that return types with arguments of type QJsonValue Modifier and Type Method Description protected QIterator<QJsonValue>
QJsonArray. begin()
protected QIterator<QJsonValue>
QJsonObject. begin()
protected QIterator<QJsonValue>
QJsonArray. end()
protected QIterator<QJsonValue>
QJsonObject. end()
QIterator<QJsonValue>
QJsonObject. find(String key)
Iterator<QJsonValue>
QJsonArray. iterator()
Iterator<QJsonValue>
QJsonObject. iterator()
Methods in io.qt.core with parameters of type QJsonValue Modifier and Type Method Description void
QJsonArray. append(QJsonValue value)
boolean
QJsonArray. contains(QJsonValue element)
static QCborValue
QCborValue. fromJsonValue(QJsonValue v)
void
QJsonArray. insert(int i, QJsonValue value)
void
QJsonArray. prepend(QJsonValue value)
void
QJsonArray. replace(int i, QJsonValue value)
void
QJsonValue. swap(QJsonValue other)
Constructors in io.qt.core with parameters of type QJsonValue Constructor Description QJsonArray(QJsonValue... args)
QJsonValue(QJsonValue other)