QStaticPropertyValueAddedChangeBase Class

( Qt3DCore::QStaticPropertyValueAddedChangeBase )

The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events 更多...

頭: #include <Qt3DCore/QStaticPropertyValueAddedChangeBase>
qmake: QT += 3dcore
Since: Qt 5.7
繼承: Qt3DCore::QPropertyValueAddedChangeBase
繼承者: Qt3DCore::QPropertyNodeAddedChange and Qt3DCore::QPropertyValueAddedChange

公共函數

~QStaticPropertyValueAddedChangeBase ()
const char * propertyName () const
void setPropertyName (const char * name )

保護函數

QStaticPropertyValueAddedChangeBase (QNodeId subjectId )
QStaticPropertyValueAddedChangeBase (QStaticPropertyValueAddedChangeBasePrivate & dd , QNodeId subjectId )

詳細描述

The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events

成員函數文檔編製

[protected] QStaticPropertyValueAddedChangeBase:: QStaticPropertyValueAddedChangeBase ( QNodeId subjectId )

構造新的 QStaticPropertyValueAddedChangeBase with subjectId

[protected] QStaticPropertyValueAddedChangeBase:: QStaticPropertyValueAddedChangeBase ( QStaticPropertyValueAddedChangeBasePrivate & dd , QNodeId subjectId )

Copy constructor.

QStaticPropertyValueAddedChangeBase:: ~QStaticPropertyValueAddedChangeBase ()

Destroys the instance of QStaticPropertyValueAddedChangeBase.

const char *QStaticPropertyValueAddedChangeBase:: propertyName () const

Returns name of the property.

另請參閱 setPropertyName ().

void QStaticPropertyValueAddedChangeBase:: setPropertyName (const char * name )

Sets the property change name .

另請參閱 propertyName ().