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