QBackendNode — PyQt Documentation v6.9.0 (original) (raw)
PyQt6.Qt3DCore.QBackendNode
Description¶
The base class for all Qt3D backend nodes.
Enums¶
Mode
The mode for the backend node.
Member | Value | Description |
---|---|---|
ReadOnly | TODO | TODO |
ReadWrite | TODO | TODO |
Methods¶
__init__(mode: Mode = ReadOnly)
TODO
isEnabled() → bool
Returns true
if the backend node is enabled.
mode() → Mode
Returns the mode of the backend mode.
peerId() → QNodeId
Returns the peer id of the backend node.
setEnabled(bool)
Enables or disables the backend node by enabled.
syncFromFrontEnd(QNode, bool)
QBackendNode::syncFromFrontEnd frontEnd firstTime
This is called by the aspect when a frontEnd node needs to synchronize it’s changes with the backend (normally due to property changes).
firstTime will be true if the backend node was just created