

Public Member Functions | |
| def | __init__ |
| def | setRootItem |
| def | setview |
| def | changePanel |
Public Attributes | |
| panels | |
| rootItem | |
A BoxManager manages a collection of widget
Each widget is associated to an item
A widget is displayed when the associated item is selected
To get the associated widget : item.box(self)
Definition at line 23 of file BoxManager.py.
| def gui.BoxManager.BoxManager.changePanel | ( | self, | |
| item | |||
| ) |
Definition at line 45 of file BoxManager.py.
References gui.BoxManager.BoxManager.panels.
Referenced by gui.BoxManager.BoxManager.setview().
| def gui.BoxManager.BoxManager.setRootItem | ( | self, | |
| rootItem | |||
| ) |
Definition at line 33 of file BoxManager.py.
| def gui.BoxManager.BoxManager.setview | ( | self, | |
| item | |||
| ) |
Definition at line 37 of file BoxManager.py.
References gui.BoxManager.BoxManager.changePanel(), and gui.BoxManager.BoxManager.panels.
| gui.BoxManager.BoxManager.panels |
Definition at line 31 of file BoxManager.py.
Referenced by gui.BoxManager.BoxManager.changePanel(), gui.cataitems.Obj.panel(), gui.Items.ItemComposedNode.panel(), gui.Items.ItemPort.panel(), gui.Items.ItemNode.panel(), gui.BoxManager.BoxManager.setview(), and gui.PanelManager.PanelManager.setview().
| gui.BoxManager.BoxManager.rootItem |
Definition at line 34 of file BoxManager.py.