Used to notify when a node is added to a property 更多...
| 头: | #include <Qt3DCore/QPropertyNodeAddedChange> |
| qmake: | QT += 3dcore |
| 继承: | Qt3DCore::QStaticPropertyValueAddedChangeBase |
| QPropertyNodeAddedChange (QNodeId subjectId , QNode * node ) | |
| QNodeId | addedNodeId () const |
| const QMetaObject * | metaObject () const |
| typedef | QPropertyNodeAddedChangePtr |
Used to notify when a node is added to a property
构造新的 QPropertyNodeAddedChange with subjectId , node .
Returns the id of the node added to the property.
Returns the meta object of the node added to the property.
共享指针为 QPropertyNodeAddedChange .