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 .