QPropertyNodeRemovedChange Class
class Qt3DCore::QPropertyNodeRemovedChangeThe 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 |
Related Non-Members
typedef | QPropertyNodeRemovedChangePtr |
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 QPropertyNodeRemovedChangePtr
A shared pointer for QPropertyNodeRemovedChange.
© 2024 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.