QPropertyNodeRemovedChange Class
(Qt3DCore::QPropertyNodeRemovedChange)The QPropertyNodeRemovedChange class is used to notify when a node is removed from a property. More...
Header: | #include <Qt3DCore/QPropertyNodeRemovedChange> |
qmake: | QT += 3dcore |
Inherits: | Qt3DCore::QStaticPropertyValueRemovedChangeBase |
Public Functions
QPropertyNodeRemovedChange(Qt3DCore::QNodeId subjectId, Qt3DCore::QNode *node) | |
const QMetaObject * | metaObject() const |
Qt3DCore::QNodeId | removedNodeId() const |
- 2 public functions inherited from Qt3DCore::QStaticPropertyValueRemovedChangeBase
- 4 public functions inherited from Qt3DCore::QSceneChange
Related Non-Members
typedef | QPropertyNodeRemovedChangePtr |
Detailed Description
The QPropertyNodeRemovedChange class is used to notify when a node is removed from a property.
Member Function Documentation
QPropertyNodeRemovedChange::QPropertyNodeRemovedChange(Qt3DCore::QNodeId subjectId, Qt3DCore::QNode *node)
Constructs a new QPropertyNodeRemovedChange with subjectId, node.
const QMetaObject *QPropertyNodeRemovedChange::metaObject() const
Returns the metaObject of the node removed to the property.
Qt3DCore::QNodeId QPropertyNodeRemovedChange::removedNodeId() const
Returns the id of the node removed to the property.
Related Non-Members
typedef Qt3DCore::QPropertyNodeRemovedChangePtr
A shared pointer for QPropertyNodeRemovedChange.
© 2019 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.