Home ⌂Doc Index ◂Up ▴

eric6.E5Gui.E5TreeView

Module implementing specialized tree views.

Global Attributes

None

Classes

E5TreeView Class implementing a tree view supporting removal of entries.

Functions

None


E5TreeView

Class implementing a tree view supporting removal of entries.

Derived from

QTreeView

Class Attributes

None

Class Methods

None

Methods

keyPressEvent Protected method implementing special key handling.
removeAll Public method to clear the view.
removeSelected Public method to remove the selected entries.

Static Methods

None

E5TreeView.keyPressEvent

keyPressEvent(evt)

Protected method implementing special key handling.

evt
reference to the event (QKeyEvent)

E5TreeView.removeAll

removeAll()

Public method to clear the view.

E5TreeView.removeSelected

removeSelected()

Public method to remove the selected entries.

Up



Home ⌂Doc Index ◂Up ▴