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(QNodeId subjectId, QNode *node)
const QMetaObject *metaObject() const
QNodeId removedNodeId() const

Detailed Description

The QPropertyNodeRemovedChange class is used to notify when a node is removed from a property

Member Function Documentation

QPropertyNodeRemovedChange::QPropertyNodeRemovedChange(QNodeId subjectId, QNode *node)

Constructs a new QPropertyNodeRemovedChange with subjectId, node.

const QMetaObject *QPropertyNodeRemovedChange::metaObject() const

Returns the metaObject of the node removed to the property.

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.