QStaticPropertyUpdatedChangeBase Class

( Qt3DCore::QStaticPropertyUpdatedChangeBase )

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.

const char *QStaticPropertyUpdatedChangeBase:: propertyName () const

Returns name of the property.

另請參閱 setPropertyName ().

void QStaticPropertyUpdatedChangeBase:: setPropertyName (const char * name )

Sets the property change name .

另請參閱 propertyName ().

相關非成員

typedef Qt3DCore:: QStaticPropertyUpdatedChangeBasePtr

共享指針為 QStaticPropertyUpdatedChangeBase .