QPropertyNodeAddedChange Class
(Qt3DCore::QPropertyNodeAddedChange)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 |
- 2 个公有函数继承自 Qt3DCore::QStaticPropertyValueAddedChangeBase
- 4 个公有函数继承自 Qt3DCore::QSceneChange
相关非成员
typedef | QPropertyNodeAddedChangePtr |
详细描述
Used to notify when a node is added to a property
成员函数
QPropertyNodeAddedChange::QPropertyNodeAddedChange(QNodeId subjectId, QNode *node)
Constructs a new QPropertyNodeAddedChange with subjectId, node.
QNodeId QPropertyNodeAddedChange::addedNodeId() const
Returns the id of the node added to the property.
const QMetaObject *QPropertyNodeAddedChange::metaObject() const
Returns the meta object of the node added to the property.