Uses of Class
io.qt.core.QJsonObject
Packages that use QJsonObject
-
Uses of QJsonObject in io.qt.core
Methods in io.qt.core that return QJsonObjectModifier 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
QVariant.toJsonObject()
final QJsonObject
QJsonValue.toObject()
final QJsonObject
QJsonValue.toObject
(QJsonObject defaultValue) Methods in io.qt.core with parameters of type QJsonObjectModifier 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) Constructors in io.qt.core with parameters of type QJsonObjectModifierConstructorDescriptionQJsonDocument
(QJsonObject object) QJsonObject
(QJsonObject other) QVariant
(QJsonObject jsonObject) -
Uses of QJsonObject in io.qt.core.internal
Methods in io.qt.core.internal that return types with arguments of type QJsonObject -
Uses of QJsonObject in io.qt.internal
Methods in io.qt.internal with parameters of type QJsonObjectModifier 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
Fields in io.qt.webchannel with type parameters of type QJsonObjectMethods in io.qt.webchannel with parameters of type QJsonObjectModifier and TypeMethodDescriptionabstract void
QWebChannelAbstractTransport.sendMessage
(QJsonObject message)