|
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, 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.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 | ) |
|
◆ IS_DIALOG
bool Screens.InputBox.InputBox.IS_DIALOG = True |
|
static |
The documentation for this class was generated from the following file: