QPropertyValueAddedChange

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

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChange

Synopsis

Functions

Detailed Description

class PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChange(subjectId)

Note

This constructor is deprecated.

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new QPropertyValueAddedChange with subjectId .

PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChange.addedValue()
Return type:

object

Returns the value added to the property.

See also

setAddedValue()

PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChange.setAddedValue(value)
Parameters:

value – object

Sets the value added to the property to value .

See also

addedValue()