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.