QStaticPropertyValueRemovedChangeBase

PyQt5.Qt3DCore.QStaticPropertyValueRemovedChangeBase

Inherits from QPropertyValueRemovedChangeBase.

Inherited by QPropertyNodeRemovedChange, QPropertyValueRemovedChange.

Description

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

Methods

__init__(QNodeId)

Constructs a new QStaticPropertyValueRemovedChangeBase with subjectId


propertyName() → str

Returns name of the property.

See also

setPropertyName().


setPropertyName(str)

Sets the property change name.

See also

propertyName().