enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Screens.VirtualKeyBoard.VirtualKeyBoard Class Reference
Inheritance diagram for Screens.VirtualKeyBoard.VirtualKeyBoard:
Screens.Screen.Screen Tools.NumericalTextInput.NumericalTextInput Components.GUISkin.GUISkin

Public Member Functions

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)
 
- Public Member Functions inherited from Screens.Screen.Screen
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)
 
- Public Member Functions inherited from Components.GUISkin.GUISkin
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)
 
- Public Member Functions inherited from Tools.NumericalTextInput.NumericalTextInput
def setUseableChars (self, useable)
 
def getKey (self, num)
 
def nextKey (self)
 
def nextChar (self)
 
def timeout (self)
 

Public Attributes

 keys_list
 
 shiftkeys_list
 
 lang
 
 nextLang
 
 shiftMode
 
 text
 
 selectedKey
 
 editing
 
 k_list
 
 lines
 
 max_key
 
- Public Attributes inherited from Screens.Screen.Screen
 skinName
 
 session
 
 parent
 
 onClose
 
 onFirstExecBegin
 
 onExecBegin
 
 onShown
 
 onShow
 
 onHide
 
 onExecEnd
 
 onHideFinished
 
 execing
 
 shown
 
 already_shown
 
 renderer
 
 helpList
 
 close_on_next_exec
 
 stand_alone
 
 keyboardMode
 
 active_components
 
 persisted_members
 
- Public Attributes inherited from Components.GUISkin.GUISkin
 onLayoutFinish
 
 summaries
 
 instance
 
 desktop
 
 scale
 
- Public Attributes inherited from Tools.NumericalTextInput.NumericalTextInput
 mapping
 
 lang
 
 useableChars
 
 nextFunction
 
 timer
 
 timer_conn
 
 lastKey
 
 pos
 

Static Public Attributes

bool IS_DIALOG = True
 
int LINESIZE = 12
 
- Static Public Attributes inherited from Screens.Screen.Screen
int SUSPEND_NONE = 0
 
int SUSPEND_STOPS = 1
 
int SUSPEND_PAUSES = 2
 
int ALLOW_SUSPEND = SUSPEND_NONE
 
- Static Public Attributes inherited from Components.GUISkin.GUISkin
bool IS_DIALOG = False
 

Additional Inherited Members

- Properties inherited from Components.GUISkin.GUISkin
 title = property(getTitle, setTitle)
 

Constructor & Destructor Documentation

◆ __init__()

def Screens.VirtualKeyBoard.VirtualKeyBoard.__init__ (   self,
  session,
  title = "",
  text = "" 
)

Reimplemented from Screens.Screen.Screen.

Member Function Documentation

◆ 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)

Member Data Documentation

◆ 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: