enigma2  2.6
Public Member Functions | Public Attributes | List of all members
Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection Class Reference
Inheritance diagram for Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection:
Screens.Screen.Screen Components.ConfigList.ConfigListScreen Components.GUISkin.GUISkin

Public Member Functions

def __init__ (self, session, feid)
 
def layoutFinished (self)
 
def createSetup (self)
 
def keyOK (self)
 
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 keyLeft (self)
 
def keyRight (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)
 
def cancelConfirm (self, result)
 

Public Attributes

 skinName
 
 setup_title
 
 onChangedEntry
 
 feid
 
 list
 
 testtype
 
 testtypeEntry
 
 loopsfailed
 
 loopsfailedEntry
 
 loopssuccessful
 
 loopssuccessfulEntry
 
 log
 
 logEntry
 
- 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
 

Additional Inherited Members

- 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
 
- Properties inherited from Components.GUISkin.GUISkin
 title = property(getTitle, setTitle)
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.__init__ (   self,
  session,
  feid 
)

Member Function Documentation

◆ changedEntry()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.changedEntry (   self)

◆ createSetup()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.createSetup (   self)

◆ createSummary()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.createSummary (   self)

◆ getCurrentEntry()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.getCurrentEntry (   self)

◆ getCurrentValue()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.getCurrentValue (   self)

◆ keyCancel()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.keyCancel (   self)

◆ keyOK()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.keyOK (   self)

◆ layoutFinished()

def Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.layoutFinished (   self)

Member Data Documentation

◆ feid

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.feid

◆ list

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.list

◆ log

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.log

◆ logEntry

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.logEntry

◆ loopsfailed

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.loopsfailed

◆ loopsfailedEntry

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.loopsfailedEntry

◆ loopssuccessful

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.loopssuccessful

◆ loopssuccessfulEntry

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.loopssuccessfulEntry

◆ onChangedEntry

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.onChangedEntry

◆ setup_title

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.setup_title

◆ skinName

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.skinName

◆ testtype

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.testtype

◆ testtypeEntry

Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTesterTestTypeSelection.testtypeEntry

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