QPropertyUpdatedChangeBase Class

( Qt3DCore::QPropertyUpdatedChangeBase )

The QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange 事件。 更多...

頭: #include <Qt3DCore/QPropertyUpdatedChangeBase>
qmake: QT += 3dcore
繼承: Qt3DCore::QSceneChange
繼承者: Qt3DCore::QDynamicPropertyUpdatedChange and Qt3DCore::QStaticPropertyUpdatedChangeBase

公共函數

virtual ~QPropertyUpdatedChangeBase ()

保護函數

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

詳細描述

The QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange 事件。

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 ( Qt3DCore::QNodeId subjectId )

構造新的 QPropertyUpdatedChangeBase with subjectId

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

Default constructs an instance of QPropertyUpdatedChangeBase.

[虛擬] QPropertyUpdatedChangeBase:: ~QPropertyUpdatedChangeBase ()

Destroys the instance of QPropertyUpdatedChangeBase. The destructor is virtual.

相關非成員

typedef Qt3DCore:: QPropertyUpdatedChangeBasePtr

共享指針為 QPropertyUpdatedChangeBase .