vi.widgets.hierarchy

Module Contents

Classes

HierarchyWidget

A Hierarchy is a Tree without leaf distinction!

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

Bases: vi.widgets.tree.TreeWidget

A Hierarchy is a Tree without leaf distinction!

leafWidget
getActions()

Returns a list of actions that are being set for the ActionBar. Override this to provide additional actions.

reloadData()

Reload the data were displaying.

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