QStaticPropertyValueRemovedChangeBase Class
(Qt3DCore::QStaticPropertyValueRemovedChangeBase)Inherits: | QPropertyValueRemovedChangeBase |
Inherited By: | Qt3DCore::QPropertyNodeRemovedChange and Qt3DCore::QPropertyValueRemovedChange |
Public Functions
~QStaticPropertyValueRemovedChangeBase() | |
const char * | propertyName() const |
void | setPropertyName(const char *name) |
- 4 public functions inherited from Qt3DCore::QSceneChange
Protected Functions
QStaticPropertyValueRemovedChangeBase(QNodeId subjectId) | |
QStaticPropertyValueRemovedChangeBase(QStaticPropertyValueRemovedChangeBasePrivate &dd, QNodeId subjectId) |
Member Function Documentation
[protected]
QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(QNodeId subjectId)
Default constructs an instance of QStaticPropertyValueRemovedChangeBase.
[protected]
QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(QStaticPropertyValueRemovedChangeBasePrivate &dd, QNodeId subjectId)
Copy constructor.
QStaticPropertyValueRemovedChangeBase::~QStaticPropertyValueRemovedChangeBase()
Destroys the instance of QStaticPropertyValueRemovedChangeBase.
const char *QStaticPropertyValueRemovedChangeBase::propertyName() const
See also setPropertyName().
void QStaticPropertyValueRemovedChangeBase::setPropertyName(const char *name)
See also propertyName().