QSceneChange

PyQt5.Qt3DCore.QSceneChange

Inherited by QComponentAddedChange, QComponentRemovedChange, QNodeCommand, QNodeCreatedChangeBase, QNodeDestroyedChange, QPropertyUpdatedChangeBase, QPropertyValueAddedChangeBase, QPropertyValueRemovedChangeBase.

Description

The base class for changes that can be sent and received by Qt3D鈥檚 change notification system.

Enums

DeliveryFlag

The types of change that can be sent and received by Qt3D鈥檚 change notification system.

Member

Value

Description

BackendNodes

TODO

TODO

DeliverToAll

TODO

TODO

Nodes

TODO

TODO

Methods

__init__(ChangeFlag, QNodeId)

Constructs a new QSceneChange with type and subjectId.


deliveryFlags() → DeliveryFlags

Returns the set delivery flags.

See also

setDeliveryFlags().


setDeliveryFlags(Union[DeliveryFlags, DeliveryFlag])

Sets the delivery flags of the change to flags.

See also

deliveryFlags().


subjectId() → QNodeId

Returns scene change subject id.


type() → ChangeFlag

Returns the scene change type.