QDynamicPropertyUpdatedChange Class

class Qt3DCore ::QDynamicPropertyUpdatedChange

The QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated. 更多...

头: #include <Qt3DCore/QDynamicPropertyUpdatedChange>
qmake: QT += 3dcore
继承: Qt3DCore::QPropertyUpdatedChangeBase

公共函数

QDynamicPropertyUpdatedChange (Qt3DCore::QNodeId subjectId )
QByteArray propertyName () const
void setPropertyName (const QByteArray & name )
void setValue (const QVariant & value )
QVariant value () const
typedef QDynamicPropertyUpdatedChangePtr

详细描述

成员函数文档编制

QDynamicPropertyUpdatedChange:: QDynamicPropertyUpdatedChange ( Qt3DCore::QNodeId subjectId )

Constructs a new QDynamicPropertyUpdatedChange with subjectId .

QByteArray QDynamicPropertyUpdatedChange:: propertyName () const

Returns name of the property.

另请参阅 setPropertyName ().

void QDynamicPropertyUpdatedChange:: setPropertyName (const QByteArray & name )

Sets the property change name .

另请参阅 propertyName ().

void QDynamicPropertyUpdatedChange:: setValue (const QVariant & value )

Set the property change value .

另请参阅 value ().

QVariant QDynamicPropertyUpdatedChange:: value () const

Returns property value.

另请参阅 setValue ().

相关非成员

typedef QDynamicPropertyUpdatedChangePtr

共享指针为 QDynamicPropertyUpdatedChange .