|
def | __init__ (self, session, title="", windowTitle=_("Input"), useableChars=None, **kwargs) |
|
def | gotAsciiCode (self) |
|
def | keyLeft (self) |
|
def | keyRight (self) |
|
def | keyNumberGlobal (self, number) |
|
def | keyDelete (self) |
|
def | go (self) |
|
def | cancel (self) |
|
def | keyHome (self) |
|
def | keyEnd (self) |
|
def | keyBackspace (self) |
|
def | keyTab (self) |
|
def | keyInsert (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.InputBox.InputBox.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
title = "" , |
|
|
|
windowTitle = _("Input") , |
|
|
|
useableChars = None , |
|
|
** |
kwargs |
|
) |
| |
◆ cancel()
def Screens.InputBox.InputBox.cancel |
( |
|
self | ) |
|
◆ go()
def Screens.InputBox.InputBox.go |
( |
|
self | ) |
|
◆ gotAsciiCode()
def Screens.InputBox.InputBox.gotAsciiCode |
( |
|
self | ) |
|
◆ keyBackspace()
def Screens.InputBox.InputBox.keyBackspace |
( |
|
self | ) |
|
◆ keyDelete()
def Screens.InputBox.InputBox.keyDelete |
( |
|
self | ) |
|
◆ keyEnd()
def Screens.InputBox.InputBox.keyEnd |
( |
|
self | ) |
|
◆ keyHome()
def Screens.InputBox.InputBox.keyHome |
( |
|
self | ) |
|
◆ keyInsert()
def Screens.InputBox.InputBox.keyInsert |
( |
|
self | ) |
|
◆ keyLeft()
def Screens.InputBox.InputBox.keyLeft |
( |
|
self | ) |
|
◆ keyNumberGlobal()
def Screens.InputBox.InputBox.keyNumberGlobal |
( |
|
self, |
|
|
|
number |
|
) |
| |
◆ keyRight()
def Screens.InputBox.InputBox.keyRight |
( |
|
self | ) |
|
◆ keyTab()
def Screens.InputBox.InputBox.keyTab |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: