enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Components.EpgList.EPGList Class Reference
Inheritance diagram for Components.EpgList.EPGList:
Components.HTMLComponent.HTMLComponent Components.GUIComponent.GUIComponent

Public Member Functions

def __init__ (self, type=EPG_TYPE_SINGLE, selChangedCB=None, timer=None)
 
def getEventFromId (self, service, eventid)
 
def getCurrentChangeCount (self)
 
def getCurrent (self)
 
def moveUp (self)
 
def moveDown (self)
 
def connectSelectionChanged (self, func)
 
def disconnectSelectionChanged (self, func)
 
def selectionChanged (self)
 
def postWidgetCreate (self, instance)
 
def preWidgetRemove (self, instance)
 
def recalcEntrySize (self)
 
def getClockPixmap (self, refstr, beginTime, duration, eventId)
 
def getPixmapForEntry (self, service, eventId, beginTime, duration)
 
def buildSingleEntry (self, service, eventId, beginTime, duration, name)
 
def buildMultiEntry (self, changecount, service, eventId, beginTime, duration, EventName, nowTime, service_name)
 
def rebuild (self)
 
def queryEPG (self, list, buildFunc=None)
 
def fillMultiEPG (self, services, stime=-1)
 
def updateMultiEPG (self, direction)
 
def fillSingleEPG (self, service)
 
def fillOutdatedSingleEPG (self, service)
 
def sortSingleEPG (self, type)
 
def getSelectedEventId (self)
 
def moveToService (self, serviceref)
 
def moveToEventId (self, eventId)
 
def fillSimilarList (self, refstr, event_id)
 
- Public Member Functions inherited from Components.HTMLComponent.HTMLComponent
def produceHTML (self)
 
- Public Member Functions inherited from Components.GUIComponent.GUIComponent
def __init__ (self)
 
def execBegin (self)
 
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
def destroy (self)
 
def applySkin (self, desktop, parent)
 
def move (self, x, y=None)
 
def resize (self, x, y=None)
 
def setZPosition (self, z)
 
def show (self)
 
def hide (self)
 
def getVisible (self)
 
def setVisible (self, visible)
 
def setPosition (self, x, y)
 
def getPosition (self)
 
def getSize (self)
 
def GUIcreate (self, parent)
 
def GUIdelete (self)
 
def createWidget (self, parent)
 

Public Attributes

 days
 
 timer
 
 onSelChanged
 
 type
 
 l
 
 list
 
 epgcache
 
 clock_pixmap
 
 clock_add_pixmap
 
 clock_pre_pixmap
 
 clock_post_pixmap
 
 clock_prepost_pixmap
 
 selectionChanged_conn
 
 weekday_rect
 
 datetime_rect
 
 descr_rect
 
 service_rect
 
 start_end_rect
 
 progress_rect
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Static Public Attributes

string SKIN_COMPONENT_KEY = "EPGList"
 
string SKIN_COMPONENT_ICON_HEIGHT = "iconHeight"
 
string SKIN_COMPONENT_ICON_WIDTH = "iconWidth"
 
string SKIN_COMPONENT_ICON_HPOS = "iconHPos"
 
string SKIN_COMPONENT_ITEM_MARGIN = "itemMargin"
 
 GUI_WIDGET = eListbox
 

Additional Inherited Members

