![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QJsonValue, including all inherited members.
| Array enum value | QJsonValue | |
| Bool enum value | QJsonValue | |
| comparesEqual(const QJsonValue &lhs, const QJsonValue &rhs) | QJsonValue | friend |
| Double enum value | QJsonValue | |
| fromJson(QByteArrayView json, QJsonParseError *error=nullptr) | QJsonValue | static |
| fromVariant(const QVariant &variant) | QJsonValue | static |
| isArray() const | QJsonValue | inline |
| isBool() const | QJsonValue | inline |
| isDouble() const | QJsonValue | inline |
| isNull() const | QJsonValue | inline |
| isObject() const | QJsonValue | inline |
| isString() const | QJsonValue | inline |
| isUndefined() const | QJsonValue | inline |
| JsonFormat enum name | QJsonValue | |
| Null enum value | QJsonValue | |
| Object enum value | QJsonValue | |
| operator<<(QDebug dbg, const QJsonValue &o) | QJsonValue | friend |
| operator<<(QDataStream &stream, const QJsonValue &v) | QJsonValue | friend |
| operator=(const QJsonValue &other) noexcept | QJsonValue | |
| operator=(QJsonValue &&other) noexcept | QJsonValue | inline |
| operator[](const QString &key) const | QJsonValue | |
| operator[](QStringView key) const | QJsonValue | |
| operator[](QLatin1StringView key) const | QJsonValue | |
| operator[](qsizetype i) const | QJsonValue | |
| QCborValue class | QJsonValue | friend |
| QJsonArray class | QJsonValue | friend |
| QJsonObject class | QJsonValue | friend |
| QJsonPrivate::Value class | QJsonValue | friend |
| QJsonValue(Type=Null) | QJsonValue | |
| QJsonValue(bool b) | QJsonValue | |
| QJsonValue(double n) | QJsonValue | |
| QJsonValue(int n) | QJsonValue | |
| QJsonValue(qint64 v) | QJsonValue | |
| QJsonValue(const QString &s) | QJsonValue | |
| QJsonValue(QLatin1StringView s) | QJsonValue | |
| QJsonValue(const char *s) | QJsonValue | inline |
| QJsonValue(const QJsonArray &a) | QJsonValue | |
| QJsonValue(QJsonArray &&a) noexcept | QJsonValue | |
| QJsonValue(const QJsonObject &o) | QJsonValue | |
| QJsonValue(QJsonObject &&o) noexcept | QJsonValue | |
| QJsonValue(const QJsonValue &other) noexcept | QJsonValue | |
| QJsonValue(QJsonValue &&other) noexcept | QJsonValue | |
| String enum value | QJsonValue | |
| swap(QJsonValue &other) noexcept | QJsonValue | |
| toArray() const | QJsonValue | |
| toArray(const QJsonArray &defaultValue) const | QJsonValue | |
| toBool(bool defaultValue=false) const | QJsonValue | |
| toDouble(double defaultValue=0) const | QJsonValue | |
| toInt(int defaultValue=0) const | QJsonValue | |
| toInteger(qint64 defaultValue=0) const | QJsonValue | |
| toJson(JsonFormat format=JsonFormat::Indented) const | QJsonValue | |
| toObject() const | QJsonValue | |
| toObject(const QJsonObject &defaultValue) const | QJsonValue | |
| toString() const | QJsonValue | |
| toString(const QString &defaultValue) const | QJsonValue | |
| toStringView(QAnyStringView defaultValue={}) const | QJsonValue | |
| toVariant() const | QJsonValue | |
| Type enum name | QJsonValue | |
| type() const | QJsonValue | |
| Undefined enum value | QJsonValue | |
| ~QJsonValue() | QJsonValue |