The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange 事件。 更多...
| 头: | #include <Qt3DCore/QStaticPropertyUpdatedChangeBase> |
| qmake: | QT += 3dcore |
| Since: | Qt 5.7 |
| 继承: | Qt3DCore::QPropertyUpdatedChangeBase |
| 继承者: |
该类在 Qt 5.7 引入。
| const char * | propertyName () const |
| void | setPropertyName (const char * name ) |
| QStaticPropertyUpdatedChangeBase (Qt3DCore::QNodeId subjectId ) |
| typedef | QStaticPropertyUpdatedChangeBasePtr |
[protected]
QStaticPropertyUpdatedChangeBase::
QStaticPropertyUpdatedChangeBase
(
Qt3DCore::QNodeId
subjectId
)
Constructs a new QStaticPropertyUpdatedChangeBase with subjectId
Returns name of the property.
另请参阅 setPropertyName ().
Sets the property change name .
另请参阅 propertyName ().
共享指针为 QStaticPropertyUpdatedChangeBase .