The QPropertyUpdatedChange class is used to notify when a property value is updated. 更多...
头: | #include <Qt3DCore/QPropertyUpdatedChange> |
qmake: | QT += 3dcore |
继承: | Qt3DCore::QStaticPropertyUpdatedChangeBase |
QPropertyUpdatedChange (Qt3DCore::QNodeId subjectId ) | |
void | setValue (const QVariant & value ) |
QVariant | value () const |
typedef | QPropertyUpdatedChangePtr |
Constructs a new QPropertyUpdatedChange with subjectId .
Set the property change value .
另请参阅 value ().
Returns property value.
另请参阅 setValue ().
共享指针为 QPropertyUpdatedChange .