|
def | __init__ (self, session, title="", list=[], keys=None, selection=0, skin_name=[], windowTitle=None, allow_cancel=True, titlebartext=_("Input")) |
|
def | keyLeft (self) |
|
def | keyRight (self) |
|
def | up (self) |
|
def | down (self) |
|
def | keyNumberGlobal (self, number) |
|
def | go (self) |
|
def | goEntry (self, entry) |
|
def | goKey (self, key) |
|
def | keyRed (self) |
|
def | keyGreen (self) |
|
def | keyYellow (self) |
|
def | keyBlue (self) |
|
def | keyText (self) |
|
def | updateSummary (self, curpos=0) |
|
def | cancel (self) |
|
def | __init__ (self, session, parent=None, windowTitle=None) |
|
def | saveKeyboardMode (self) |
|
def | setKeyboardModeAscii (self) |
|
def | setKeyboardModeNone (self) |
|
def | restoreKeyboardMode (self) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | doClose (self, immediate=True) |
|
def | doCloseInternal (self) |
|
def | close (self, *retval) |
|
def | setFocus (self, o) |
|
def | show (self) |
|
def | hide (self) |
|
def | enable (self, do_show=True) |
|
def | disable (self) |
|
def | isEnabled (self) |
|
def | __repr__ (self) |
|
def | getRelatedScreen (self, name) |
|
def | setShowHideAnimation (self, animation_key) |
|
def | neverAnimate (self) |
|
def | canAnimate (self) |
|
def | ignoreSource (self, name) |
|
def | __init__ (self, windowTitle=None) |
|
def | createGUIScreen (self, parent, desktop, updateonly=False) |
|
def | deleteGUIScreen (self) |
|
def | close (self) |
|
def | createSummary (self) |
|
def | addSummary (self, summary) |
|
def | removeSummary (self, summary) |
|
def | setTitle (self, title) |
|
def | getTitle (self) |
|
def | setDesktop (self, desktop) |
|
def | applySkin (self) |
|
def | setZPosition (self, z) |
|
◆ __init__()
def Screens.ChoiceBox.ChoiceBox.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
title = "" , |
|
|
|
list = [] , |
|
|
|
keys = None , |
|
|
|
selection = 0 , |
|
|
|
skin_name = [] , |
|
|
|
windowTitle = None , |
|
|
|
allow_cancel = True , |
|
|
|
titlebartext = _("Input") |
|
) |
| |
◆ cancel()
def Screens.ChoiceBox.ChoiceBox.cancel |
( |
|
self | ) |
|
◆ down()
def Screens.ChoiceBox.ChoiceBox.down |
( |
|
self | ) |
|
◆ go()
def Screens.ChoiceBox.ChoiceBox.go |
( |
|
self | ) |
|
◆ goEntry()
def Screens.ChoiceBox.ChoiceBox.goEntry |
( |
|
self, |
|
|
|
entry |
|
) |
| |
◆ goKey()
def Screens.ChoiceBox.ChoiceBox.goKey |
( |
|
self, |
|
|
|
key |
|
) |
| |
◆ keyBlue()
def Screens.ChoiceBox.ChoiceBox.keyBlue |
( |
|
self | ) |
|
◆ keyGreen()
def Screens.ChoiceBox.ChoiceBox.keyGreen |
( |
|
self | ) |
|
◆ keyLeft()
def Screens.ChoiceBox.ChoiceBox.keyLeft |
( |
|
self | ) |
|
◆ keyNumberGlobal()
def Screens.ChoiceBox.ChoiceBox.keyNumberGlobal |
( |
|
self, |
|
|
|
number |
|
) |
| |
◆ keyRed()
def Screens.ChoiceBox.ChoiceBox.keyRed |
( |
|
self | ) |
|
◆ keyRight()
def Screens.ChoiceBox.ChoiceBox.keyRight |
( |
|
self | ) |
|
◆ keyText()
def Screens.ChoiceBox.ChoiceBox.keyText |
( |
|
self | ) |
|
◆ keyYellow()
def Screens.ChoiceBox.ChoiceBox.keyYellow |
( |
|
self | ) |
|
◆ up()
def Screens.ChoiceBox.ChoiceBox.up |
( |
|
self | ) |
|
◆ updateSummary()
def Screens.ChoiceBox.ChoiceBox.updateSummary |
( |
|
self, |
|
|
|
curpos = 0 |
|
) |
| |
◆ allow_cancel
Screens.ChoiceBox.ChoiceBox.allow_cancel |
◆ ALLOW_SUSPEND
◆ IS_DIALOG
bool Screens.ChoiceBox.ChoiceBox.IS_DIALOG = True |
|
static |
◆ keymap
Screens.ChoiceBox.ChoiceBox.keymap |
◆ list
Screens.ChoiceBox.ChoiceBox.list |
◆ skinName
Screens.ChoiceBox.ChoiceBox.skinName |
◆ summarylist
Screens.ChoiceBox.ChoiceBox.summarylist |
The documentation for this class was generated from the following file: