|
def | __init__ (self, session, title="", text="") |
|
def | switchLang (self) |
|
def | setLang (self) |
|
def | buildVirtualKeyBoard (self, selectedKey=0) |
|
def | backClicked (self) |
|
def | okClicked (self) |
|
def | ok (self) |
|
def | exit (self) |
|
def | left (self) |
|
def | right (self) |
|
def | up (self) |
|
def | down (self) |
|
def | showActiveKey (self) |
|
def | inShiftKeyList (self, key) |
|
def | keyGotAscii (self) |
|
def | keyNumberGlobal (self, number) |
|
def | nextFunc (self) |
|
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) |
|
def | setUseableChars (self, useable) |
|
def | getKey (self, num) |
|
def | nextKey (self) |
|
def | nextChar (self) |
|
def | timeout (self) |
|
◆ __init__()
def Screens.VirtualKeyBoard.VirtualKeyBoard.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
title = "" , |
|
|
|
text = "" |
|
) |
| |
◆ backClicked()
def Screens.VirtualKeyBoard.VirtualKeyBoard.backClicked |
( |
|
self | ) |
|
◆ buildVirtualKeyBoard()
def Screens.VirtualKeyBoard.VirtualKeyBoard.buildVirtualKeyBoard |
( |
|
self, |
|
|
|
selectedKey = 0 |
|
) |
| |
◆ down()
def Screens.VirtualKeyBoard.VirtualKeyBoard.down |
( |
|
self | ) |
|
◆ exit()
def Screens.VirtualKeyBoard.VirtualKeyBoard.exit |
( |
|
self | ) |
|
◆ inShiftKeyList()
def Screens.VirtualKeyBoard.VirtualKeyBoard.inShiftKeyList |
( |
|
self, |
|
|
|
key |
|
) |
| |
◆ keyGotAscii()
def Screens.VirtualKeyBoard.VirtualKeyBoard.keyGotAscii |
( |
|
self | ) |
|
◆ keyNumberGlobal()
def Screens.VirtualKeyBoard.VirtualKeyBoard.keyNumberGlobal |
( |
|
self, |
|
|
|
number |
|
) |
| |
◆ left()
def Screens.VirtualKeyBoard.VirtualKeyBoard.left |
( |
|
self | ) |
|
◆ nextFunc()
def Screens.VirtualKeyBoard.VirtualKeyBoard.nextFunc |
( |
|
self | ) |
|
◆ ok()
def Screens.VirtualKeyBoard.VirtualKeyBoard.ok |
( |
|
self | ) |
|
◆ okClicked()
def Screens.VirtualKeyBoard.VirtualKeyBoard.okClicked |
( |
|
self | ) |
|
◆ right()
def Screens.VirtualKeyBoard.VirtualKeyBoard.right |
( |
|
self | ) |
|
◆ setLang()
def Screens.VirtualKeyBoard.VirtualKeyBoard.setLang |
( |
|
self | ) |
|
◆ showActiveKey()
def Screens.VirtualKeyBoard.VirtualKeyBoard.showActiveKey |
( |
|
self | ) |
|
◆ switchLang()
def Screens.VirtualKeyBoard.VirtualKeyBoard.switchLang |
( |
|
self | ) |
|
◆ up()
def Screens.VirtualKeyBoard.VirtualKeyBoard.up |
( |
|
self | ) |
|
◆ editing
Screens.VirtualKeyBoard.VirtualKeyBoard.editing |
◆ IS_DIALOG
bool Screens.VirtualKeyBoard.VirtualKeyBoard.IS_DIALOG = True |
|
static |
◆ k_list
Screens.VirtualKeyBoard.VirtualKeyBoard.k_list |
◆ keys_list
Screens.VirtualKeyBoard.VirtualKeyBoard.keys_list |
◆ lang
Screens.VirtualKeyBoard.VirtualKeyBoard.lang |
◆ lines
Screens.VirtualKeyBoard.VirtualKeyBoard.lines |
◆ LINESIZE
int Screens.VirtualKeyBoard.VirtualKeyBoard.LINESIZE = 12 |
|
static |
◆ max_key
Screens.VirtualKeyBoard.VirtualKeyBoard.max_key |
◆ nextLang
Screens.VirtualKeyBoard.VirtualKeyBoard.nextLang |
◆ selectedKey
Screens.VirtualKeyBoard.VirtualKeyBoard.selectedKey |
◆ shiftkeys_list
Screens.VirtualKeyBoard.VirtualKeyBoard.shiftkeys_list |
◆ shiftMode
Screens.VirtualKeyBoard.VirtualKeyBoard.shiftMode |
◆ text
Screens.VirtualKeyBoard.VirtualKeyBoard.text |
The documentation for this class was generated from the following file: