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

Public Member Functions

def __init__ (self, session)
 
def up (self)
 
def down (self)
 
def left (self)
 
def right (self)
 
def toggleDisabledState (self)
 
def runningEventCallback (self, t, result)
 
def removeAction (self, descr)
 
def updateState (self)
 
def fillTimerList (self)
 
def showLog (self)
 
def openEdit (self)
 
def cleanupQuestion (self)
 
def cleanupTimer (self, delete)
 
def removeTimerQuestion (self)
 
def removeTimer (self, result)
 
def refill (self)
 
def addCurrentTimer (self)
 
def addTimer (self, timer)
 
def finishedEdit (self, answer)
 
def finishedAdd (self, answer)
 
def finishSanityCorrection (self, answer)
 
def leave (self)
 
def onStateChange (self, entry)
 
- 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 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 Attributes

 list
 
 key_red_choice
 
 key_yellow_choice
 
 key_blue_choice
 
- 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
 

Static Public Attributes

int EMPTY = 0
 
int ENABLE = 1
 
int DISABLE = 2
 
int CLEANUP = 3
 
int DELETE = 4
 
- 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.TimerEdit.TimerEditList.__init__ (   self,
  session 
)

Reimplemented from Components.GUISkin.GUISkin.

Member Function Documentation

◆ addCurrentTimer()

def Screens.TimerEdit.TimerEditList.addCurrentTimer (   self)

◆ addTimer()

def Screens.TimerEdit.TimerEditList.addTimer (   self,
  timer 
)

◆ cleanupQuestion()

def Screens.TimerEdit.TimerEditList.cleanupQuestion (   self)

◆ cleanupTimer()

def Screens.TimerEdit.TimerEditList.cleanupTimer (   self,
  delete 
)

◆ down()

def Screens.TimerEdit.TimerEditList.down (   self)

◆ fillTimerList()

def Screens.TimerEdit.TimerEditList.fillTimerList (   self)

◆ finishedAdd()

def Screens.TimerEdit.TimerEditList.finishedAdd (   self,
  answer 
)

◆ finishedEdit()

def Screens.TimerEdit.TimerEditList.finishedEdit (   self,
  answer 
)

◆ finishSanityCorrection()

def Screens.TimerEdit.TimerEditList.finishSanityCorrection (   self,
  answer 
)

◆ leave()

def Screens.TimerEdit.TimerEditList.leave (   self)

◆ left()

def Screens.TimerEdit.TimerEditList.left (   self)

◆ onStateChange()

def Screens.TimerEdit.TimerEditList.onStateChange (   self,
  entry 
)

◆ openEdit()

def Screens.TimerEdit.TimerEditList.openEdit (   self)

◆ refill()

def Screens.TimerEdit.TimerEditList.refill (   self)

◆ removeAction()

def Screens.TimerEdit.TimerEditList.removeAction (   self,
  descr 
)

◆ removeTimer()

def Screens.TimerEdit.TimerEditList.removeTimer (   self,
  result 
)

◆ removeTimerQuestion()

def Screens.TimerEdit.TimerEditList.removeTimerQuestion (   self)

◆ right()

def Screens.TimerEdit.TimerEditList.right (   self)

◆ runningEventCallback()

def Screens.TimerEdit.TimerEditList.runningEventCallback (   self,
  t,
  result 
)

◆ showLog()

def Screens.TimerEdit.TimerEditList.showLog (   self)

◆ toggleDisabledState()

def Screens.TimerEdit.TimerEditList.toggleDisabledState (   self)

◆ up()

def Screens.TimerEdit.TimerEditList.up (   self)

◆ updateState()

def Screens.TimerEdit.TimerEditList.updateState (   self)

Member Data Documentation

◆ CLEANUP

int Screens.TimerEdit.TimerEditList.CLEANUP = 3
static

◆ DELETE

int Screens.TimerEdit.TimerEditList.DELETE = 4
static

◆ DISABLE

int Screens.TimerEdit.TimerEditList.DISABLE = 2
static

◆ EMPTY

int Screens.TimerEdit.TimerEditList.EMPTY = 0
static

◆ ENABLE

int Screens.TimerEdit.TimerEditList.ENABLE = 1
static

◆ key_blue_choice

Screens.TimerEdit.TimerEditList.key_blue_choice

◆ key_red_choice

Screens.TimerEdit.TimerEditList.key_red_choice

◆ key_yellow_choice

Screens.TimerEdit.TimerEditList.key_yellow_choice

◆ list

Screens.TimerEdit.TimerEditList.list

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