QStaticPropertyValueRemovedChangeBase Class

(Qt3DCore::QStaticPropertyValueRemovedChangeBase)

The 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

Public Functions

virtual ~QStaticPropertyValueRemovedChangeBase()
const char *propertyName() const
void setPropertyName(const char *name)

Protected Functions

QStaticPropertyValueRemovedChangeBase(Qt3DCore::QNodeId subjectId)
QStaticPropertyValueRemovedChangeBase(Qt3DCore::QStaticPropertyValueRemovedChangeBasePrivate &dd, Qt3DCore::QNodeId subjectId)

Detailed Description

The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events.

Member Function Documentation

[protected] QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(Qt3DCore::QNodeId subjectId)

Constructs a new QStaticPropertyValueRemovedChangeBase with subjectId

[protected] QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(Qt3DCore::QStaticPropertyValueRemovedChangeBasePrivate &dd, Qt3DCore::QNodeId subjectId)

Default constructs an instance of QStaticPropertyValueRemovedChangeBase.

[virtual] QStaticPropertyValueRemovedChangeBase::~QStaticPropertyValueRemovedChangeBase()

Destroys the instance of QStaticPropertyValueRemovedChangeBase. The destructor is virtual.

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().

© 2018 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.