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 .