QComponentAddedChange Class

class Qt3DCore::QComponentAddedChange

The QComponentAddedChange class is used to notify when a component is added to an entity. More...

Header: #include <Qt3DCore/QComponentAddedChange>
qmake: QT += 3dcore
Inherits: Qt3DCore::QSceneChange

Public Functions

QComponentAddedChange(const Qt3DCore::QComponent *component, const Qt3DCore::QEntity *entity)
QComponentAddedChange(const Qt3DCore::QEntity *entity, const Qt3DCore::QComponent *component)

Detailed Description

Member Function Documentation

QComponentAddedChange::QComponentAddedChange(const Qt3DCore::QComponent *component, const Qt3DCore::QEntity *entity)

Constructs a new QComponentAddedChange which will notify component that it was added to entity

QComponentAddedChange::QComponentAddedChange(const Qt3DCore::QEntity *entity, const Qt3DCore::QComponent *component)

Constructs a new QComponentAddedChange which will notify entity that component was added

Related Non-Members

typedef QComponentAddedChangePtr

A shared pointer for QComponentAddedChange.