QPropertyUpdatedChange Class

class Qt3DCore ::QPropertyUpdatedChange

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

詳細描述

成員函數文檔編製

QPropertyUpdatedChange:: QPropertyUpdatedChange ( Qt3DCore::QNodeId subjectId )

Constructs a new QPropertyUpdatedChange with subjectId .

void QPropertyUpdatedChange:: setValue (const QVariant & value )

Set the property change value .

另請參閱 value ().

QVariant QPropertyUpdatedChange:: value () const

Returns property value.

另請參閱 setValue ().

相關非成員

typedef QPropertyUpdatedChangePtr

共享指針為 QPropertyUpdatedChange .