- Properties inherited from Components.GUIComponent.GUIComponent
 visible = property(getVisible, setVisible)
 
 position = property(getPosition, setPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.EpgList.EPGList.__init__ (   self,
  type = EPG_TYPE_SINGLE,
  selChangedCB = None,
  timer = None 
)

Member Function Documentation

◆ buildMultiEntry()

def Components.EpgList.EPGList.buildMultiEntry (   self,
  changecount,
  service,
  eventId,
  beginTime,
  duration,
  EventName,
  nowTime,
  service_name 
)

◆ buildSingleEntry()

def Components.EpgList.EPGList.buildSingleEntry (   self,
  service,
  eventId,
  beginTime,
  duration,
  name 
)

◆ connectSelectionChanged()

def Components.EpgList.EPGList.connectSelectionChanged (   self,
  func 
)

◆ disconnectSelectionChanged()

def Components.EpgList.EPGList.disconnectSelectionChanged (   self,
  func 
)

◆ fillMultiEPG()

def Components.EpgList.EPGList.fillMultiEPG (   self,
  services,
  stime = -1 
)

◆ fillOutdatedSingleEPG()

def Components.EpgList.EPGList.fillOutdatedSingleEPG (   self,
  service 
)

◆ fillSimilarList()

def Components.EpgList.EPGList.fillSimilarList (   self,
  refstr,
  event_id 
)

◆ fillSingleEPG()

def Components.EpgList.EPGList.fillSingleEPG (   self,
  service 
)

◆ getClockPixmap()

def Components.EpgList.EPGList.getClockPixmap (   self,
  refstr,
  beginTime,
  duration,
  eventId 
)

◆ getCurrent()

def Components.EpgList.EPGList.getCurrent (   self)

◆ getCurrentChangeCount()

def Components.EpgList.EPGList.getCurrentChangeCount (   self)

◆ getEventFromId()

def Components.EpgList.EPGList.getEventFromId (   self,
  service,
  eventid 
)

◆ getPixmapForEntry()

def Components.EpgList.EPGList.getPixmapForEntry (   self,
  service,
  eventId,
  beginTime,
  duration 
)

◆ getSelectedEventId()

def Components.EpgList.EPGList.getSelectedEventId (   self)

◆ moveDown()

def Components.EpgList.EPGList.moveDown (   self)

◆ moveToEventId()

def Components.EpgList.EPGList.moveToEventId (   self,
  eventId 
)

◆ moveToService()

def Components.EpgList.EPGList.moveToService (   self,
  serviceref 
)

◆ moveUp()

def Components.EpgList.EPGList.moveUp (   self)

◆ postWidgetCreate()

def Components.EpgList.EPGList.postWidgetCreate (   self,
  instance 
)

◆ preWidgetRemove()

def Components.EpgList.EPGList.preWidgetRemove (   self,
  instance 
)

◆ queryEPG()

def Components.EpgList.EPGList.queryEPG (   self,
  list,
  buildFunc = None 
)

◆ rebuild()

def Components.EpgList.EPGList.rebuild (   self)

◆ recalcEntrySize()

def Components.EpgList.EPGList.recalcEntrySize (   self)

◆ selectionChanged()

def Components.EpgList.EPGList.selectionChanged (   self)

◆ sortSingleEPG()

def Components.EpgList.EPGList.sortSingleEPG (   self,
  type 
)

◆ updateMultiEPG()

def Components.EpgList.EPGList.updateMultiEPG (   self,
  direction 
)

Member Data Documentation

◆ clock_add_pixmap

Components.EpgList.EPGList.clock_add_pixmap

◆ clock_pixmap

Components.EpgList.EPGList.clock_pixmap

◆ clock_post_pixmap

Components.EpgList.EPGList.clock_post_pixmap

◆ clock_pre_pixmap

Components.EpgList.EPGList.clock_pre_pixmap

◆ clock_prepost_pixmap

Components.EpgList.EPGList.clock_prepost_pixmap

◆ datetime_rect

Components.EpgList.EPGList.datetime_rect

◆ days

Components.EpgList.EPGList.days

◆ descr_rect

Components.EpgList.EPGList.descr_rect

◆ epgcache

Components.EpgList.EPGList.epgcache

◆ GUI_WIDGET

Components.EpgList.EPGList.GUI_WIDGET = eListbox
static

◆ l

Components.EpgList.EPGList.l

◆ list

Components.EpgList.EPGList.list

◆ onSelChanged

Components.EpgList.EPGList.onSelChanged

◆ progress_rect

Components.EpgList.EPGList.progress_rect

◆ selectionChanged_conn

Components.EpgList.EPGList.selectionChanged_conn

◆ service_rect

Components.EpgList.EPGList.service_rect

◆ SKIN_COMPONENT_ICON_HEIGHT

string Components.EpgList.EPGList.SKIN_COMPONENT_ICON_HEIGHT = "iconHeight"
static

◆ SKIN_COMPONENT_ICON_HPOS

string Components.EpgList.EPGList.SKIN_COMPONENT_ICON_HPOS = "iconHPos"
static

◆ SKIN_COMPONENT_ICON_WIDTH

string Components.EpgList.EPGList.SKIN_COMPONENT_ICON_WIDTH = "iconWidth"
static

◆ SKIN_COMPONENT_ITEM_MARGIN

string Components.EpgList.EPGList.SKIN_COMPONENT_ITEM_MARGIN = "itemMargin"
static

◆ SKIN_COMPONENT_KEY

string Components.EpgList.EPGList.SKIN_COMPONENT_KEY = "EPGList"
static

◆ start_end_rect

Components.EpgList.EPGList.start_end_rect

◆ timer

Components.EpgList.EPGList.timer

◆ type

Components.EpgList.EPGList.type

◆ weekday_rect

Components.EpgList.EPGList.weekday_rect

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