QPropertyUpdatedChange 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 )
virtual ~QPropertyUpdatedChange ()
void setValue (const QVariant & value )
QVariant value () const
typedef QPropertyUpdatedChangePtr

詳細描述

The QPropertyUpdatedChange class is used to notify when a property value is updated.

成員函數文檔編製

QPropertyUpdatedChange:: QPropertyUpdatedChange ( Qt3DCore::QNodeId subjectId )

構造新的 QPropertyUpdatedChange with subjectId .

[虛擬] QPropertyUpdatedChange:: ~QPropertyUpdatedChange ()

Destroys the instance of QPropertyUpdatedChange. The destructor is virtual.

void QPropertyUpdatedChange:: setValue (const QVariant & value )

Set the property change value .

另請參閱 value ().

QVariant QPropertyUpdatedChange:: value () const

Returns property value.

另請參閱 setValue ().

相關非成員

typedef Qt3DCore:: QPropertyUpdatedChangePtr

共享指針為 QPropertyUpdatedChange .