Uses of Class
io.qt.qml.QQmlContext
Packages that use QQmlContext
-
Uses of QQmlContext in io.qt.qml
Methods in io.qt.qml that return QQmlContextModifier and TypeMethodDescriptionfinal QQmlContextQQmlExpression.context()static QQmlContextQQmlEngine.contextForObject(QObject arg__1) final QQmlContextQQmlComponent.creationContext()final QQmlContextQQmlContext.parentContext()final QQmlContextQQmlEngine.rootContext()Methods in io.qt.qml with parameters of type QQmlContextModifier and TypeMethodDescriptionQQmlComponent.beginCreate(QQmlContext arg__1) QQmlComponent.create(QQmlContext context) final voidQQmlComponent.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 voidQQmlComponent.create(QQmlIncubator arg__1, QQmlContext context, QQmlContext forContext) <T extends QObject>
TQQmlComponent.create(Class<T> type, QQmlContext context) final QObjectQQmlComponent.createWithInitialProperties(Map<String, Object> initialProperties, QQmlContext context) static ObjectQQmlProperty.read(QObject arg__1, String arg__2, QQmlContext arg__3) static voidQQmlEngine.setContextForObject(QObject arg__1, QQmlContext arg__2) static booleanQQmlProperty.write(QObject arg__1, String arg__2, Object arg__3, QQmlContext arg__4) Constructors in io.qt.qml with parameters of type QQmlContextModifierConstructorDescriptionQQmlContext(QQmlContext parent) Overloaded constructor forQQmlContext(io.qt.qml.QQmlContext, io.qt.core.QObject)withobjParent = null.QQmlContext(QQmlContext parent, QObject objParent) 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) 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) QQmlProperty(QObject arg__1, QQmlContext arg__2) QQmlProperty(QObject arg__1, String arg__2, QQmlContext arg__3)