QStaticPropertyValueRemovedChangeBase Class
(Qt3DCore::QStaticPropertyValueRemovedChangeBase)The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events More...
Header: | #include <QStaticPropertyValueRemovedChangeBase> |
qmake: | QT += 3dcore |
Since: | Qt 5.7 |
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) |
Detailed Description
The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events
Member Function Documentation
[protected]
QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(QNodeId subjectId)
Constructs a new QStaticPropertyValueRemovedChangeBase with subjectId
[protected]
QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(QStaticPropertyValueRemovedChangeBasePrivate &dd, QNodeId subjectId)
Copy constructor.
QStaticPropertyValueRemovedChangeBase::~QStaticPropertyValueRemovedChangeBase()
Destroys the instance of QStaticPropertyValueRemovedChangeBase.
const char *QStaticPropertyValueRemovedChangeBase::propertyName() const
Returns name of the property.
See also setPropertyName().
void QStaticPropertyValueRemovedChangeBase::setPropertyName(const char *name)
Sets the property change name.
See also propertyName().