QDynamicPropertyUpdatedChange Class

( Qt3DCore::QDynamicPropertyUpdatedChange )

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

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

公共函数

QDynamicPropertyUpdatedChange (QNodeId subjectId )
~QDynamicPropertyUpdatedChange ()
QByteArray propertyName () const
void setPropertyName (const QByteArray & name )
void setValue (const QVariant & value )
QVariant value () const

保护函数

QDynamicPropertyUpdatedChange (QDynamicPropertyUpdatedChangePrivate & dd , QNodeId subjectId )
typedef QDynamicPropertyUpdatedChangePtr

详细描述

QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated

成员函数文档编制

QDynamicPropertyUpdatedChange:: QDynamicPropertyUpdatedChange ( QNodeId subjectId )

构造新的 QDynamicPropertyUpdatedChange with subjectId .

[protected] QDynamicPropertyUpdatedChange:: QDynamicPropertyUpdatedChange ( QDynamicPropertyUpdatedChangePrivate & dd , QNodeId subjectId )

Copy constructor.

QDynamicPropertyUpdatedChange:: ~QDynamicPropertyUpdatedChange ()

Destroys the instance of QDynamicPropertyUpdatedChange.

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 Qt3DCore:: QDynamicPropertyUpdatedChangePtr

共享指针为 QDynamicPropertyUpdatedChange .