Uses of Class
io.qt.core.QJsonObject
-
Uses of QJsonObject in io.qt.core
Modifier and TypeMethodDescriptionQJsonObject.clone()
Creates and returns a copy of this object.static QJsonObject
QJsonObject.fromVariantHash
(Map<String, ? extends Object> map) static QJsonObject
QJsonObject.fromVariantMap
(NavigableMap<String, Object> map) final QJsonObject
QJsonObject.insert
(String key, QJsonValue value) 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 TypeMethodDescriptionfinal void
QJsonObject.assign
(QJsonObject other) static QCborMap
QCborMap.fromJsonObject
(QJsonObject o) static void
QPluginLoader.qRegisterStaticPluginFunction
(QObject instance, QJsonObject metaData) static void
QPluginLoader.qRegisterStaticPluginFunction
(Class<? extends QObject> pluginClass, QJsonObject metaData) static void
QPluginLoader.registerStaticPluginFunction
(QObject instance, QJsonObject metaData) Deprecated.static void
QPluginLoader.registerStaticPluginFunction
(Class<? extends QObject> pluginClass, QJsonObject metaData) Deprecated.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.webchannel
Modifier and TypeMethodDescriptionabstract void
QWebChannelAbstractTransport.sendMessage
(QJsonObject message)
QPluginLoader.qRegisterStaticPluginFunction(QObject, QJsonObject)
instead.