|
def | __init__ (self, list, enableWrapAround=False, content=eListboxPythonStringContent, mode=eListbox.layoutVertical, itemSize=0, itemWidth=0, itemHeight=0, margin=ePoint(0, 0), selectionZoom=1.0) |
|
def | getCurrent (self) |
|
def | postWidgetCreate (self, instance) |
|
def | preWidgetRemove (self, instance) |
|
def | selectionChanged (self) |
|
def | getSelectionIndex (self) |
|
def | getSelectedIndex (self) |
|
def | setList (self, list) |
|
def | moveToIndex (self, idx) |
|
def | pageUp (self) |
|
def | pageDown (self) |
|
def | up (self) |
|
def | down (self) |
|
def | selectionEnabled (self, enabled) |
|
def | currentPage (self) |
|
def | totalPages (self) |
|
def | itemWidth (self) |
|
def | itemHeight (self) |
|
def | produceHTML (self) |
|
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 | getSize (self) |
|
def | GUIcreate (self, parent) |
|
def | GUIdelete (self) |
|
def | createWidget (self, parent) |
|
◆ __init__()
def Components.MenuList.MenuList.__init__ |
( |
|
self, |
|
|
|
list, |
|
|
|
enableWrapAround = False , |
|
|
|
content = eListboxPythonStringContent , |
|
|
|
mode = eListbox.layoutVertical , |
|
|
|
itemSize = 0 , |
|
|
|
itemWidth = 0 , |
|
|
|
itemHeight = 0 , |
|
|
|
margin = ePoint(0,0) , |
|
|
|
selectionZoom = 1.0 |
|
) |
| |
◆ currentPage()
def Components.MenuList.MenuList.currentPage |
( |
|
self | ) |
|
◆ down()
def Components.MenuList.MenuList.down |
( |
|
self | ) |
|
◆ getCurrent()
def Components.MenuList.MenuList.getCurrent |
( |
|
self | ) |
|
◆ getSelectedIndex()
def Components.MenuList.MenuList.getSelectedIndex |
( |
|
self | ) |
|
◆ getSelectionIndex()
def Components.MenuList.MenuList.getSelectionIndex |
( |
|
self | ) |
|
◆ itemHeight()
def Components.MenuList.MenuList.itemHeight |
( |
|
self | ) |
|
◆ itemWidth()
def Components.MenuList.MenuList.itemWidth |
( |
|
self | ) |
|
◆ moveToIndex()
def Components.MenuList.MenuList.moveToIndex |
( |
|
self, |
|
|
|
idx |
|
) |
| |
◆ pageDown()
def Components.MenuList.MenuList.pageDown |
( |
|
self | ) |
|
◆ pageUp()
def Components.MenuList.MenuList.pageUp |
( |
|
self | ) |
|
◆ postWidgetCreate()
def Components.MenuList.MenuList.postWidgetCreate |
( |
|
self, |
|
|
|
instance |
|
) |
| |
◆ preWidgetRemove()
def Components.MenuList.MenuList.preWidgetRemove |
( |
|
self, |
|
|
|
instance |
|
) |
| |
◆ selectionChanged()
def Components.MenuList.MenuList.selectionChanged |
( |
|
self | ) |
|
◆ selectionEnabled()
def Components.MenuList.MenuList.selectionEnabled |
( |
|
self, |
|
|
|
enabled |
|
) |
| |
◆ setList()
def Components.MenuList.MenuList.setList |
( |
|
self, |
|
|
|
list |
|
) |
| |
◆ totalPages()
def Components.MenuList.MenuList.totalPages |
( |
|
self | ) |
|
◆ up()
def Components.MenuList.MenuList.up |
( |
|
self | ) |
|
◆ enableWrapAround
Components.MenuList.MenuList.enableWrapAround |
◆ GUI_WIDGET
Components.MenuList.MenuList.GUI_WIDGET = eListbox |
|
static |
Components.MenuList.MenuList.l |
◆ list
Components.MenuList.MenuList.list |
◆ onSelectionChanged
Components.MenuList.MenuList.onSelectionChanged |
◆ selectionChanged_conn
Components.MenuList.MenuList.selectionChanged_conn |
The documentation for this class was generated from the following file: