QStaticPropertyValueAddedChangeBase Class

class Qt3DCore ::QStaticPropertyValueAddedChangeBase

The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange 事件。 更多...

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

Qt3DCore::QPropertyNodeAddedChange and Qt3DCore::QPropertyValueAddedChange

该类在 Qt 5.7 引入。

公共函数

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

保护函数

QStaticPropertyValueAddedChangeBase (Qt3DCore::QNodeId subjectId )

详细描述

成员函数文档编制

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

Constructs a new QStaticPropertyValueAddedChangeBase with subjectId

const char *QStaticPropertyValueAddedChangeBase:: propertyName () const

Returns name of the property.

另请参阅 setPropertyName ().

void QStaticPropertyValueAddedChangeBase:: setPropertyName (const char * name )

Sets the property change name .

另请参阅 propertyName ().