QPropertyNodeAddedChange Class

(Qt3DCore::QPropertyNodeAddedChange)
Header: #include <QPropertyNodeAddedChange>
qmake: QT += 3dcore
Inherits: QStaticPropertyValueAddedChangeBase

Public Functions

QPropertyNodeAddedChange(QNodeId subjectId, QNode *node)
QNodeId addedNodeId() const
const QMetaObject *metaObject() const

Detailed Description

TODO

Member Function Documentation

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

Constructs a new QPropertyNodeAddedChange with subjectId, addedNodeId, and priority.

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.

Related Non-Members

typedef Qt3DCore::QPropertyNodeAddedChangePtr

A shared pointer for QPropertyNodeAddedChange.