Used to notify when a value is added to a property. 更多...
| 头: | #include <Qt3DCore/QPropertyValueAddedChange> | 
| qmake: | QT += 3dcore | 
| 继承: | Qt3DCore::QStaticPropertyValueAddedChangeBase | 
| QPropertyValueAddedChange (Qt3DCore::QNodeId subjectId ) | |
| virtual | ~QPropertyValueAddedChange () | 
| QVariant | addedValue () const | 
| void | setAddedValue (const QVariant & value ) | 
| typedef | QPropertyValueAddedChangePtr | 
Used to notify when a value is added to a property.
构造新的 QPropertyValueAddedChange with subjectId .
[虚拟]
						
						QPropertyValueAddedChange::
						
							~QPropertyValueAddedChange
						
						()
						
					Destroys the instance of QPropertyValueAddedChange. The destructor is virtual.
Returns the value added to the property.
另请参阅 setAddedValue ().
Sets the value added to the property to value .
另请参阅 addedValue ().
共享指针为 QPropertyValueAddedChange .