Qt3DCore.QPropertyValueAddedChangeBase¶
The
QPropertyValueAddedChangeBase
class is the base class for allPropertyValueAdded
QSceneChange
events. More…

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