enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, list, enableWrapAround=False) |
Public Member Functions inherited from Components.MenuList.MenuList | |
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) |
Public Member Functions inherited from Components.HTMLComponent.HTMLComponent | |
def | produceHTML (self) |
Public Member Functions inherited from Components.GUIComponent.GUIComponent | |
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) |
Static Public Member Functions | |
def | itemHeight () |
Static Public Attributes | |
string | COMPONENT_VIRTUAL_KEYBOARD_LIST = "VirtualKeyBoardList" |
Static Public Attributes inherited from Components.MenuList.MenuList | |
GUI_WIDGET = eListbox | |
Additional Inherited Members | |
Public Attributes inherited from Components.MenuList.MenuList | |
list | |
l | |
onSelectionChanged | |
enableWrapAround | |
selectionChanged_conn | |
Public Attributes inherited from Components.GUIComponent.GUIComponent | |
instance | |
onVisibilityChange | |
skinAttributes | |
deprecationInfo | |
width | |
height | |
Properties inherited from Components.GUIComponent.GUIComponent | |
visible = property(getVisible, setVisible) | |
position = property(getPosition, setPosition) | |
def Screens.VirtualKeyBoard.VirtualKeyBoardList.__init__ | ( | self, | |
list, | |||
enableWrapAround = False |
|||
) |
|
static |
|
static |