QPropertyValueRemovedChangeBase Class

( Qt3DCore::QPropertyValueRemovedChangeBase )

The QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange 事件。 更多...

頭: #include <Qt3DCore/QPropertyValueRemovedChangeBase>
qmake: QT += 3dcore
繼承: Qt3DCore::QSceneChange
繼承者: Qt3DCore::QStaticPropertyValueRemovedChangeBase

公共函數

virtual ~QPropertyValueRemovedChangeBase ()

保護函數

QPropertyValueRemovedChangeBase (Qt3DCore::QNodeId subjectId )
typedef QPropertyValueRemovedChangeBasePtr

詳細描述

The QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange 事件。

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

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

成員函數文檔編製

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

構造新的 QPropertyValueRemovedChangeBase with subjectId

[虛擬] QPropertyValueRemovedChangeBase:: ~QPropertyValueRemovedChangeBase ()

Destroys the instance of QPropertyValueRemovedChangeBase. The destructor is virtual.

相關非成員

typedef Qt3DCore:: QPropertyValueRemovedChangeBasePtr

共享指針為 QPropertyValueRemovedChangeBase .