QPropertyValueRemovedChange

Used to notify when a value is added to a property. More

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChange

Synopsis

Functions

Detailed Description

class PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChange(subjectId)

Note

This constructor is deprecated.

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new QPropertyValueRemovedChange with subjectId .

PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChange.removedValue()
Return type:

object

Returns the value removed from the property.

PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChange.setRemovedValue(value)
Parameters:

value – object

Sets the value removed from the property to value .

See also

removedValue()