AttributesWidget

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

Bases: PySide.QtGui.QWidget

Base widget for the attributes views.

Constructors

__init__ x.__init__(…) initializes x; see help(type(x)) for signature
__init__(parent=None)

x.__init__(…) initializes x; see help(type(x)) for signature

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 (QtGui.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 (QtGui.QWidget)

tool_bar()

Return the window tool bar (QtGui.QToolBar)