QStaticPropertyUpdatedChangeBase Class
class Qt3DCore::QStaticPropertyUpdatedChangeBaseThe 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: |
This class was introduced in Qt 5.7.
Public Functions
const char * | propertyName() const |
void | setPropertyName(const char *name) |
Protected Functions
QStaticPropertyUpdatedChangeBase(Qt3DCore::QNodeId subjectId) |
Related Non-Members
Detailed Description
Member Function Documentation
[protected]
QStaticPropertyUpdatedChangeBase::QStaticPropertyUpdatedChangeBase(Qt3DCore::QNodeId subjectId)
Constructs a new QStaticPropertyUpdatedChangeBase with subjectId
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 QStaticPropertyUpdatedChangeBasePtr
A shared pointer for QStaticPropertyUpdatedChangeBase.