|
| def | __init__ (self, list=None, enableWrapAround=False) |
| |
| def | addSelection (self, description, value, index, selected=True) |
| |
| def | toggleSelection (self) |
| |
| def | getSelectionsList (self) |
| |
| def | toggleAllSelection (self) |
| |
| def | removeSelection (self, selection) |
| |
| def | toggleItemSelection (self, selection) |
| |
| def | sort (self, sortType=False, flag=False) |
| |
| def | __init__ (self) |
| |
| def | execBegin (self) |
| |
| def | execEnd (self) |
| |
| def | onShow (self) |
| |
| def | onHide (self) |
| |
| def | destroy (self) |
| |
| def | applySkin (self, desktop, parent) |
| |
| def | move (self, x, y=None) |
| |
| def | resize (self, x, y=None) |
| |
| def | setZPosition (self, z) |
| |
| def | show (self) |
| |
| def | hide (self) |
| |
| def | getVisible (self) |
| |
| def | setVisible (self, visible) |
| |
| def | setPosition (self, x, y) |
| |
| def | getPosition (self) |
| |
| def | getWidth (self) |
| |
| def | getHeight (self) |
| |
| def | GUIcreate (self, parent) |
| |
| def | GUIdelete (self) |
| |
| def | createWidget (self, parent) |
| |
◆ __init__()
| def Components.SelectionList.SelectionList.__init__ |
( |
|
self, |
|
|
|
list = None, |
|
|
|
enableWrapAround = False |
|
) |
| |
◆ addSelection()
| def Components.SelectionList.SelectionList.addSelection |
( |
|
self, |
|
|
|
description, |
|
|
|
value, |
|
|
|
index, |
|
|
|
selected = True |
|
) |
| |
◆ getSelectionsList()
| def Components.SelectionList.SelectionList.getSelectionsList |
( |
|
self | ) |
|
◆ removeSelection()
| def Components.SelectionList.SelectionList.removeSelection |
( |
|
self, |
|
|
|
selection |
|
) |
| |
◆ sort()
| def Components.SelectionList.SelectionList.sort |
( |
|
self, |
|
|
|
sortType = False, |
|
|
|
flag = False |
|
) |
| |
◆ toggleAllSelection()
| def Components.SelectionList.SelectionList.toggleAllSelection |
( |
|
self | ) |
|
◆ toggleItemSelection()
| def Components.SelectionList.SelectionList.toggleItemSelection |
( |
|
self, |
|
|
|
selection |
|
) |
| |
◆ toggleSelection()
| def Components.SelectionList.SelectionList.toggleSelection |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: