enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Screens.InputDeviceSetup.InputDeviceSetup Class Reference
Inheritance diagram for Screens.InputDeviceSetup.InputDeviceSetup:
Screens.Screen.Screen Components.ConfigList.ConfigListScreen Components.GUISkin.GUISkin

Public Member Functions

def __init__ (self, session, device)
 
def layoutFinished (self)
 
def cleanup (self)
 
def createSetup (self)
 
def selectionChanged (self)
 
def newConfig (self)
 
def keyLeft (self)
 
def keyRight (self)
 
def confirm (self, confirmed)
 
def apply (self)
 
def cancelConfirm (self, result)
 
def keyCancel (self)
 
def changedEntry (self)
 
def getCurrentEntry (self)
 
def getCurrentValue (self)
 
def createSummary (self)
 
- Public Member Functions inherited from Screens.Screen.Screen
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)
 
- 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 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 Components.ConfigList.ConfigListScreen
def __init__ (self, list, session=None, on_change=None)
 
def handleInputHelpers (self)
 
def KeyText (self)
 
def VirtualKeyBoardCallback (self, callback=None)
 
def keyOK (self)
 
def keyHome (self)
 
def keyEnd (self)
 
def keyDelete (self)
 
def keyBackspace (self)
 
def keyToggleOW (self)
 
def keyGotAscii (self)
 
def keyNumberGlobal (self, number)
 
def keyPreviousSection (self)
 
def keyNextSection (self)
 
def saveAll (self)
 
def keySave (self)
 

Public Attributes

 inputDevice
 
 onChangedEntry
 
 setup_title
 
 isStepSlider
 
 enableEntry
 
 repeatEntry
 
 delayEntry
 
 nameEntry
 
 enableConfigEntry
 
 list
 
- 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 Components.ConfigList.ConfigListScreen
 setup_title
 
 onConfigEntryChanged
 

Static Public Attributes

string skin
 
- 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.InputDeviceSetup.InputDeviceSetup.__init__ (   self,
  session,
  device 
)

Member Function Documentation

◆ apply()

def Screens.InputDeviceSetup.InputDeviceSetup.apply (   self)

◆ cancelConfirm()

def Screens.InputDeviceSetup.InputDeviceSetup.cancelConfirm (   self,
  result 
)

◆ changedEntry()

def Screens.InputDeviceSetup.InputDeviceSetup.changedEntry (   self)

◆ cleanup()

def Screens.InputDeviceSetup.InputDeviceSetup.cleanup (   self)

◆ confirm()

def Screens.InputDeviceSetup.InputDeviceSetup.confirm (   self,
  confirmed 
)

◆ createSetup()

def Screens.InputDeviceSetup.InputDeviceSetup.createSetup (   self)

◆ createSummary()

def Screens.InputDeviceSetup.InputDeviceSetup.createSummary (   self)

◆ getCurrentEntry()

def Screens.InputDeviceSetup.InputDeviceSetup.getCurrentEntry (   self)

◆ getCurrentValue()

def Screens.InputDeviceSetup.InputDeviceSetup.getCurrentValue (   self)

◆ keyCancel()

def Screens.InputDeviceSetup.InputDeviceSetup.keyCancel (   self)

◆ keyLeft()

def Screens.InputDeviceSetup.InputDeviceSetup.keyLeft (   self)

◆ keyRight()

def Screens.InputDeviceSetup.InputDeviceSetup.keyRight (   self)

◆ layoutFinished()

def Screens.InputDeviceSetup.InputDeviceSetup.layoutFinished (   self)

◆ newConfig()

def Screens.InputDeviceSetup.InputDeviceSetup.newConfig (   self)

◆ selectionChanged()

def Screens.InputDeviceSetup.InputDeviceSetup.selectionChanged (   self)

Member Data Documentation

◆ delayEntry

Screens.InputDeviceSetup.InputDeviceSetup.delayEntry

◆ enableConfigEntry

Screens.InputDeviceSetup.InputDeviceSetup.enableConfigEntry

◆ enableEntry

Screens.InputDeviceSetup.InputDeviceSetup.enableEntry

◆ inputDevice

Screens.InputDeviceSetup.InputDeviceSetup.inputDevice

◆ isStepSlider

Screens.InputDeviceSetup.InputDeviceSetup.isStepSlider

◆ list

Screens.InputDeviceSetup.InputDeviceSetup.list

◆ nameEntry

Screens.InputDeviceSetup.InputDeviceSetup.nameEntry

◆ onChangedEntry

Screens.InputDeviceSetup.InputDeviceSetup.onChangedEntry

◆ repeatEntry

Screens.InputDeviceSetup.InputDeviceSetup.repeatEntry

◆ setup_title

Screens.InputDeviceSetup.InputDeviceSetup.setup_title

◆ skin

string Screens.InputDeviceSetup.InputDeviceSetup.skin
static
Initial value:
= """
<screen name="InputDeviceSetup" position="center,center" size="560,440" title="Input device setup">
<ePixmap pixmap="skin_default/buttons/red.png" position="0,0" size="140,40" alphatest="on" />
<ePixmap pixmap="skin_default/buttons/green.png" position="140,0" size="140,40" alphatest="on" />
<ePixmap pixmap="skin_default/buttons/yellow.png" position="280,0" size="140,40" alphatest="on" />
<ePixmap pixmap="skin_default/buttons/blue.png" position="420,0" size="140,40" alphatest="on" />
<widget source="key_red" render="Label" position="0,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#9f1313" transparent="1" />
<widget source="key_green" render="Label" position="140,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#1f771f" transparent="1" />
<widget source="key_yellow" render="Label" position="280,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#a08500" transparent="1" />
<widget source="key_blue" render="Label" position="420,0" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#18188b" transparent="1" />
<widget name="config" position="5,50" size="550,350" scrollbarMode="showOnDemand" />
<ePixmap pixmap="skin_default/div-h.png" position="0,400" zPosition="1" size="560,2" />
<widget source="introduction" render="Label" position="5,410" size="550,30" zPosition="10" font="Regular;21" halign="center" valign="center" backgroundColor="#25062748" transparent="1" />
</screen>"""

The documentation for this class was generated from the following file: