QStaticPropertyValueAddedChangeBase

PyQt5.Qt3DCore.QStaticPropertyValueAddedChangeBase

Inherits from QPropertyValueAddedChangeBase.

Inherited by QPropertyNodeAddedChange, QPropertyValueAddedChange.

Description

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

Methods

__init__(QNodeId)

Constructs a new QStaticPropertyValueAddedChangeBase with subjectId


propertyName() → str

Returns name of the property.

See also

setPropertyName().


setPropertyName(str)

Sets the property change name.

See also

propertyName().