Uses of Class
io.qt.core.QJsonObject
Package | Description |
---|---|
io.qt.core | |
io.qt.core.internal | |
io.qt.internal | |
io.qt.webchannel |
-
Uses of QJsonObject in io.qt.core
Methods in io.qt.core that return QJsonObject Modifier and Type Method Description QJsonObject
QJsonObject. clone()
static QJsonObject
QJsonObject. fromVariantHash(Map<String,Object> map)
static QJsonObject
QJsonObject. fromVariantMap(NavigableMap<String,Object> map)
QJsonObject
QPluginLoader. metaData()
QJsonObject
QStaticPlugin. metaData()
QJsonObject
QJsonDocument. object()
QJsonObject
QCborMap. toJsonObject()
QJsonObject
QJsonValue. toObject()
QJsonObject
QJsonValue. toObject(QJsonObject defaultValue)
Methods in io.qt.core with parameters of type QJsonObject Modifier and Type Method Description static QCborMap
QCborMap. fromJsonObject(QJsonObject o)
static void
QPluginLoader. registerStaticPluginFunction(QObject instance, QJsonObject metaData)
static void
QPluginLoader. registerStaticPluginFunction(Class<? extends QObject> pluginClass, QJsonObject metaData)
void
QJsonDocument. setObject(QJsonObject object)
void
QJsonObject. swap(QJsonObject other)
QJsonObject
QJsonValue. toObject(QJsonObject defaultValue)
Constructors in io.qt.core with parameters of type QJsonObject Constructor Description QJsonDocument(QJsonObject object)
QJsonObject(QJsonObject other)
QJsonValue(QJsonObject o)
-
Uses of QJsonObject in io.qt.core.internal
Methods in io.qt.core.internal that return types with arguments of type QJsonObject Modifier and Type Method Description QList<QJsonObject>
QFactoryLoader. metaData()
-
Uses of QJsonObject in io.qt.internal
Methods in io.qt.internal with parameters of type QJsonObject Modifier and Type Method Description static void
QtJambiInternal. qRegisterStaticPluginFunction(QObject instance, QJsonObject metaData)
static void
QtJambiInternal. qRegisterStaticPluginFunction(Class<? extends QObject> pluginClass, QJsonObject metaData)
-
Uses of QJsonObject in io.qt.webchannel
Fields in io.qt.webchannel with type parameters of type QJsonObject Modifier and Type Field Description QObject.Signal2<QJsonObject,QWebChannelAbstractTransport>
QWebChannelAbstractTransport. messageReceived
Methods in io.qt.webchannel with parameters of type QJsonObject Modifier and Type Method Description abstract void
QWebChannelAbstractTransport. sendMessage(QJsonObject message)