QComponentAddedChange Class▲
-
Header: Qt3DCore/QComponentAddedChange
-
Since: Qt 5.7
-
qmake: QT += 3dcore
-
Inherits: Qt3DCore::QSceneChange
Detailed Description▲
Member Function Documentation▲
[explicit] QComponentAddedChange::QComponentAddedChange(const Qt3DCore::QEntity *entity, const Qt3DCore::QComponent *component)▲
Constructs a new QComponentAddedChange which will notify entity that component was added
[explicit] QComponentAddedChange::QComponentAddedChange(const Qt3DCore::QComponent *component, const Qt3DCore::QEntity *entity)▲
Constructs a new QComponentAddedChange which will notify component that it was added to entity
Qt3DCore::QNodeId QComponentAddedChange::componentId() const▲
Returns the id of the component added.
const QMetaObject *QComponentAddedChange::componentMetaObject() const▲
Returns the metaobject.
Qt3DCore::QNodeId QComponentAddedChange::entityId() const▲
Returns the id of the entity the component was added to.