QDynamicPropertyUpdatedChange Class
(Qt3DCore::QDynamicPropertyUpdatedChange)Inherits: | QPropertyUpdatedChangeBase |
Public Functions
QDynamicPropertyUpdatedChange(QNodeId subjectId) | |
~QDynamicPropertyUpdatedChange() | |
QByteArray | propertyName() const |
void | setPropertyName(const QByteArray &name) |
void | setValue(const QVariant &value) |
QVariant | value() const |
- 4 public functions inherited from Qt3DCore::QSceneChange
Protected Functions
QDynamicPropertyUpdatedChange(QDynamicPropertyUpdatedChangePrivate &dd, QNodeId subjectId) |
Member Function Documentation
QDynamicPropertyUpdatedChange::QDynamicPropertyUpdatedChange(QNodeId subjectId)
Default constructs an instance of QDynamicPropertyUpdatedChange.
[protected]
QDynamicPropertyUpdatedChange::QDynamicPropertyUpdatedChange(QDynamicPropertyUpdatedChangePrivate &dd, QNodeId subjectId)
Copy constructor.
QDynamicPropertyUpdatedChange::~QDynamicPropertyUpdatedChange()
Destroys the instance of QDynamicPropertyUpdatedChange.
QByteArray QDynamicPropertyUpdatedChange::propertyName() const
See also setPropertyName().
void QDynamicPropertyUpdatedChange::setPropertyName(const QByteArray &name)
See also propertyName().
void QDynamicPropertyUpdatedChange::setValue(const QVariant &value)
See also value().
QVariant QDynamicPropertyUpdatedChange::value() const
See also setValue().