Uses of Class
io.qt.core.QJsonObject
-
Uses of QJsonObject in io.qt.core
Modifier and TypeMethodDescriptionQJsonObject.clone()
static QJsonObject
QJsonObject.fromVariantHash
(Map<String, ? extends Object> map) static QJsonObject
QJsonObject.fromVariantMap
(NavigableMap<String, Object> map) final QJsonObject
QPluginLoader.metaData()
final QJsonObject
QStaticPlugin.metaData()
final QJsonObject
QJsonDocument.object()
final QJsonObject
QCborMap.toJsonObject()
final QJsonObject
QJsonValue.toObject()
final QJsonObject
QJsonValue.toObject
(QJsonObject defaultValue) Modifier and TypeMethodDescriptionstatic QCborMap
QCborMap.fromJsonObject
(QJsonObject o) static void
QPluginLoader.registerStaticPluginFunction
(QObject instance, QJsonObject metaData) static void
QPluginLoader.registerStaticPluginFunction
(Class<? extends QObject> pluginClass, QJsonObject metaData) final void
QJsonDocument.setObject
(QJsonObject object) final void
QJsonObject.swap
(QJsonObject other) final QJsonObject
QJsonValue.toObject
(QJsonObject defaultValue) -
Uses of QJsonObject in io.qt.core.internal
-
Uses of QJsonObject in io.qt.internal
Modifier and TypeMethodDescriptionstatic void
QtJambiPlugins.qRegisterStaticPluginFunction
(QObject instance, QJsonObject metaData) static void
QtJambiPlugins.qRegisterStaticPluginFunction
(Class<? extends QObject> pluginClass, QJsonObject metaData) -
Uses of QJsonObject in io.qt.webchannel
Modifier and TypeMethodDescriptionabstract void
QWebChannelAbstractTransport.sendMessage
(QJsonObject message)