QPropertyNodeAddedChange Class
(Qt3DCore::QPropertyNodeAddedChange)Used to notify when a node is added to a property More...
Header: | #include <QPropertyNodeAddedChange> |
qmake: | QT += 3dcore |
Inherits: | Qt3DCore::QStaticPropertyValueAddedChangeBase |
Public Functions
QPropertyNodeAddedChange(QNodeId subjectId, QNode *node) | |
QNodeId | addedNodeId() const |
const QMetaObject * | metaObject() const |
- 2 public functions inherited from Qt3DCore::QStaticPropertyValueAddedChangeBase
- 4 public functions inherited from Qt3DCore::QSceneChange
Related Non-Members
typedef | QPropertyNodeAddedChangePtr |
Detailed Description
Used to notify when a node is added to a property
Member Function Documentation
QPropertyNodeAddedChange::QPropertyNodeAddedChange(QNodeId subjectId, QNode *node)
Constructs a new QPropertyNodeAddedChange with subjectId, node.
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 Qt3DCore::QPropertyNodeAddedChangePtr
A shared pointer for QPropertyNodeAddedChange.
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.