QStaticPropertyValueRemovedChangeBase Class
class Qt3DCore::QStaticPropertyValueRemovedChangeBaseThe QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events. More...
Header: | #include <Qt3DCore/QStaticPropertyValueRemovedChangeBase> |
qmake: | QT += 3dcore |
Since: | Qt 5.7 |
Inherits: | Qt3DCore::QPropertyValueRemovedChangeBase |
Inherited By: | Qt3DCore::QPropertyNodeRemovedChange and Qt3DCore::QPropertyValueRemovedChange |
This class was introduced in Qt 5.7.
Public Functions
const char * | propertyName() const |
void | setPropertyName(const char *name) |
Protected Functions
QStaticPropertyValueRemovedChangeBase(Qt3DCore::QNodeId subjectId) |
Detailed Description
Member Function Documentation
[protected]
QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(Qt3DCore::QNodeId subjectId)
Constructs a new QStaticPropertyValueRemovedChangeBase with subjectId
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().