AttributesWidget

Inheritance diagram of rumbapy.AttributesWidget
class AttributesWidget(parent=None)

Base widget for the attributes views.

__init__(parent=None)
add_node_default(node)

Add the default widgets to display the node.

Parameters

node – The node to display in the attribute view (rumba.Node)

Returns

The plug widget (QtWidgets.QWidget)

add_plug_widget(plug, label=None)

Add a widget to display and control a plug.

Parameters
  • plug – The plug to display in the attribute view (rumba.Plug)

  • label – Override the default plug name (str)

Returns

The plug widget (QtWidgets.QWidget)

tool_bar()

Return the window tool bar (QtWidgets.QToolBar)