Qt3DCore.QSceneChange¶
The base class for changes that can be sent and received by Qt3D’s change notification system. More…

Inherited by: 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
Synopsis¶
Functions¶
def
deliveryFlags
()def
setDeliveryFlags
(flags)def
subjectId
()def
type
()
Detailed Description¶
-
class
PySide2.Qt3DCore.Qt3DCore.
QSceneChange
(type, subjectId)¶ - param type
ChangeFlag
- param subjectId
QNodeId
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
setDeliveryFlags()
-
PySide2.Qt3DCore.Qt3DCore.QSceneChange.
setDeliveryFlags
(flags)¶ - Parameters
flags –
DeliveryFlags
Sets the delivery flags of the change to
flags
.See also
deliveryFlags()
-
PySide2.Qt3DCore.Qt3DCore.QSceneChange.
subjectId
()¶ - Return type
QNodeId
Returns scene change subject id.
-
PySide2.Qt3DCore.Qt3DCore.QSceneChange.
type
()¶ - Return type
ChangeFlag
Returns the scene change type.
© 2018 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.