Used to notify when a value is added to a property. More...
| Header: | #include <Qt3DCore/QPropertyValueRemovedChange> |
| qmake: | QT += 3dcore |
| Inherits: | Qt3DCore::QStaticPropertyValueRemovedChangeBase |
| QPropertyValueRemovedChange(Qt3DCore::QNodeId subjectId) | |
| QVariant | removedValue() const |
| void | setRemovedValue(const QVariant &value) |
| typedef | QPropertyValueRemovedChangePtr |
Constructs a new QPropertyValueRemovedChange with subjectId.
Returns the value removed from the property.
See also setRemovedValue().
Sets the value removed from the property to value.
See also removedValue().
A shared pointer for QPropertyValueRemovedChange.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qt3dcore-qpropertyvalueremovedchange.html