QPropertyValueRemovedChange Class

class Qt3DCore ::QPropertyValueRemovedChange

Used to notify when a value is added to a property. 更多...

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

公共函数

QPropertyValueRemovedChange (Qt3DCore::QNodeId subjectId )
QVariant removedValue () const
void setRemovedValue (const QVariant & value )
typedef QPropertyValueRemovedChangePtr

详细描述

成员函数文档编制

QPropertyValueRemovedChange:: QPropertyValueRemovedChange ( Qt3DCore::QNodeId subjectId )

Constructs a new QPropertyValueRemovedChange with subjectId .

QVariant QPropertyValueRemovedChange:: removedValue () const

Returns the value removed from the property.

另请参阅 setRemovedValue ().

void QPropertyValueRemovedChange:: setRemovedValue (const QVariant & value )

Sets the value removed from the property to value .

另请参阅 removedValue ().

相关非成员

typedef QPropertyValueRemovedChangePtr

共享指针为 QPropertyValueRemovedChange .