Qt3DCore.QPropertyValueRemovedChangeBase¶
The
QPropertyValueRemovedChangeBase
class is the base class for allPropertyValueRemoved
QSceneChange
events. More…

Inherited by: Qt3DCore.QPropertyNodeRemovedChange, Qt3DCore.QPropertyValueRemovedChange, Qt3DCore.QStaticPropertyValueRemovedChangeBase
Detailed Description¶
The
QPropertyValueRemovedChangeBase
class is the base class for allQSceneChange
events that have the changeType()PropertyValueRemoved
. You should not need to instantiate this class. Usually you should be using one of its subclasses such asQPropertyNodeRemovedChange
.You can subclass this to create your own node Removed types for communication between your
QNode
andQBackendNode
subclasses when writing your own aspects.
-
class
PySide2.Qt3DCore.Qt3DCore.
QPropertyValueRemovedChangeBase
(subjectId)¶ - param subjectId
QNodeId
Constructs a new
QPropertyValueRemovedChangeBase
withsubjectId