QPropertyValueAddedChangeBase Class

( Qt3DCore::QPropertyValueAddedChangeBase )

The QPropertyValueAddedChangeBase class is the base class for all PropertyValueAdded QSceneChange events 更多...

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

公共函數

~QPropertyValueAddedChangeBase ()

保護函數

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 )

構造新的 QPropertyValueAddedChangeBase with subjectId

QPropertyValueAddedChangeBase:: ~QPropertyValueAddedChangeBase ()

Destroys the instance of QPropertyValueAddedChangeBase.

相關非成員

typedef Qt3DCore:: QPropertyValueAddedChangeBasePtr

共享指針為 QPropertyValueAddedChangeBase .