Qt 6.x
The Qt SDK
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
Double enum valueQJsonValue
fromVariant(const QVariant &variant)QJsonValuestatic
isArray() constQJsonValueinline
isBool() constQJsonValueinline
isDouble() constQJsonValueinline
isNull() constQJsonValueinline
isObject() constQJsonValueinline
isString() constQJsonValueinline
isUndefined() constQJsonValueinline
Null enum valueQJsonValue
Object enum valueQJsonValue
operator!=(const QJsonValue &other) constQJsonValue
operator<<QJsonValuefriend
operator<<QJsonValuefriend
operator=(const QJsonValue &other) noexceptQJsonValue
operator=(QJsonValue &&other) noexceptQJsonValueinline
operator==(const QJsonValue &other) constQJsonValue
operator[](const QString &key) constQJsonValue
operator[](QStringView key) constQJsonValue
operator[](QLatin1StringView key) constQJsonValue
operator[](qsizetype i) constQJsonValue
QCborValueQJsonValuefriend
QJsonArrayQJsonValuefriend
QJsonObjectQJsonValuefriend
QJsonPrivate::ValueQJsonValuefriend
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
toObject() constQJsonValue
toObject(const QJsonObject &defaultValue) constQJsonValue
toString() constQJsonValue
toString(const QString &defaultValue) constQJsonValue
toVariant() constQJsonValue
type() constQJsonValue
Type enum nameQJsonValue
Undefined enum valueQJsonValue
~QJsonValue()QJsonValue