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(io.qt.core.QObject arg__1) final QQmlContextQQmlComponent.creationContext()final QQmlContextQQmlContext.parentContext()final QQmlContextQQmlEngine.rootContext()Methods in io.qt.qml with parameters of type QQmlContextModifier and TypeMethodDescriptionio.qt.core.QObjectQQmlComponent.beginCreate(QQmlContext arg__1) io.qt.core.QObjectQQmlComponent.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 io.qt.core.QObject>
TQQmlComponent.create(Class<T> type, QQmlContext context) final io.qt.core.QObjectQQmlComponent.createWithInitialProperties(Map<String, Object> initialProperties, QQmlContext context) static ObjectQQmlProperty.read(io.qt.core.QObject arg__1, String arg__2, QQmlContext arg__3) static voidQQmlEngine.setContextForObject(io.qt.core.QObject arg__1, QQmlContext arg__2) static booleanQQmlProperty.write(io.qt.core.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, io.qt.core.QObject objParent) QQmlExpression(QQmlContext arg__1, io.qt.core.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, io.qt.core.QObject arg__2, String arg__3, io.qt.core.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, io.qt.core.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, io.qt.core.QObject arg__3, io.qt.core.QObject arg__4) QQmlProperty(io.qt.core.QObject arg__1, QQmlContext arg__2) QQmlProperty(io.qt.core.QObject arg__1, String arg__2, QQmlContext arg__3)