QComponentRemovedChange Class
class Qt3DCore::QComponentRemovedChangeThe QComponentRemovedChange class is used to notify when a component is removed from an entity. More...
Header: | #include <Qt3DCore/QComponentRemovedChange> |
qmake: | QT += 3dcore |
Inherits: | Qt3DCore::QSceneChange |
Public Functions
QComponentRemovedChange(const Qt3DCore::QComponent *component, const Qt3DCore::QEntity *entity) | |
QComponentRemovedChange(const Qt3DCore::QEntity *entity, const Qt3DCore::QComponent *component) |
Related Non-Members
typedef | QComponentRemovedChangePtr |
Detailed Description
Member Function Documentation
QComponentRemovedChange::QComponentRemovedChange(const Qt3DCore::QComponent *component, const Qt3DCore::QEntity *entity)
Constructs a new QComponentRemovedChange which will notify component that it was removed from entity
QComponentRemovedChange::QComponentRemovedChange(const Qt3DCore::QEntity *entity, const Qt3DCore::QComponent *component)
Constructs a new QComponentRemovedChange which will notify entity that component was removed.
Related Non-Members
typedef QComponentRemovedChangePtr
A shared pointer for QComponentRemovedChange.