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
QVariant.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) ModifierConstructorDescriptionQJsonDocument
(QJsonObject object) QJsonObject
(QJsonObject other) QVariant
(QJsonObject jsonObject) -
Uses of QJsonObject in io.qt.httpserver
ModifierConstructorDescriptionOverloaded constructor forQHttpServerResponse(io.qt.core.QJsonObject, io.qt.httpserver.QHttpServerResponder.StatusCode)
withstatus = io.qt.httpserver.QHttpServerResponder.StatusCode.Ok
.QHttpServerResponse
(QJsonObject data, QHttpServerResponder.StatusCode status) -
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)