QMLExecutor plugin private implementation.
More...
#include <qmlexecutor_p.h>
QMLExecutor plugin private implementation.
◆ QMLExecutorPrivate()
constructor carring interface class and ui
- Parameters
-
| q | qt stuff, interface class |
| ioc/iod | container with gui, created when not supplied |
◆ ~QMLExecutorPrivate()
| QMLExecutorPrivate::~QMLExecutorPrivate |
( |
| ) |
|
◆ configChanged()
| void QMLExecutorPrivate::configChanged |
( |
| ) |
|
◆ getSettings()
| QJsonObject QMLExecutorPrivate::getSettings |
( |
| ) |
|
- See also
- ComponentInterface::getSettings
◆ getSupportedProperties()
◆ QMLLoaded
| void QMLExecutorPrivate::QMLLoaded |
( |
const QUrl & |
url | ) |
|
|
slot |
QMLLoaded slot used for notification of QML load.
- Parameters
-
◆ setCANBusModel
| void QMLExecutorPrivate::setCANBusModel |
( |
CANBusModel * |
model | ) |
|
|
slot |
Sets a can bus model used in QML.
- Parameters
-
| model | can bus interface model |
◆ setSettings()
| void QMLExecutorPrivate::setSettings |
( |
const QJsonObject & |
json | ) |
|
- See also
- ComponentInterface::setSettings
◆ startSimulation()
| void QMLExecutorPrivate::startSimulation |
( |
| ) |
|
◆ stopSimulation()
| void QMLExecutorPrivate::stopSimulation |
( |
| ) |
|
◆ updateUIColor()
| void QMLExecutorPrivate::updateUIColor |
( |
| ) |
|
used to align empty QQuickWidget color with current color scheme
◆ _ctx
ioc/iod container for a gui
◆ _docked
| bool QMLExecutorPrivate::_docked { true } |
◆ _props
| std::map<QString, QVariant> QMLExecutorPrivate::_props |
◆ _simStarted
| bool QMLExecutorPrivate::_simStarted { false } |
◆ _ui
The documentation for this class was generated from the following files: