QStaticPropertyUpdatedChangeBase Class

(Qt3DCore::QStaticPropertyUpdatedChangeBase)

The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events More...

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

Qt3DCore::QPropertyUpdatedChange

Public Functions

~QStaticPropertyUpdatedChangeBase()
const char *propertyName() const
void setPropertyName(const char *name)

Protected Functions

Detailed Description

The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events

Member Function Documentation

[protected] QStaticPropertyUpdatedChangeBase::QStaticPropertyUpdatedChangeBase(QNodeId subjectId)

Constructs a new QStaticPropertyUpdatedChangeBase with subjectId

QStaticPropertyUpdatedChangeBase::~QStaticPropertyUpdatedChangeBase()

Destroys the instance of QStaticPropertyUpdatedChangeBase.

const char *QStaticPropertyUpdatedChangeBase::propertyName() const

Returns name of the property.

See also setPropertyName().

void QStaticPropertyUpdatedChangeBase::setPropertyName(const char *name)

Sets the property change name.

See also propertyName().

Related Non-Members

typedef Qt3DCore::QStaticPropertyUpdatedChangeBasePtr

A shared pointer for QStaticPropertyUpdatedChangeBase.

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