graph_panel#

Attributes#

Classes#

GraphPanel

Container for the NodeGraphQt object.

Module Contents#

graph_panel.CDockWidget#
class graph_panel.GraphPanel(parent=None, **kwargs)#

Bases: CDockWidget

Container for the NodeGraphQt object.

broadcast_message#
onWidgetUpdate#
graph#
delete_selected()#
Return type:

None

maybe_create_node(*args, nodegraph_cls)#

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