QSceneChange¶
The base class for changes that can be sent and received by Qt3D’s change notification system. More…
Inherited by: QComponentAddedChange, QComponentRemovedChange, QDynamicPropertyUpdatedChange, QNodeCommand, QNodeCreatedChangeBase, QNodeDestroyedChange, QPropertyNodeAddedChange, QPropertyNodeRemovedChange, QPropertyUpdatedChange, QPropertyUpdatedChangeBase, QPropertyValueAddedChange, QPropertyValueAddedChangeBase, QPropertyValueRemovedChange, QPropertyValueRemovedChangeBase, QStaticPropertyUpdatedChangeBase, QStaticPropertyValueAddedChangeBase, QStaticPropertyValueRemovedChangeBase, QFrameGraphNodeCreatedChangeBase
Synopsis¶
Functions¶
def
deliveryFlags
()def
setDeliveryFlags
(flags)def
subjectId
()def
type
()
Detailed Description¶
- class PySide2.Qt3DCore.Qt3DCore.QSceneChange(type, subjectId)¶
Note
This constructor is deprecated.
- param type:
- param subjectId:
Constructs a new
QSceneChange
withtype
andsubjectId
.
- PySide2.Qt3DCore.Qt3DCore.QSceneChange.DeliveryFlag¶
The types of change that can be sent and received by Qt3D’s change notification system.
Constant
Description
Qt3DCore.QSceneChange.BackendNodes
Qt3DCore.QSceneChange.Nodes
Qt3DCore.QSceneChange.DeliverToAll
- PySide2.Qt3DCore.Qt3DCore.QSceneChange.deliveryFlags()¶
- Return type:
DeliveryFlags
Returns the set delivery flags.
See also
- PySide2.Qt3DCore.Qt3DCore.QSceneChange.setDeliveryFlags(flags)¶
- Parameters:
flags –
DeliveryFlags
Sets the delivery flags of the change to
flags
.See also
- PySide2.Qt3DCore.Qt3DCore.QSceneChange.subjectId()¶
- Return type:
Returns scene change subject id.
- PySide2.Qt3DCore.Qt3DCore.QSceneChange.type()¶
- Return type:
Returns the scene change type.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.