QStaticPropertyUpdatedChangeBase Class

(Qt3DCore::QStaticPropertyUpdatedChangeBase)

The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events 更多...

头文件: #include <Qt3DCore/QStaticPropertyUpdatedChangeBase>
qmake: QT += 3dcore
开始支持版本: Qt 5.7
基类: Qt3DCore::QPropertyUpdatedChangeBase
派生类:

Qt3DCore::QPropertyUpdatedChange

公有函数

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

受保护的函数

详细描述

The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events

成员函数

[protected] QStaticPropertyUpdatedChangeBase::QStaticPropertyUpdatedChangeBase(QNodeId subjectId)

Constructs a new QStaticPropertyUpdatedChangeBase with subjectId

QStaticPropertyUpdatedChangeBase::~QStaticPropertyUpdatedChangeBase()

Destroys the instance of QStaticPropertyUpdatedChangeBase.

const char *QStaticPropertyUpdatedChangeBase::propertyName() const

Returns name of the property.

参见 setPropertyName().

void QStaticPropertyUpdatedChangeBase::setPropertyName(const char *name)

Sets the property change name.

参见 propertyName().

相关非成员

typedef Qt3DCore::QStaticPropertyUpdatedChangeBasePtr

A shared pointer for QStaticPropertyUpdatedChangeBase.