The UiEngine class manages the QQmlEngine of the application.
More...
#include "framework/ui/internal/UiEngine.h"
|
QQmlEngine * | m_qmlEngine = nullptr |
|
The UiEngine class manages the QQmlEngine of the application.
◆ addSourceImportPath()
void UiEngine::addSourceImportPath |
( |
const QString & |
path | ) |
|
|
overridevirtual |
Adds a QML import path.
Implements IUiEngine.
◆ instance()
std::shared_ptr< UiEngine > UiEngine::instance |
( |
| ) |
|
|
static |
Returns a pointer to the UiEngine global instance.
◆ qmlEngine()
QQmlEngine * UiEngine::qmlEngine |
( |
| ) |
|
|
overridevirtual |
Returns a pointer to the QQmlEngine.
Implements IUiEngine.
◆ setQmlEngine()
void UiEngine::setQmlEngine |
( |
QQmlEngine * |
engine | ) |
|
The documentation for this class was generated from the following files:
- src/framework/ui/internal/UiEngine.h
- src/framework/ui/internal/UiEngine.cpp