Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QJsonValue Member List

This is the complete list of members for QJsonValue, including all inherited members.

Array enum valueQJsonValue
Bool enum valueQJsonValue
comparesEqual(const QJsonValue &lhs, const QJsonValue &rhs)QJsonValuefriend
Double enum valueQJsonValue
fromJson(QByteArrayView json, QJsonParseError *error=nullptr)QJsonValuestatic
fromVariant(const QVariant &variant)QJsonValuestatic
isArray() constQJsonValueinline
isBool() constQJsonValueinline
isDouble() constQJsonValueinline
isNull() constQJsonValueinline
isObject() constQJsonValueinline
isString() constQJsonValueinline
isUndefined() constQJsonValueinline
JsonFormat enum nameQJsonValue
Null enum valueQJsonValue
Object enum valueQJsonValue
operator<<(QDebug dbg, const QJsonValue &o)QJsonValuefriend
operator<<(QDataStream &stream, const QJsonValue &v)QJsonValuefriend
operator=(const QJsonValue &other) noexceptQJsonValue
operator=(QJsonValue &&other) noexceptQJsonValueinline
operator[](const QString &key) constQJsonValue
operator[](QStringView key) constQJsonValue
operator[](QLatin1StringView key) constQJsonValue
operator[](qsizetype i) constQJsonValue
QCborValue classQJsonValuefriend
QJsonArray classQJsonValuefriend
QJsonObject classQJsonValuefriend
QJsonPrivate::Value classQJsonValuefriend
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)QJsonValueinline
QJsonValue(const QJsonArray &a)QJsonValue
QJsonValue(QJsonArray &&a) noexceptQJsonValue
QJsonValue(const QJsonObject &o)QJsonValue
QJsonValue(QJsonObject &&o) noexceptQJsonValue
QJsonValue(const QJsonValue &other) noexceptQJsonValue
QJsonValue(QJsonValue &&other) noexceptQJsonValue
String enum valueQJsonValue
swap(QJsonValue &other) noexceptQJsonValue
toArray() constQJsonValue
toArray(const QJsonArray &defaultValue) constQJsonValue
toBool(bool defaultValue=false) constQJsonValue
toDouble(double defaultValue=0) constQJsonValue
toInt(int defaultValue=0) constQJsonValue
toInteger(qint64 defaultValue=0) constQJsonValue
toJson(JsonFormat format=JsonFormat::Indented) constQJsonValue
toObject() constQJsonValue
toObject(const QJsonObject &defaultValue) constQJsonValue
toString() constQJsonValue
toString(const QString &defaultValue) constQJsonValue
toStringView(QAnyStringView defaultValue={}) constQJsonValue
toVariant() constQJsonValue
Type enum nameQJsonValue
type() constQJsonValue
Undefined enum valueQJsonValue
~QJsonValue()QJsonValue