QPropertyValueAddedChangeBase Class

( Qt3DCore::QPropertyValueAddedChangeBase )

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

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

公共函数

virtual ~QPropertyValueAddedChangeBase ()

保护函数

QPropertyValueAddedChangeBase (Qt3DCore::QNodeId subjectId )
typedef QPropertyValueAddedChangeBasePtr

详细描述

The QPropertyValueAddedChangeBase class is the base class for all PropertyValueAdded QSceneChange 事件。

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

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

成员函数文档编制

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

构造新的 QPropertyValueAddedChangeBase with subjectId

[virtual] QPropertyValueAddedChangeBase:: ~QPropertyValueAddedChangeBase ()

Destroys the instance of QPropertyValueAddedChangeBase. The destructor is virtual.

相关非成员

typedef Qt3DCore:: QPropertyValueAddedChangeBasePtr

共享指针为 QPropertyValueAddedChangeBase .