QStaticPropertyValueRemovedChangeBase¶

The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events. More…

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase

Inherited by: QPropertyNodeRemovedChange, QPropertyValueRemovedChange

Synopsis¶

Functions¶

Detailed Description¶

class PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase(subjectId)¶

Note

This constructor is deprecated.

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new QStaticPropertyValueRemovedChangeBase with subjectId

PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase.propertyName()¶
Return type:

str

Returns name of the property.

PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase.setPropertyName(name)¶
Parameters:

name – str

Sets the property change name .

See also

propertyName()