QStaticPropertyValueRemovedChangeBase Class

( Qt3DCore::QStaticPropertyValueRemovedChangeBase )

QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events 更多...

头: #include <Qt3DCore/QStaticPropertyValueRemovedChangeBase>
qmake: QT += 3dcore
Since: Qt 5.7
继承: Qt3DCore::QPropertyValueRemovedChangeBase
继承者:

Qt3DCore::QPropertyNodeRemovedChange and Qt3DCore::QPropertyValueRemovedChange

公共函数

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

保护函数

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

详细描述

QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events

成员函数文档编制

[protected] QStaticPropertyValueRemovedChangeBase:: QStaticPropertyValueRemovedChangeBase ( QNodeId subjectId )

构造新的 QStaticPropertyValueRemovedChangeBase with subjectId

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

Copy constructor.

QStaticPropertyValueRemovedChangeBase:: ~QStaticPropertyValueRemovedChangeBase ()

Destroys the instance of QStaticPropertyValueRemovedChangeBase.

const char *QStaticPropertyValueRemovedChangeBase:: propertyName () const

Returns name of the property.

另请参阅 setPropertyName ().

void QStaticPropertyValueRemovedChangeBase:: setPropertyName (const char * name )

Sets the property change name .

另请参阅 propertyName ().