QNodeCreatedChangeBase

PyQt5.Qt3DCore.QNodeCreatedChangeBase

Inherits from QSceneChange.

Inherited by QClipBlendNodeCreatedChangeBase, QPhysicalDeviceCreatedChangeBase.

Description

The QNodeCreatedChangeBase class is the base class for all NodeCreated QSceneChange events.

The QNodeCreatedChangeBase class is the base class for all QSceneChange events that have the changeType() NodeCreated. You should not need to instantiate this class. Usually you should be using one of its subclasses such as QNodeCreatedChange.

You can subclass this to create your own node update types for communication between your QNode and QBackendNode subclasses when writing your own aspects.

Methods

__init__(QNode)

Constructs a new QNodeCreatedChangeBase with node.


isNodeEnabled() → bool

Returns node enabled.


metaObject() → QMetaObject

Returns metaobject.


parentId() → QNodeId

Returns parent id.