![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QJsonValue, including all inherited members.
| Array enum value | QJsonValue | |
| Bool enum value | QJsonValue | |
| Double enum value | QJsonValue | |
| 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 |
| Null enum value | QJsonValue | |
| Object enum value | QJsonValue | |
| operator!=(const QJsonValue &other) const | QJsonValue | |
| operator<< | QJsonValue | friend |
| operator<< | QJsonValue | friend |
| operator=(const QJsonValue &other) noexcept | QJsonValue | |
| operator=(QJsonValue &&other) noexcept | QJsonValue | inline |
| operator==(const QJsonValue &other) const | QJsonValue | |
| operator[](const QString &key) const | QJsonValue | |
| operator[](QStringView key) const | QJsonValue | |
| operator[](QLatin1StringView key) const | QJsonValue | |
| operator[](qsizetype i) const | QJsonValue | |
| QCborValue | QJsonValue | friend |
| QJsonArray | QJsonValue | friend |
| QJsonObject | QJsonValue | friend |
| QJsonPrivate::Value | 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 | |
| toObject() const | QJsonValue | |
| toObject(const QJsonObject &defaultValue) const | QJsonValue | |
| toString() const | QJsonValue | |
| toString(const QString &defaultValue) const | QJsonValue | |
| toVariant() const | QJsonValue | |
| type() const | QJsonValue | |
| Type enum name | QJsonValue | |
| Undefined enum value | QJsonValue | |
| ~QJsonValue() | QJsonValue |