Qt3DCore.QNodeCreatedChangeBase¶
The
QNodeCreatedChangeBase
class is the base class for allNodeCreated
QSceneChange
events. More…

Inherited by: Qt3DRender.QFrameGraphNodeCreatedChangeBase
Synopsis¶
Functions¶
def
isNodeEnabled
()def
parentId
()
Detailed Description¶
The
QNodeCreatedChangeBase
class is the base class for allQSceneChange
events that have the changeType()NodeCreated
. You should not need to instantiate this class. Usually you should be using one of its subclasses such asQNodeCreatedChange
.You can subclass this to create your own node update types for communication between your
QNode
andQBackendNode
subclasses when writing your own aspects.
-
class
PySide2.Qt3DCore.Qt3DCore.
QNodeCreatedChangeBase
(node)¶ - param node
QNode
Constructs a new
QNodeCreatedChangeBase
withnode
.
-
PySide2.Qt3DCore.Qt3DCore.QNodeCreatedChangeBase.
isNodeEnabled
()¶ - Return type
bool
Returns node enabled.
-
PySide2.Qt3DCore.Qt3DCore.QNodeCreatedChangeBase.
parentId
()¶ - Return type
QNodeId
Returns parent id.