QNodeDestroyedChange Class

(Qt3DCore::QNodeDestroyedChange)

Used to notify when a node is destroyed. 更多...

头文件: #include <Qt3DCore/QNodeDestroyedChange>
qmake: QT += 3dcore
开始支持版本: Qt 5.7
基类: Qt3DCore::QSceneChange

公有函数

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

详细描述

Used to notify when a node is destroyed.

成员函数

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

Constructs a new QNodeDestroyedChange with node and its subtreeIdsAndTypes.

QNodeDestroyedChange::~QNodeDestroyedChange()

Destroys the instance of QNodeDestroyedChange.

QVector<QNodeIdTypePair> QNodeDestroyedChange::subtreeIdsAndTypes() const

Returns a vector of subtree node id type pairs

相关非成员

typedef Qt3DCore::QNodeDestroyedChangePtr

A shared pointer for QNodeDestroyedChange.