QQmlAspectEngine Class
(Qt3DCore::Quick::QQmlAspectEngine)The QQmlAspectEngine provides an environment for the QAspectEngine and a method for instantiating QML components. More...
| Header: | #include <Qt3DQuick/QQmlAspectEngine> | 
| qmake: | QT += 3dcore | 
| Inherits: | QObject | 
Public Types
| enum | Status { Null, Ready, Loading, Error } | 
Public Functions
| QQmlAspectEngine(QObject *parent = nullptr) | |
| Qt3DCore::QAspectEngine * | aspectEngine() const | 
| int * | qmlEngine() const | 
| void | setSource(const QUrl &source) | 
| Qt3DCore::Quick::QQmlAspectEngine::Status | status() const | 
- 34 public functions inherited from QObject
Signals
| void | sceneCreated(QObject *rootObject) | 
| void | statusChanged(Qt3DCore::Quick::QQmlAspectEngine::Status) | 
- 2 signals inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
The QQmlAspectEngine provides an environment for the QAspectEngine and a method for instantiating QML components.
Member Type Documentation
enum QQmlAspectEngine::Status
The status of the engine.
| Constant | Value | 
|---|---|
| Qt3DCore::Quick::QQmlAspectEngine::Null | 0 | 
| Qt3DCore::Quick::QQmlAspectEngine::Ready | 1 | 
| Qt3DCore::Quick::QQmlAspectEngine::Loading | 2 | 
| Qt3DCore::Quick::QQmlAspectEngine::Error | 3 | 
Member Function Documentation
QQmlAspectEngine::QQmlAspectEngine(QObject *parent = nullptr)
Constructs a new QQmlAspectEngine with parent.
Qt3DCore::QAspectEngine *QQmlAspectEngine::aspectEngine() const
Returns the aspectEngine.
int *QQmlAspectEngine::qmlEngine() const
Returns the engine.
[signal] void QQmlAspectEngine::sceneCreated(QObject *rootObject)
void QQmlAspectEngine::setSource(const QUrl &source)
Sets source as a source for the QML component to be created.
Qt3DCore::Quick::QQmlAspectEngine::Status QQmlAspectEngine::status() const
Returns the status.