QDynamicPropertyUpdatedChange¶

The QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated. More…

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange

Synopsis¶

Functions¶

Detailed Description¶

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

Note

This constructor is deprecated.

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new QDynamicPropertyUpdatedChange with subjectId .

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

PySide2.QtCore.QByteArray

Returns name of the property.

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

name – PySide2.QtCore.QByteArray

Sets the property change name .

See also

propertyName()

PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange.setValue(value)¶
Parameters:

value – object

Set the property change value .

See also

value()

PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange.value()¶
Return type:

object

Returns property value.

See also

setValue()