QStaticPropertyValueAddedChangeBase

The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events. More

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase

Inherited by: QPropertyNodeAddedChange, QPropertyValueAddedChange

Synopsis

Functions

Detailed Description

class PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase(subjectId)

Note

This constructor is deprecated.

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new QStaticPropertyValueAddedChangeBase with subjectId

PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase.propertyName()
Return type:

str

Returns name of the property.

PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase.setPropertyName(name)
Parameters:

name – str

Sets the property change name .

See also

propertyName()