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 .