QPropertyNodeAddedChange Class
class Qt3DCore::QPropertyNodeAddedChangeUsed to notify when a node is added to a property. More...
| Header: | #include <Qt3DCore/QPropertyNodeAddedChange> | 
| qmake: | QT += 3dcore | 
| Inherits: | Qt3DCore::QStaticPropertyValueAddedChangeBase | 
Public Functions
| QPropertyNodeAddedChange(Qt3DCore::QNodeId subjectId, Qt3DCore::QNode *node) | |
| Qt3DCore::QNodeId | addedNodeId() const | 
| const QMetaObject * | metaObject() const | 
Related Non-Members
| typedef | QPropertyNodeAddedChangePtr | 
Detailed Description
Member Function Documentation
QPropertyNodeAddedChange::QPropertyNodeAddedChange(Qt3DCore::QNodeId subjectId, Qt3DCore::QNode *node)
Constructs a new QPropertyNodeAddedChange with subjectId, node.
Qt3DCore::QNodeId QPropertyNodeAddedChange::addedNodeId() const
Returns the id of the node added to the property.
const QMetaObject *QPropertyNodeAddedChange::metaObject() const
Returns the meta object of the node added to the property.
Related Non-Members
typedef QPropertyNodeAddedChangePtr
A shared pointer for QPropertyNodeAddedChange.