QStaticPropertyUpdatedChangeBase Class
(Qt3DCore::QStaticPropertyUpdatedChangeBase)Header: | #include <QStaticPropertyUpdatedChangeBase> |
qmake: | QT += 3dcore |
Inherits: | QPropertyUpdatedChangeBase |
Inherited By: |
Public Functions
~QStaticPropertyUpdatedChangeBase() | |
const char * | propertyName() const |
void | setPropertyName(const char *name) |
- 4 public functions inherited from Qt3DCore::QSceneChange
Protected Functions
QStaticPropertyUpdatedChangeBase(QNodeId subjectId) |
Related Non-Members
Detailed Description
TODO
Member Function Documentation
[protected]
QStaticPropertyUpdatedChangeBase::QStaticPropertyUpdatedChangeBase(QNodeId subjectId)
Constructs a new QStaticPropertyUpdatedChangeBase with type, senderType, subjectId, and priority.
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.