QPropertyValueAddedChangeBase Class
(Qt3DCore::QPropertyValueAddedChangeBase)The QPropertyValueAddedChangeBase class is the base class for all PropertyValueAdded QSceneChange events 更多...
头文件: | #include <Qt3DCore/QPropertyValueAddedChangeBase> |
qmake: | QT += 3dcore |
基类: | Qt3DCore::QSceneChange |
派生类: |
公有函数
- 4 个公有函数继承自 Qt3DCore::QSceneChange
受保护的函数
QPropertyValueAddedChangeBase(QNodeId subjectId) |
相关非成员
typedef | QPropertyValueAddedChangeBasePtr |
详细描述
The QPropertyValueAddedChangeBase class is the base class for all PropertyValueAdded QSceneChange events
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(QNodeId subjectId)
Constructs a new QPropertyValueAddedChangeBase with subjectId
QPropertyValueAddedChangeBase::~QPropertyValueAddedChangeBase()
Destroys the instance of QPropertyValueAddedChangeBase.
相关非成员
typedef Qt3DCore::QPropertyValueAddedChangeBasePtr
A shared pointer for QPropertyValueAddedChangeBase.