Qt3DCore.QStaticPropertyValueAddedChangeBase¶
The
QStaticPropertyValueAddedChangeBase
class is the base class for all staticPropertyValueAdded
QSceneChange
events. More…

Inherited by: Qt3DCore.QPropertyNodeAddedChange, Qt3DCore.QPropertyValueAddedChange
Synopsis¶
Functions¶
def
propertyName
()def
setPropertyName
(name)
Detailed Description¶
-
class
PySide2.Qt3DCore.Qt3DCore.
QStaticPropertyValueAddedChangeBase
(subjectId)¶ - param subjectId
QNodeId
Constructs a new
QStaticPropertyValueAddedChangeBase
withsubjectId
-
PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase.
propertyName
()¶ - Return type
str
Returns name of the property.
See also
setPropertyName()
-
PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase.
setPropertyName
(name)¶ - Parameters
name – str
Sets the property change
name
.See also
propertyName()