The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events 更多...
头: | #include <Qt3DCore/QStaticPropertyUpdatedChangeBase> |
qmake: | QT += 3dcore |
Since: | Qt 5.7 |
继承: | Qt3DCore::QPropertyUpdatedChangeBase |
继承者: | Qt3DCore::QPropertyUpdatedChange |
~QStaticPropertyUpdatedChangeBase () | |
const char * | propertyName () const |
void | setPropertyName (const char * name ) |
QStaticPropertyUpdatedChangeBase (QNodeId subjectId ) |
typedef | QStaticPropertyUpdatedChangeBasePtr |
The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events
[protected]
QStaticPropertyUpdatedChangeBase::
QStaticPropertyUpdatedChangeBase
(
QNodeId
subjectId
)
构造新的 QStaticPropertyUpdatedChangeBase with subjectId
Destroys the instance of QStaticPropertyUpdatedChangeBase.
Returns name of the property.
另请参阅 setPropertyName ().
Sets the property change name .
另请参阅 propertyName ().
共享指针为 QStaticPropertyUpdatedChangeBase .