vi.widgets.hierarchy

Module Contents

Classes

HierarchyWidget

A Hierarchy is a Tree without leaf distiction!

class vi.widgets.hierarchy.HierarchyWidget(*args, **kwargs)

Bases: vi.widgets.tree.TreeWidget

A Hierarchy is a Tree without leaf distiction!

leafWidget
reloadData(self)

Reload the data were displaying.

reloadListWidget(self)
toggleListView(self)
setListView(self, visible=False)
showListView(self)
hideListView(self)
onSelectionChanged(self, widget, selection, *args, **kwargs)
static canHandle(moduleName, moduleInfo)