The QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated. 更多...
| 头: | #include <Qt3DCore/QDynamicPropertyUpdatedChange> | 
| qmake: | QT += 3dcore | 
| 继承: | Qt3DCore::QPropertyUpdatedChangeBase | 
| QDynamicPropertyUpdatedChange (Qt3DCore::QNodeId subjectId ) | |
| virtual | ~QDynamicPropertyUpdatedChange () | 
| QByteArray | propertyName () const | 
| void | setPropertyName (const QByteArray & name ) | 
| void | setValue (const QVariant & value ) | 
| QVariant | value () const | 
| QDynamicPropertyUpdatedChange (Qt3DCore::QDynamicPropertyUpdatedChangePrivate & dd , Qt3DCore::QNodeId subjectId ) | 
| typedef | QDynamicPropertyUpdatedChangePtr | 
The QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated.
构造新的 QDynamicPropertyUpdatedChange with subjectId .
[protected]
						
						QDynamicPropertyUpdatedChange::
						
							QDynamicPropertyUpdatedChange
						
						(
						
							Qt3DCore::QDynamicPropertyUpdatedChangePrivate
						
						&
						
							dd
						
						,
						
							
								Qt3DCore::QNodeId
							
						
						
							subjectId
						
						)
						
					Default constructs an instance of QDynamicPropertyUpdatedChange.
[虚拟]
						
						QDynamicPropertyUpdatedChange::
						
							~QDynamicPropertyUpdatedChange
						
						()
						
					Destroys the instance of QDynamicPropertyUpdatedChange. The destructor is virtual.
Returns name of the property.
另请参阅 setPropertyName ().
Sets the property change name .
另请参阅 propertyName ().
Set the property change value .
另请参阅 value ().
Returns property value.
另请参阅 setValue ().
共享指针为 QDynamicPropertyUpdatedChange .