QStaticPropertyValueRemovedChangeBase Class

( Qt3DCore::QStaticPropertyValueRemovedChangeBase )

The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange 事件。 更多...

頭: #include <Qt3DCore/QStaticPropertyValueRemovedChangeBase>
qmake: QT += 3dcore
Since: Qt 5.7
繼承: Qt3DCore::QPropertyValueRemovedChangeBase
繼承者: Qt3DCore::QPropertyNodeRemovedChange and Qt3DCore::QPropertyValueRemovedChange

公共函數

virtual ~QStaticPropertyValueRemovedChangeBase ()
const char * propertyName () const
void setPropertyName (const char * name )

保護函數

QStaticPropertyValueRemovedChangeBase (Qt3DCore::QNodeId subjectId )
QStaticPropertyValueRemovedChangeBase (Qt3DCore::QStaticPropertyValueRemovedChangeBasePrivate & dd , Qt3DCore::QNodeId subjectId )

詳細描述

The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange 事件。

成員函數文檔編製

[protected] QStaticPropertyValueRemovedChangeBase:: QStaticPropertyValueRemovedChangeBase ( Qt3DCore::QNodeId subjectId )

構造新的 QStaticPropertyValueRemovedChangeBase with subjectId

[protected] QStaticPropertyValueRemovedChangeBase:: QStaticPropertyValueRemovedChangeBase ( Qt3DCore::QStaticPropertyValueRemovedChangeBasePrivate & dd , Qt3DCore::QNodeId subjectId )

Default constructs an instance of QStaticPropertyValueRemovedChangeBase.

[虛擬] QStaticPropertyValueRemovedChangeBase:: ~QStaticPropertyValueRemovedChangeBase ()

Destroys the instance of QStaticPropertyValueRemovedChangeBase. The destructor is virtual.

const char *QStaticPropertyValueRemovedChangeBase:: propertyName () const

Returns name of the property.

另請參閱 setPropertyName ().

void QStaticPropertyValueRemovedChangeBase:: setPropertyName (const char * name )

Sets the property change name .

另請參閱 propertyName ().