enigma2  2.6
Classes | Functions | Variables
Components.TimerList Namespace Reference

Classes

class  TimerList
 

Functions

def buildTimerEntry (self, timer, processed)
 
def __init__ (self, list)
 
def applySkin (self, desktop, parent)
 
def getCurrent (self)
 
def postWidgetCreate (self, instance)
 
def moveToIndex (self, index)
 
def getCurrentIndex (self)
 
def moveDown (self)
 
def invalidate (self)
 
def entryRemoved (self, idx)
 

Variables

 COMPONENT_ID = componentSizes.TIMER_LIST
 
string default_template
 
 GUI_WIDGET = eListbox
 
 list
 
 picDVB_S
 
 picDVB_C
 
 picDVB_T
 
 picServiceGroup
 

Function Documentation

◆ __init__()

def Components.TimerList.__init__ (   self,
  list 
)

◆ applySkin()

def Components.TimerList.applySkin (   self,
  desktop,
  parent 
)

◆ buildTimerEntry()

def Components.TimerList.buildTimerEntry (   self,
  timer,
  processed 
)

◆ entryRemoved()

def Components.TimerList.entryRemoved (   self,
  idx 
)

◆ getCurrent()

def Components.TimerList.getCurrent (   self)

◆ getCurrentIndex()

def Components.TimerList.getCurrentIndex (   self)

◆ invalidate()

def Components.TimerList.invalidate (   self)

◆ moveDown()

def Components.TimerList.moveDown (   self)

◆ moveToIndex()

def Components.TimerList.moveToIndex (   self,
  index 
)

◆ postWidgetCreate()

def Components.TimerList.postWidgetCreate (   self,
  instance 
)

Variable Documentation

◆ COMPONENT_ID

Components.TimerList.COMPONENT_ID = componentSizes.TIMER_LIST

◆ default_template

string Components.TimerList.default_template
Initial value:
1 = """{
2  "template": [
3  MultiContentEntryText(pos = (0, 0), size = (width, 30), font = 0, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text=1),
4  MultiContentEntryPixmapAlphaBlend(pos = (45, 5), size = (40, 40), png=2),
5  MultiContentEntryText(pos = (0, 32), size = (width, 20), font = 1, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text=3),
6  MultiContentEntryText(pos = (0, 52), size = (width-150, 20), font = 1, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER, text=4),
7  MultiContentEntryText(pos = (width-150, 52), size = (150, 20), font = 1, flags = RT_HALIGN_RIGHT|RT_VALIGN_CENTER, text=5),
8  MultiContentEntryPixmapAlphaBlend(pos=(490, 5), size=(40, 40), png=6),
9  ],
10  "itemHeight" : 70,
11  "fonts" : [gFont("Regular", 24), gFont("Regular", 20)]
12  }"""

◆ GUI_WIDGET

Components.TimerList.GUI_WIDGET = eListbox

◆ list

Components.TimerList.list

◆ picDVB_C

Components.TimerList.picDVB_C

◆ picDVB_S

Components.TimerList.picDVB_S

◆ picDVB_T

Components.TimerList.picDVB_T

◆ picServiceGroup

Components.TimerList.picServiceGroup