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 ) | |
| QByteArray | propertyName () const |
| void | setPropertyName (const QByteArray & name ) |
| void | setValue (const QVariant & value ) |
| QVariant | value () const |
| typedef | QDynamicPropertyUpdatedChangePtr |
Constructs a new QDynamicPropertyUpdatedChange with subjectId .
Returns name of the property.
另請參閱 setPropertyName ().
Sets the property change name .
另請參閱 propertyName ().
Set the property change value .
另請參閱 value ().
Returns property value.
另請參閱 setValue ().
共享指針為 QDynamicPropertyUpdatedChange .