MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / unselectAll

Method unselectAll

gui/display.py:178–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 return lastFound
177
178 def unselectAll(self):
179 sel = self.GetFirstSelected()
180 while sel != -1:
181 self.Select(sel, False)
182 sel = self.GetNextSelected(sel)
183
184 def selectAll(self):
185 for row in range(self.GetItemCount()):

Callers 15

ensureSelectionMethod · 0.95
populateMethod · 0.80
OnButtonAddMethod · 0.80
OnButtonRemoveMethod · 0.80
OnFromListDclickMethod · 0.80
OnToListDclickMethod · 0.80
populateMethod · 0.80
startDragMethod · 0.80
kbEventMethod · 0.80
startDragMethod · 0.80
kbEventMethod · 0.80
fitChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected