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: |
Public Functions
virtual | ~QStaticPropertyUpdatedChangeBase() |
const char * | propertyName() const |
void | setPropertyName(const char *name) |
- 4 public functions inherited from Qt3DCore::QSceneChange
Protected Functions
QStaticPropertyUpdatedChangeBase(Qt3DCore::QNodeId subjectId) |
Related Non-Members
typedef | QStaticPropertyUpdatedChangeBasePtr |
Detailed Description
The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events.
Member Function Documentation
[protected]
QStaticPropertyUpdatedChangeBase::QStaticPropertyUpdatedChangeBase(Qt3DCore::QNodeId subjectId)
Constructs a new QStaticPropertyUpdatedChangeBase with subjectId
[virtual]
QStaticPropertyUpdatedChangeBase::~QStaticPropertyUpdatedChangeBase()
Destroys the instance of QStaticPropertyUpdatedChangeBase. The destructor is virtual.
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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qt3dcore-qstaticpropertyupdatedchangebase.html