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.
Classes露
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(Union[DeliveryFlags, DeliveryFlag])
Sets the delivery flags of the change to flags.
See also
- subjectId() → QNodeId
Returns scene change subject id.
- type() → ChangeFlag
Returns the scene change type.