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