spark.graph_editor.ui.graph_panel#

Attributes#

Classes#

GraphPanel

Container for the NodeGraphQt object.

Module Contents#

spark.graph_editor.ui.graph_panel.CDockWidget[source]#
class spark.graph_editor.ui.graph_panel.GraphPanel(**kwargs)[source]#

Bases: CDockWidget

Container for the NodeGraphQt object.

broadcast_message[source]#
onWidgetUpdate[source]#
graph[source]#
delete_selected()[source]#
Return type:

None

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