QStaticPropertyValueAddedChangeBase Class

(Qt3DCore::QStaticPropertyValueAddedChangeBase)

The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events. More...

Header: #include <Qt3DCore/QStaticPropertyValueAddedChangeBase>
qmake: QT += 3dcore
Since: Qt 5.7
Inherits: Qt3DCore::QPropertyValueAddedChangeBase
Inherited By:

Qt3DCore::QPropertyNodeAddedChange and Qt3DCore::QPropertyValueAddedChange

Public Functions

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

Protected Functions

QStaticPropertyValueAddedChangeBase(Qt3DCore::QNodeId subjectId)
QStaticPropertyValueAddedChangeBase(Qt3DCore::QStaticPropertyValueAddedChangeBasePrivate &dd, Qt3DCore::QNodeId subjectId)

Detailed Description

The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events.

Member Function Documentation

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

Constructs a new QStaticPropertyValueAddedChangeBase with subjectId

[protected] QStaticPropertyValueAddedChangeBase::QStaticPropertyValueAddedChangeBase(Qt3DCore::QStaticPropertyValueAddedChangeBasePrivate &dd, Qt3DCore::QNodeId subjectId)

Default constructs an instance of QStaticPropertyValueAddedChangeBase.

[virtual] QStaticPropertyValueAddedChangeBase::~QStaticPropertyValueAddedChangeBase()

Destroys the instance of QStaticPropertyValueAddedChangeBase. The destructor is virtual.

const char *QStaticPropertyValueAddedChangeBase::propertyName() const

Returns name of the property.

See also setPropertyName().

void QStaticPropertyValueAddedChangeBase::setPropertyName(const char *name)

Sets the property change name.

See also propertyName().

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.11/qt3dcore-qstaticpropertyvalueaddedchangebase.html