QPropertyUpdatedChangeBase Class
(Qt3DCore::QPropertyUpdatedChangeBase)The QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange events 更多...
头文件: | #include <Qt3DCore/QPropertyUpdatedChangeBase> |
qmake: | QT += 3dcore |
基类: | Qt3DCore::QSceneChange |
派生类: | Qt3DCore::QDynamicPropertyUpdatedChange and Qt3DCore::QStaticPropertyUpdatedChangeBase |
公有函数
- 4 个公有函数继承自 Qt3DCore::QSceneChange
受保护的函数
QPropertyUpdatedChangeBase(QNodeId subjectId) | |
QPropertyUpdatedChangeBase(QPropertyUpdatedChangeBasePrivate &dd, QNodeId subjectId) |
相关非成员
typedef | QPropertyUpdatedChangeBasePtr |
详细描述
The QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange events
The QPropertyUpdatedChangeBase class is the base class for all QSceneChange events that have the changeType() PropertyUpdated. You should not need to instantiate this class. Usually you should be using one of its subclasses such as QPropertyUpdatedChange or QTypedPropertyUpdatedChange.
You can subclass this to create your own node update types for communication between your QNode and QBackendNode subclasses when writing your own aspects.
成员函数
[protected]
QPropertyUpdatedChangeBase::QPropertyUpdatedChangeBase(QNodeId subjectId)
Constructs a new QPropertyUpdatedChangeBase with subjectId
[protected]
QPropertyUpdatedChangeBase::QPropertyUpdatedChangeBase(QPropertyUpdatedChangeBasePrivate &dd, QNodeId subjectId)
Copy constructor.
QPropertyUpdatedChangeBase::~QPropertyUpdatedChangeBase()
Destroys the instance of QPropertyUpdatedChangeBase.
相关非成员
typedef Qt3DCore::QPropertyUpdatedChangeBasePtr
A shared pointer for QPropertyUpdatedChangeBase.