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
typedef QPropertyNodeAddedChangePtr

详细描述

Used to notify when a node is added to a property

成员函数文档编制

QPropertyNodeAddedChange:: QPropertyNodeAddedChange ( QNodeId subjectId , QNode * node )

构造新的 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.

相关非成员

typedef Qt3DCore:: QPropertyNodeAddedChangePtr

共享指针为 QPropertyNodeAddedChange .