QNodeDestroyedChange Class

( Qt3DCore::QNodeDestroyedChange )

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

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

公共函數

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

詳細描述

Used to notify when a node is destroyed.

成員函數文檔編製

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

構造新的 QNodeDestroyedChange with node 及其 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

共享指針為 QNodeDestroyedChange .