QPropertyUpdatedChangeBase Class

( Qt3DCore::QPropertyUpdatedChangeBase )

QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange events 更多...

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

Qt3DCore::QDynamicPropertyUpdatedChange and Qt3DCore::QStaticPropertyUpdatedChangeBase

公共函数

~QPropertyUpdatedChangeBase ()

保护函数

QPropertyUpdatedChangeBase (QNodeId subjectId )
QPropertyUpdatedChangeBase (QPropertyUpdatedChangeBasePrivate & dd , QNodeId subjectId )
typedef QPropertyUpdatedChangeBasePtr

详细描述

QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange events

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 )

构造新的 QPropertyUpdatedChangeBase with subjectId

[protected] QPropertyUpdatedChangeBase:: QPropertyUpdatedChangeBase ( QPropertyUpdatedChangeBasePrivate & dd , QNodeId subjectId )

Copy constructor.

QPropertyUpdatedChangeBase:: ~QPropertyUpdatedChangeBase ()

Destroys the instance of QPropertyUpdatedChangeBase.

相关非成员

typedef Qt3DCore:: QPropertyUpdatedChangeBasePtr

共享指针为 QPropertyUpdatedChangeBase .