Package virtualBuffers :: Class ElementsListDialog
[hide private]
[frames] | no frames]

Class ElementsListDialog

source code

wx.Dialog --+
            |
           ElementsListDialog

Instance Methods [hide private]
 
__init__(self, vbuf) source code
 
onElementTypeChange(self, evt) source code
 
initElementType(self, elType) source code
 
filter(self, filterText, newElementType=False) source code
 
_getControlFieldAttrib(self, info, attrib) source code
 
getElementText(self, elInfo, elType) source code
 
isChildElement(self, elType, parent, child) source code
 
onTreeSetFocus(self, evt) source code
 
onTreeChar(self, evt) source code
 
_clearSearchText(self) source code
 
search(self, searchText) source code
 
_iterReachableTreeItemsFromItem(self, item) source code
 
onFilterEditTextChange(self, evt) source code
 
onAction(self, activate) source code
 
_reportElement(self, element) source code
Class Variables [hide private]
  ELEMENT_TYPES = "link", _("Lin&ks"), ("heading", _("&Headings"...
  Element = collections.namedtuple("Element", ("textInfo", "text...
Class Variable Details [hide private]

ELEMENT_TYPES

Value:
"link", _("Lin&ks"), ("heading", _("&Headings")), ("landmark", _("Lan&\
dmarks")),

Element

Value:
collections.namedtuple("Element", ("textInfo", "text", "parent"))