QPropertyValueRemovedChange Class
class Qt3DCore::QPropertyValueRemovedChangeUsed to notify when a value is added to a property. More...
| Header: | #include <Qt3DCore/QPropertyValueRemovedChange> | 
| qmake: | QT += 3dcore | 
| Inherits: | Qt3DCore::QStaticPropertyValueRemovedChangeBase | 
Public Functions
| QPropertyValueRemovedChange(Qt3DCore::QNodeId subjectId) | |
| QVariant | removedValue() const | 
| void | setRemovedValue(const QVariant &value) | 
Related Non-Members
| typedef | QPropertyValueRemovedChangePtr | 
Detailed Description
Member Function Documentation
QPropertyValueRemovedChange::QPropertyValueRemovedChange(Qt3DCore::QNodeId subjectId)
Constructs a new QPropertyValueRemovedChange with subjectId.
QVariant QPropertyValueRemovedChange::removedValue() const
Returns the value removed from the property.
See also setRemovedValue().
void QPropertyValueRemovedChange::setRemovedValue(const QVariant &value)
Sets the value removed from the property to value.
See also removedValue().
Related Non-Members
typedef QPropertyValueRemovedChangePtr
A shared pointer for QPropertyValueRemovedChange.