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 .

[virtual] 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 .