dial_core.node_editor.scene module

class dial_core.node_editor.scene.Scene[source]

Bases: object

The Scene class provides a data container for storing the Nodes that form a graph.

Variables:nodes – The list of nodes currently on the scene.
add_node(node)[source]

Adds a new node to the scene.

property nodes

Returns a list with all the nodes on the scene.

Return type:List[ForwardRef]