QPropertyValueRemovedChange Class
(Qt3DCore::QPropertyValueRemovedChange)Used to notify when a value is added to a property More...
Header: | #include <QPropertyValueRemovedChange> |
qmake: | QT += 3dcore |
Inherits: | Qt3DCore::QStaticPropertyValueRemovedChangeBase |
Public Functions
QPropertyValueRemovedChange(QNodeId subjectId) | |
~QPropertyValueRemovedChange() | |
QVariant | removedValue() const |
void | setRemovedValue(const QVariant &value) |
- 2 public functions inherited from Qt3DCore::QStaticPropertyValueRemovedChangeBase
- 4 public functions inherited from Qt3DCore::QSceneChange
Related Non-Members
typedef | QPropertyValueRemovedChangePtr |
Detailed Description
Used to notify when a value is added to a property
Member Function Documentation
QPropertyValueRemovedChange::QPropertyValueRemovedChange(QNodeId subjectId)
Constructs a new QPropertyValueRemovedChange with subjectId.
QPropertyValueRemovedChange::~QPropertyValueRemovedChange()
Destroys the instance of QPropertyValueRemovedChange.
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 Qt3DCore::QPropertyValueRemovedChangePtr
A shared pointer for QPropertyValueRemovedChange.
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.