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