Used to notify when a node is destroyed. 更多...
头: | #include <Qt3DCore/QNodeDestroyedChange> |
qmake: | QT += 3dcore |
Since: | Qt 5.7 |
继承: | Qt3DCore::QSceneChange |
QNodeDestroyedChange (const Qt3DCore::QNode * node , const QVector<Qt3DCore::QNodeIdTypePair> & subtreeIdsAndTypes ) | |
virtual | ~QNodeDestroyedChange () |
QVector<Qt3DCore::QNodeIdTypePair> | subtreeIdsAndTypes () const |
typedef | QNodeDestroyedChangePtr |
Used to notify when a node is destroyed.
构造新的 QNodeDestroyedChange with node 及其 subtreeIdsAndTypes .
[虚拟]
QNodeDestroyedChange::
~QNodeDestroyedChange
()
Destroys the instance of QNodeDestroyedChange. The destructor is virtual.
Returns a vector of subtree node id type pairs
共享指针为 QNodeDestroyedChange .