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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qt3dcore-qpropertynoderemovedchange.html