The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange 事件。 更多...
| 頭: | #include <Qt3DCore/QStaticPropertyValueAddedChangeBase> |
| qmake: | QT += 3dcore |
| Since: | Qt 5.7 |
| 繼承: | Qt3DCore::QPropertyValueAddedChangeBase |
| 繼承者: |
Qt3DCore::QPropertyNodeAddedChange and Qt3DCore::QPropertyValueAddedChange |
該類在 Qt 5.7 引入。
| const char * | propertyName () const |
| void | setPropertyName (const char * name ) |
| QStaticPropertyValueAddedChangeBase (Qt3DCore::QNodeId subjectId ) |
[protected]
QStaticPropertyValueAddedChangeBase::
QStaticPropertyValueAddedChangeBase
(
Qt3DCore::QNodeId
subjectId
)
Constructs a new QStaticPropertyValueAddedChangeBase with subjectId
Returns name of the property.
另請參閱 setPropertyName ().
Sets the property change name .
另請參閱 propertyName ().