Uses of Class
io.qt.qml.QQmlContext
-
Uses of QQmlContext in io.qt.qml
Modifier and TypeMethodDescriptionfinal QQmlContext
QQmlExpression.context()
static QQmlContext
QQmlEngine.contextForObject
(QObject arg__1) final QQmlContext
QQmlComponent.creationContext()
final QQmlContext
QQmlContext.parentContext()
static QQmlContext
QtQml.qmlContext
(QObject arg__1) final QQmlContext
QQmlEngine.rootContext()
Modifier and TypeMethodDescriptionQQmlComponent.beginCreate
(QQmlContext arg__1) QQmlComponent.create
(QQmlContext context) final void
QQmlComponent.create
(QQmlIncubator arg__1, QQmlContext context) Overloaded function forQQmlComponent.create(io.qt.qml.QQmlIncubator, io.qt.qml.QQmlContext, io.qt.qml.QQmlContext)
withforContext = null
.final void
QQmlComponent.create
(QQmlIncubator arg__1, QQmlContext context, QQmlContext forContext) <T extends QObject>
TQQmlComponent.create
(Class<T> type, QQmlContext context) final QObject
QQmlComponent.createWithInitialProperties
(Map<String, ? extends Object> initialProperties, QQmlContext context) static Object
QQmlProperty.read
(QObject arg__1, String arg__2, QQmlContext arg__3) static void
QQmlEngine.setContextForObject
(QObject arg__1, QQmlContext arg__2) static boolean
QQmlProperty.write
(QObject arg__1, String arg__2, Object arg__3, QQmlContext arg__4) ModifierConstructorDescriptionQQmlContext
(QQmlContext parent) Overloaded constructor forQQmlContext(io.qt.qml.QQmlContext, io.qt.core.QObject)
withobjParent = null
.QQmlContext
(QQmlContext parent, QObject objParent) QQmlExpression
(QQmlScriptString arg__1, QQmlContext arg__2) Overloaded constructor forQQmlExpression(io.qt.qml.QQmlScriptString, io.qt.qml.QQmlContext, io.qt.core.QObject, io.qt.core.QObject)
QQmlExpression
(QQmlScriptString arg__1, QQmlContext arg__2, QObject arg__3) Overloaded constructor forQQmlExpression(io.qt.qml.QQmlScriptString, io.qt.qml.QQmlContext, io.qt.core.QObject, io.qt.core.QObject)
witharg__4 = null
.QQmlExpression
(QQmlScriptString arg__1, QQmlContext arg__2, QObject arg__3, QObject arg__4) QQmlExpression
(QQmlContext arg__1, QObject arg__2, String arg__3) Overloaded constructor forQQmlExpression(io.qt.qml.QQmlContext, io.qt.core.QObject, java.lang.String, io.qt.core.QObject)
witharg__4 = null
.QQmlExpression
(QQmlContext arg__1, QObject arg__2, String arg__3, QObject arg__4) QQmlProperty
(QObject arg__1, String arg__2, QQmlContext arg__3) QQmlProperty
(QObject arg__1, QQmlContext arg__2) -
Uses of QQmlContext in io.qt.quick
-
Uses of QQmlContext in io.qt.quick.widgets