QSceneChange

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

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QSceneChange

Inherited by: QComponentAddedChange, QComponentRemovedChange, QDynamicPropertyUpdatedChange, QNodeCommand, QNodeCreatedChangeBase, QNodeDestroyedChange, QPropertyNodeAddedChange, QPropertyNodeRemovedChange, QPropertyUpdatedChange, QPropertyUpdatedChangeBase, QPropertyValueAddedChange, QPropertyValueAddedChangeBase, QPropertyValueRemovedChange, QPropertyValueRemovedChangeBase, QStaticPropertyUpdatedChangeBase, QStaticPropertyValueAddedChangeBase, QStaticPropertyValueRemovedChangeBase, QFrameGraphNodeCreatedChangeBase

Synopsis

Functions

Detailed Description

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

Note

This constructor is deprecated.

param type:

ChangeFlag

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new 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.

Constant

Description

Qt3DCore.QSceneChange.BackendNodes

Qt3DCore.QSceneChange.Nodes

Qt3DCore.QSceneChange.DeliverToAll

PySide2.Qt3DCore.Qt3DCore.QSceneChange.deliveryFlags()
Return type:

DeliveryFlags

Returns the set delivery flags.

PySide2.Qt3DCore.Qt3DCore.QSceneChange.setDeliveryFlags(flags)
Parameters:

flagsDeliveryFlags

Sets the delivery flags of the change to flags .

See also

deliveryFlags()

PySide2.Qt3DCore.Qt3DCore.QSceneChange.subjectId()
Return type:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Returns scene change subject id.

PySide2.Qt3DCore.Qt3DCore.QSceneChange.type()
Return type:

ChangeFlag

Returns the scene change type.