Uses of Class
io.qt.qml.QQmlEngine
Packages that use QQmlEngine
-
Uses of QQmlEngine in io.qt.qml
Subclasses of QQmlEngine in io.qt.qmlModifier and TypeClassDescriptionclassConvenient way to load an application from a single QML fileMethods in io.qt.qml that return QQmlEngineModifier and TypeMethodDescriptionfinal QQmlEngineQQmlComponent.engine()final QQmlEngineQQmlContext.engine()final QQmlEngineQQmlExpression.engine()default QQmlEngineQQmlIncubationController.engine()final QQmlEngineQQmlIncubationController.Impl.engine()Methods in io.qt.qml with parameters of type QQmlEngineModifier and TypeMethodDescriptionQtQml.ObjectCallback.apply(QQmlEngine arg__1, QJSEngine arg__2) QtQml.ValueCallback.apply(QQmlEngine arg__1, QJSEngine arg__2) static QQmlFileSelectorQQmlFileSelector.get(QQmlEngine arg__1) Deprecated.abstract voidQQmlEngineExtensionInterface.Impl.initializeEngine(QQmlEngine engine, String uri) voidQQmlEngineExtensionInterface.initializeEngine(QQmlEngine engine, String uri) voidQQmlEngineExtensionPlugin.initializeEngine(QQmlEngine engine, String uri) abstract voidQQmlExtensionInterface.Impl.initializeEngine(QQmlEngine engine, String uri) voidQQmlExtensionInterface.initializeEngine(QQmlEngine engine, String uri) voidQQmlExtensionPlugin.initializeEngine(QQmlEngine engine, String uri) final voidQQmlFile.load(QQmlEngine arg__1, QUrl arg__2) final voidQQmlFile.load(QQmlEngine arg__1, String arg__2) static ObjectQQmlProperty.read(QObject arg__1, String arg__2, QQmlEngine arg__3) static booleanQQmlProperty.write(QObject arg__1, String arg__2, Object arg__3, QQmlEngine arg__4) Constructors in io.qt.qml with parameters of type QQmlEngineModifierConstructorDescriptionQQmlComponent(QQmlEngine arg__1) Overloaded constructor forQQmlComponent(io.qt.qml.QQmlEngine, io.qt.core.QObject)withparent = null.QQmlComponent(QQmlEngine arg__1, QObject parent) QQmlComponent(QQmlEngine arg__1, QUrl url) Overloaded constructor forQQmlComponent(io.qt.qml.QQmlEngine, io.qt.core.QUrl, io.qt.core.QObject)withparent = null.QQmlComponent(QQmlEngine arg__1, QUrl url, QObject parent) QQmlComponent(QQmlEngine arg__1, QUrl url, QQmlComponent.CompilationMode mode) Overloaded constructor forQQmlComponent(io.qt.qml.QQmlEngine, io.qt.core.QUrl, io.qt.qml.QQmlComponent.CompilationMode, io.qt.core.QObject)withparent = null.QQmlComponent(QQmlEngine arg__1, QUrl url, QQmlComponent.CompilationMode mode, QObject parent) QQmlComponent(QQmlEngine arg__1, String fileName) Overloaded constructor forQQmlComponent(io.qt.qml.QQmlEngine, java.lang.String, io.qt.core.QObject)withparent = null.QQmlComponent(QQmlEngine arg__1, String fileName, QObject parent) QQmlComponent(QQmlEngine arg__1, String fileName, QQmlComponent.CompilationMode mode) Overloaded constructor forQQmlComponent(io.qt.qml.QQmlEngine, java.lang.String, io.qt.qml.QQmlComponent.CompilationMode, io.qt.core.QObject)withparent = null.QQmlComponent(QQmlEngine arg__1, String fileName, QQmlComponent.CompilationMode mode, QObject parent) QQmlContext(QQmlEngine parent) Overloaded constructor forQQmlContext(io.qt.qml.QQmlEngine, io.qt.core.QObject)withobjParent = null.QQmlContext(QQmlEngine parent, QObject objParent) QQmlFile(QQmlEngine arg__1, QUrl arg__2) QQmlFile(QQmlEngine arg__1, String arg__2) QQmlFileSelector(QQmlEngine engine) Overloaded constructor forQQmlFileSelector(io.qt.qml.QQmlEngine, io.qt.core.QObject)withparent = null.QQmlFileSelector(QQmlEngine engine, QObject parent) QQmlListReference(QObject arg__1, String property, QQmlEngine arg__3) QQmlListReference(Object variant, QQmlEngine engine) QQmlProperty(QObject arg__1, QQmlEngine arg__2) QQmlProperty(QObject arg__1, String arg__2, QQmlEngine arg__3)