QPropertyValueRemovedChangeBase Class

(Qt3DCore::QPropertyValueRemovedChangeBase)

The QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange events 更多...

头文件: #include <Qt3DCore/QPropertyValueRemovedChangeBase>
qmake: QT += 3dcore
基类: Qt3DCore::QSceneChange
派生类:

Qt3DCore::QStaticPropertyValueRemovedChangeBase

公有函数

受保护的函数

QPropertyValueRemovedChangeBase(QNodeId subjectId)

详细描述

The QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange events

The QPropertyValueRemovedChangeBase class is the base class for all QSceneChange events that have the changeType() PropertyValueRemoved. You should not need to instantiate this class. Usually you should be using one of its subclasses such as QPropertyNodeRemovedChange.

You can subclass this to create your own node Removed types for communication between your QNode and QBackendNode subclasses when writing your own aspects.

成员函数

[protected] QPropertyValueRemovedChangeBase::QPropertyValueRemovedChangeBase(QNodeId subjectId)

Constructs a new QPropertyValueRemovedChangeBase with subjectId

QPropertyValueRemovedChangeBase::~QPropertyValueRemovedChangeBase()

Destroys the instance of QPropertyValueRemovedChangeBase.

相关非成员

typedef Qt3DCore::QPropertyValueRemovedChangeBasePtr

A shared pointer for QPropertyValueRemovedChangeBase.