spark.graph_editor.ui.graph_panel#
Attributes#
Classes#
Container for the NodeGraphQt object. |
Module Contents#
- class spark.graph_editor.ui.graph_panel.GraphPanel(**kwargs)[source]#
Bases:
CDockWidgetContainer for the NodeGraphQt object.
- maybe_create_node(*args, nodegraph_cls)[source]#
Prompts the user for a node name using a dialog and then creates the node.
- Input:
id: str, node class id of the node to create.
- Parameters:
nodegraph_cls (spark.graph_editor.models.nodes.AbstractNode)
- Return type:
None