QStaticPropertyValueAddedChangeBase Class

(Qt3DCore::QStaticPropertyValueAddedChangeBase)

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

头文件: #include <Qt3DCore/QStaticPropertyValueAddedChangeBase>
qmake: QT += 3dcore
开始支持版本: 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)

Constructs a new 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().