QNodeDestroyedChange Class

class Qt3DCore ::QNodeDestroyedChange

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

头: #include <Qt3DCore/QNodeDestroyedChange>
qmake: QT += 3dcore
Since: Qt 5.7
继承: Qt3DCore::QSceneChange

该类在 Qt 5.7 引入。

公共函数

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

详细描述

成员函数文档编制

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

Constructs a new QNodeDestroyedChange with node 及其 subtreeIdsAndTypes .

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

Returns a vector of subtree node id type pairs

相关非成员

typedef QNodeDestroyedChangePtr

共享指针为 QNodeDestroyedChange .