内容表

上一话题

Qt3DCore.QPropertyValueRemovedChangeBase

下一话题

Qt3DCore.QSkeleton

Qt3DCore.QSceneChange

The base class for changes that can be sent and received by Qt3D’s change notification system. 更多

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QSceneChange

继承者: Qt3DCore.QComponentAddedChange , Qt3DCore.QComponentRemovedChange , Qt3DCore.QDynamicPropertyUpdatedChange , Qt3DCore.QNodeCommand , Qt3DCore.QNodeCreatedChangeBase , Qt3DCore.QNodeDestroyedChange , Qt3DCore.QPropertyNodeAddedChange , Qt3DCore.QPropertyNodeRemovedChange , Qt3DCore.QPropertyUpdatedChange , Qt3DCore.QPropertyUpdatedChangeBase , Qt3DCore.QPropertyValueAddedChange , Qt3DCore.QPropertyValueAddedChangeBase , Qt3DCore.QPropertyValueRemovedChange , Qt3DCore.QPropertyValueRemovedChangeBase , Qt3DCore.QStaticPropertyUpdatedChangeBase , Qt3DCore.QStaticPropertyValueAddedChangeBase , Qt3DCore.QStaticPropertyValueRemovedChangeBase , Qt3DRender.QFrameGraphNodeCreatedChangeBase

概要

函数

详细描述

class PySide2.Qt3DCore.Qt3DCore. QSceneChange ( type , subjectId )

注意

This constructor is deprecated.

param type

ChangeFlag

param subjectId

QNodeId

构造新 QSceneChange with type and subjectId .

PySide2.Qt3DCore.Qt3DCore.QSceneChange. DeliveryFlag

The types of change that can be sent and received by Qt3D’s change notification system.

常量

描述

Qt3DCore.QSceneChange.BackendNodes

Qt3DCore.QSceneChange.Nodes

Qt3DCore.QSceneChange.DeliverToAll

PySide2.Qt3DCore.Qt3DCore.QSceneChange. deliveryFlags ( )
返回类型

DeliveryFlags

Returns the set delivery flags.

PySide2.Qt3DCore.Qt3DCore.QSceneChange. setDeliveryFlags ( flags )
参数

flags DeliveryFlags

Sets the delivery flags of the change to flags .

另请参阅

deliveryFlags()

PySide2.Qt3DCore.Qt3DCore.QSceneChange. subjectId ( )
返回类型

QNodeId

Returns scene change subject id.

PySide2.Qt3DCore.Qt3DCore.QSceneChange. type ( )
返回类型

ChangeFlag

Returns the scene change type.