QPropertyNodeAddedChange Class

class Qt3DCore ::QPropertyNodeAddedChange

Used to notify when a node is added to a property. 更多...

头: #include <Qt3DCore/QPropertyNodeAddedChange>
qmake: QT += 3dcore
继承: Qt3DCore::QStaticPropertyValueAddedChangeBase

公共函数

QPropertyNodeAddedChange (Qt3DCore::QNodeId subjectId , Qt3DCore::QNode * node )
Qt3DCore::QNodeId addedNodeId () const
const QMetaObject * metaObject () const
typedef QPropertyNodeAddedChangePtr

详细描述

成员函数文档编制

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

Constructs a new QPropertyNodeAddedChange with subjectId , node .

Qt3DCore::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 QPropertyNodeAddedChangePtr

共享指针为 QPropertyNodeAddedChange .