QPropertyValueRemovedChangeBase Class

( Qt3DCore::QPropertyValueRemovedChangeBase )

QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange events 更多...

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

Qt3DCore::QStaticPropertyValueRemovedChangeBase

公共函数

~QPropertyValueRemovedChangeBase ()

保护函数

QPropertyValueRemovedChangeBase (QNodeId subjectId )
typedef QPropertyValueRemovedChangeBasePtr

详细描述

QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange events

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

构造新的 QPropertyValueRemovedChangeBase with subjectId

QPropertyValueRemovedChangeBase:: ~QPropertyValueRemovedChangeBase ()

Destroys the instance of QPropertyValueRemovedChangeBase.

相关非成员

typedef Qt3DCore:: QPropertyValueRemovedChangeBasePtr

共享指针为 QPropertyValueRemovedChangeBase .