QPropertyNodeAddedChange

Used to notify when a node is added to a property. More

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QPropertyNodeAddedChange

Synopsis

Functions

Detailed Description

class PySide2.Qt3DCore.Qt3DCore.QPropertyNodeAddedChange(subjectId, node)

Note

This constructor is deprecated.

param node:

PySide2.Qt3DCore.Qt3DCore.QNode

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new QPropertyNodeAddedChange with subjectId , node .

PySide2.Qt3DCore.Qt3DCore.QPropertyNodeAddedChange.addedNodeId()
Return type:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Returns the id of the node added to the property.