|
def | __init__ (self, session, title=_("Virtual KeyBoard Text:"), text="", maxSize=False, visible_width=False, type=Input.TEXT, currPos=None, allMarked=False, style=VKB_ENTER_ICON, windowTitle=None) |
|
def | arabic (self, base) |
|
def | belgian (self, base) |
|
def | dutch (self, base) |
|
def | estonian (self, base) |
|
def | frenchSwiss (self, base) |
|
def | germanSwiss (self, base) |
|
def | hungarian (self, base) |
|
def | latvianQWERTY (self, base) |
|
def | latvianStandard (self, base) |
|
def | lithuanian (self, base) |
|
def | norwegian (self, base) |
|
def | persian (self, base) |
|
def | polish (self, base) |
|
def | polishProgrammers (self, base) |
|
def | slovak (self, base) |
|
def | ukranian (self, base) |
|
def | ukranianEnhanced (self, base) |
|
def | unitedKingdom (self, base) |
|
def | smsGotChar (self) |
|
def | setLocale (self) |
|
def | buildVirtualKeyBoard (self) |
|
def | virtualKeyBoardEntryComponent (self, keys) |
|
def | markSelectedKey (self) |
|
def | findStartAndWidth (self, key) |
|
def | processSelect (self) |
|
def | cancel (self) |
|
def | save (self) |
|
def | localeMenu (self) |
|
def | localeMenuCallback (self, choice) |
|
def | shiftSelected (self) |
|
def | capsLockSelected (self) |
|
def | shiftCommon (self) |
|
def | shiftRestore (self) |
|
def | keyToggleOW (self) |
|
def | backSelected (self) |
|
def | forwardSelected (self) |
|
def | eraseAll (self) |
|
def | cursorFirst (self) |
|
def | cursorLeft (self) |
|
def | cursorRight (self) |
|
def | cursorLast (self) |
|
def | up (self) |
|
def | left (self) |
|
def | right (self) |
|
def | down (self) |
|
def | keyNumberGlobal (self, number) |
|
def | keyGotAscii (self) |
|
def | selectAsciiKey (self, char) |
|
def | space (self) |
|
def | __init__ (self, session, parent=None, mandatoryWidgets=None) |
|
def | __repr__ (self) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | doClose (self) |
|
def | close (self, *retval) |
|
def | show (self) |
|
def | hide (self) |
|
def | isAlreadyShown (self) |
|
def | isStandAlone (self) |
|
def | getScreenPath (self) |
|
def | setTitle (self, title, showPath=True) |
|
def | getTitle (self) |
|
def | setFocus (self, o) |
|
def | setKeyboardModeNone (self) |
|
def | setKeyboardModeAscii (self) |
|
def | restoreKeyboardMode (self) |
|
def | saveKeyboardMode (self) |
|
def | setDesktop (self, desktop) |
|
def | setAnimationMode (self, mode) |
|
def | getRelatedScreen (self, name) |
|
def | callLater (self, function) |
|
def | applySkin (self) |
|
def | createGUIScreen (self, parent, desktop, updateonly=False) |
|
def | deleteGUIScreen (self) |
|
def | createSummary (self) |
|
def | addSummary (self, summary) |
|
def | removeSummary (self, summary) |
|
◆ __init__()
def Screens.VirtualKeyBoard.VirtualKeyBoard.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
title = _("Virtual KeyBoard Text:") , |
|
|
|
text = "" , |
|
|
|
maxSize = False , |
|
|
|
visible_width = False , |
|
|
|
type = Input.TEXT , |
|
|
|
currPos = None , |
|
|
|
allMarked = False , |
|
|
|
style = VKB_ENTER_ICON , |
|
|
|
windowTitle = None |
|
) |
| |
◆ arabic()
def Screens.VirtualKeyBoard.VirtualKeyBoard.arabic |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ backSelected()
def Screens.VirtualKeyBoard.VirtualKeyBoard.backSelected |
( |
|
self | ) |
|
◆ belgian()
def Screens.VirtualKeyBoard.VirtualKeyBoard.belgian |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ buildVirtualKeyBoard()
def Screens.VirtualKeyBoard.VirtualKeyBoard.buildVirtualKeyBoard |
( |
|
self | ) |
|
◆ cancel()
def Screens.VirtualKeyBoard.VirtualKeyBoard.cancel |
( |
|
self | ) |
|
◆ capsLockSelected()
def Screens.VirtualKeyBoard.VirtualKeyBoard.capsLockSelected |
( |
|
self | ) |
|
◆ cursorFirst()
def Screens.VirtualKeyBoard.VirtualKeyBoard.cursorFirst |
( |
|
self | ) |
|
◆ cursorLast()
def Screens.VirtualKeyBoard.VirtualKeyBoard.cursorLast |
( |
|
self | ) |
|
◆ cursorLeft()
def Screens.VirtualKeyBoard.VirtualKeyBoard.cursorLeft |
( |
|
self | ) |
|
◆ cursorRight()
def Screens.VirtualKeyBoard.VirtualKeyBoard.cursorRight |
( |
|
self | ) |
|
◆ down()
def Screens.VirtualKeyBoard.VirtualKeyBoard.down |
( |
|
self | ) |
|
◆ dutch()
def Screens.VirtualKeyBoard.VirtualKeyBoard.dutch |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ eraseAll()
def Screens.VirtualKeyBoard.VirtualKeyBoard.eraseAll |
( |
|
self | ) |
|
◆ estonian()
def Screens.VirtualKeyBoard.VirtualKeyBoard.estonian |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ findStartAndWidth()
def Screens.VirtualKeyBoard.VirtualKeyBoard.findStartAndWidth |
( |
|
self, |
|
|
|
key |
|
) |
| |
◆ forwardSelected()
def Screens.VirtualKeyBoard.VirtualKeyBoard.forwardSelected |
( |
|
self | ) |
|
◆ frenchSwiss()
def Screens.VirtualKeyBoard.VirtualKeyBoard.frenchSwiss |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ germanSwiss()
def Screens.VirtualKeyBoard.VirtualKeyBoard.germanSwiss |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ hungarian()
def Screens.VirtualKeyBoard.VirtualKeyBoard.hungarian |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ keyGotAscii()
def Screens.VirtualKeyBoard.VirtualKeyBoard.keyGotAscii |
( |
|
self | ) |
|
◆ keyNumberGlobal()
def Screens.VirtualKeyBoard.VirtualKeyBoard.keyNumberGlobal |
( |
|
self, |
|
|
|
number |
|
) |
| |
◆ keyToggleOW()
def Screens.VirtualKeyBoard.VirtualKeyBoard.keyToggleOW |
( |
|
self | ) |
|
◆ latvianQWERTY()
def Screens.VirtualKeyBoard.VirtualKeyBoard.latvianQWERTY |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ latvianStandard()
def Screens.VirtualKeyBoard.VirtualKeyBoard.latvianStandard |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ left()
def Screens.VirtualKeyBoard.VirtualKeyBoard.left |
( |
|
self | ) |
|
◆ lithuanian()
def Screens.VirtualKeyBoard.VirtualKeyBoard.lithuanian |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ localeMenu()
def Screens.VirtualKeyBoard.VirtualKeyBoard.localeMenu |
( |
|
self | ) |
|
◆ localeMenuCallback()
def Screens.VirtualKeyBoard.VirtualKeyBoard.localeMenuCallback |
( |
|
self, |
|
|
|
choice |
|
) |
| |
◆ markSelectedKey()
def Screens.VirtualKeyBoard.VirtualKeyBoard.markSelectedKey |
( |
|
self | ) |
|
◆ norwegian()
def Screens.VirtualKeyBoard.VirtualKeyBoard.norwegian |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ persian()
def Screens.VirtualKeyBoard.VirtualKeyBoard.persian |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ polish()
def Screens.VirtualKeyBoard.VirtualKeyBoard.polish |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ polishProgrammers()
def Screens.VirtualKeyBoard.VirtualKeyBoard.polishProgrammers |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ processSelect()
def Screens.VirtualKeyBoard.VirtualKeyBoard.processSelect |
( |
|
self | ) |
|
◆ right()
def Screens.VirtualKeyBoard.VirtualKeyBoard.right |
( |
|
self | ) |
|
◆ save()
def Screens.VirtualKeyBoard.VirtualKeyBoard.save |
( |
|
self | ) |
|
◆ selectAsciiKey()
def Screens.VirtualKeyBoard.VirtualKeyBoard.selectAsciiKey |
( |
|
self, |
|
|
|
char |
|
) |
| |
◆ setLocale()
def Screens.VirtualKeyBoard.VirtualKeyBoard.setLocale |
( |
|
self | ) |
|
◆ shiftCommon()
def Screens.VirtualKeyBoard.VirtualKeyBoard.shiftCommon |
( |
|
self | ) |
|
◆ shiftRestore()
def Screens.VirtualKeyBoard.VirtualKeyBoard.shiftRestore |
( |
|
self | ) |
|
◆ shiftSelected()
def Screens.VirtualKeyBoard.VirtualKeyBoard.shiftSelected |
( |
|
self | ) |
|
◆ slovak()
def Screens.VirtualKeyBoard.VirtualKeyBoard.slovak |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ smsGotChar()
def Screens.VirtualKeyBoard.VirtualKeyBoard.smsGotChar |
( |
|
self | ) |
|
◆ space()
def Screens.VirtualKeyBoard.VirtualKeyBoard.space |
( |
|
self | ) |
|
◆ ukranian()
def Screens.VirtualKeyBoard.VirtualKeyBoard.ukranian |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ ukranianEnhanced()
def Screens.VirtualKeyBoard.VirtualKeyBoard.ukranianEnhanced |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ unitedKingdom()
def Screens.VirtualKeyBoard.VirtualKeyBoard.unitedKingdom |
( |
|
self, |
|
|
|
base |
|
) |
| |
◆ up()
def Screens.VirtualKeyBoard.VirtualKeyBoard.up |
( |
|
self | ) |
|
◆ virtualKeyBoardEntryComponent()
def Screens.VirtualKeyBoard.VirtualKeyBoard.virtualKeyBoardEntryComponent |
( |
|
self, |
|
|
|
keys |
|
) |
| |
◆ alignment
Screens.VirtualKeyBoard.VirtualKeyBoard.alignment |
◆ bg
Screens.VirtualKeyBoard.VirtualKeyBoard.bg |
◆ bg_l
Screens.VirtualKeyBoard.VirtualKeyBoard.bg_l |
◆ bg_m
Screens.VirtualKeyBoard.VirtualKeyBoard.bg_m |
◆ bg_r
Screens.VirtualKeyBoard.VirtualKeyBoard.bg_r |
◆ cmds
Screens.VirtualKeyBoard.VirtualKeyBoard.cmds |
◆ czech
Screens.VirtualKeyBoard.VirtualKeyBoard.czech |
◆ english
Screens.VirtualKeyBoard.VirtualKeyBoard.english |
◆ footer
Screens.VirtualKeyBoard.VirtualKeyBoard.footer |
◆ french
Screens.VirtualKeyBoard.VirtualKeyBoard.french |
◆ german
Screens.VirtualKeyBoard.VirtualKeyBoard.german |
◆ greek
Screens.VirtualKeyBoard.VirtualKeyBoard.greek |
◆ green
Screens.VirtualKeyBoard.VirtualKeyBoard.green |
◆ height
Screens.VirtualKeyBoard.VirtualKeyBoard.height |
◆ index
Screens.VirtualKeyBoard.VirtualKeyBoard.index |
◆ keyboardHeight
Screens.VirtualKeyBoard.VirtualKeyBoard.keyboardHeight |
◆ keyboardWidth
Screens.VirtualKeyBoard.VirtualKeyBoard.keyboardWidth |
◆ keyHighlights
Screens.VirtualKeyBoard.VirtualKeyBoard.keyHighlights |
◆ keyImages
Screens.VirtualKeyBoard.VirtualKeyBoard.keyImages |
◆ keyList
Screens.VirtualKeyBoard.VirtualKeyBoard.keyList |
◆ lang
Screens.VirtualKeyBoard.VirtualKeyBoard.lang |
◆ language
Screens.VirtualKeyBoard.VirtualKeyBoard.language |
◆ latvian
Screens.VirtualKeyBoard.VirtualKeyBoard.latvian |
◆ list
Screens.VirtualKeyBoard.VirtualKeyBoard.list |
◆ locales
Screens.VirtualKeyBoard.VirtualKeyBoard.locales |
◆ location
Screens.VirtualKeyBoard.VirtualKeyBoard.location |
◆ maxKey
Screens.VirtualKeyBoard.VirtualKeyBoard.maxKey |
◆ overwrite
Screens.VirtualKeyBoard.VirtualKeyBoard.overwrite |
◆ padding
Screens.VirtualKeyBoard.VirtualKeyBoard.padding |
◆ previousSelectedKey
Screens.VirtualKeyBoard.VirtualKeyBoard.previousSelectedKey |
◆ russian
Screens.VirtualKeyBoard.VirtualKeyBoard.russian |
◆ scandinavian
Screens.VirtualKeyBoard.VirtualKeyBoard.scandinavian |
◆ sel_l
Screens.VirtualKeyBoard.VirtualKeyBoard.sel_l |
◆ sel_m
Screens.VirtualKeyBoard.VirtualKeyBoard.sel_m |
◆ sel_r
Screens.VirtualKeyBoard.VirtualKeyBoard.sel_r |
◆ selectedKey
Screens.VirtualKeyBoard.VirtualKeyBoard.selectedKey |
◆ shiftColors
Screens.VirtualKeyBoard.VirtualKeyBoard.shiftColors |
◆ shiftHold
Screens.VirtualKeyBoard.VirtualKeyBoard.shiftHold |
◆ shiftLevel
Screens.VirtualKeyBoard.VirtualKeyBoard.shiftLevel |
◆ shiftLevels
Screens.VirtualKeyBoard.VirtualKeyBoard.shiftLevels |
◆ shiftMsgs
Screens.VirtualKeyBoard.VirtualKeyBoard.shiftMsgs |
◆ sms
Screens.VirtualKeyBoard.VirtualKeyBoard.sms |
◆ smsChar
Screens.VirtualKeyBoard.VirtualKeyBoard.smsChar |
◆ spanish
Screens.VirtualKeyBoard.VirtualKeyBoard.spanish |
◆ thai
Screens.VirtualKeyBoard.VirtualKeyBoard.thai |
◆ width
Screens.VirtualKeyBoard.VirtualKeyBoard.width |
The documentation for this class was generated from the following file: