QPropertyNodeRemovedChange

PyQt5.Qt3DCore.QPropertyNodeRemovedChange

Inherits from QStaticPropertyValueRemovedChangeBase.

Description

The QPropertyNodeRemovedChange class is used to notify when a node is removed from a property.

Methods

__init__(QNodeId, QNode)

Constructs a new QPropertyNodeRemovedChange with subjectId, node.


metaObject() → QMetaObject

Returns the of the node removed to the property.


removedNodeId() → QNodeId

Returns the id of the node removed to the property.