QNodeDestroyedChange Class

class Qt3DCore::QNodeDestroyedChange

Used to notify when a node is destroyed. More...

Header: #include <Qt3DCore/QNodeDestroyedChange>
qmake: QT += 3dcore
Since: Qt 5.7
Inherits: Qt3DCore::QSceneChange

This class was introduced in Qt 5.7.

Public Functions

QNodeDestroyedChange(const Qt3DCore::QNode *node, const QVector<Qt3DCore::QNodeIdTypePair> &subtreeIdsAndTypes)
QVector<Qt3DCore::QNodeIdTypePair> subtreeIdsAndTypes() const

Detailed Description

Member Function Documentation

QNodeDestroyedChange::QNodeDestroyedChange(const Qt3DCore::QNode *node, const QVector<Qt3DCore::QNodeIdTypePair> &subtreeIdsAndTypes)

Constructs a new QNodeDestroyedChange with node and its subtreeIdsAndTypes.

QVector<Qt3DCore::QNodeIdTypePair> QNodeDestroyedChange::subtreeIdsAndTypes() const

Returns a vector of subtree node id type pairs

Related Non-Members

typedef QNodeDestroyedChangePtr

A shared pointer for QNodeDestroyedChange.

© 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.