![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QJsonValue, including all inherited members.
| QJsonValue(Type type=Null) | QJsonValue | |
| QJsonValue(bool b) | QJsonValue | |
| QJsonValue(double n) | QJsonValue | |
| QJsonValue(int n) | QJsonValue | |
| QJsonValue(qint64 n) | QJsonValue | |
| QJsonValue(QString str) | QJsonValue | |
| QJsonValue(QJsonArray array) | QJsonValue | |
| QJsonValue(QJsonObject object) | QJsonValue | |
| QJsonValue(const QJsonValue &other) | QJsonValue | |
| Type enum name | 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 |
| operator!=(const QJsonValue &other) const | QJsonValue | |
| operator=(const QJsonValue &other) | QJsonValue | |
| operator==(const QJsonValue &other) const | 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 | |
| toObject() const | QJsonValue | |
| toObject(const QJsonObject &defaultValue) const | QJsonValue | |
| toString(const QString &defaultValue=QString ()) const | QJsonValue | |
| toVariant() const | QJsonValue | |
| type() const | QJsonValue | |
| ~QJsonValue() | QJsonValue |