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

Public Member Functions

def __init__ (self, selChangedCB=None, timer=None, time_epoch=120, overjump_empty=True)
 
def applySkin (self, desktop, screen)
 
def isSelectable (self, service, sname, event_list)
 
def setEpoch (self, epoch)
 
def getEventFromId (self, service, eventid)
 
def moveToService (self, serviceref)
 
def getIndexFromService (self, serviceref)
 
def setCurrentIndex (self, index)
 
def getCurrent (self)
 
def connectSelectionChanged (self, func)
 
def disconnectSelectionChanged (self, func)
 
def serviceChanged (self)
 
def findBestEvent (self)
 
def selectionChanged (self)
 
def postWidgetCreate (self, instance)
 
def preWidgetRemove (self, instance)
 
def recalcEntrySize (self)
 
def calcEntryPosAndWidthHelper (self, stime, duration, start, end, width)
 
def calcEntryPosAndWidth (self, event_rect, time_base, time_epoch, ev_start, ev_duration)
 
def buildEntry (self, service, service_name, events)
 
def selEntry (self, dir, visible=True)
 
def queryEPG (self, list, buildFunc=None)
 
def fillMultiEPG (self, services, stime=-1)
 
def getEventRect (self)
 
def getTimeEpoch (self)
 
def getTimeBase (self)
 
def resetOffset (self)
 
def getClockPixmap (self, refstr, beginTime, duration, eventId)
 
def rebuild (self)
 
- 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 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

 cur_event
 
 cur_service
 
 offs
 
 timer
 
 onSelChanged
 
 l
 
 epgcache
 
 clock_pixmap
 
 clock_add_pixmap
 
 clock_pre_pixmap
 
 clock_post_pixmap
 
 clock_prepost_pixmap
 
 time_base
 
 time_epoch
 
 list
 
 event_rect
 
 foreColor
 
 foreColorSelected
 
 borderColor
 
 backColor
 
 backColorSelected
 
 backColorActive
 
 backColorActiveSelected
 
 foreColorService
 
 backColorService
 
 skinAttributes
 
 selectionChanged_conn
 
 service_rect
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Static Public Attributes

 GUI_WIDGET = eListbox
 
string SKIN_COMPONENT_KEY = "MultiEPGList"
 
string SKIN_COMPONENT_ICON_HEIGHT = "iconHeight"
 
string SKIN_COMPONENT_ICON_WIDTH = "iconWidth"
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ __init__()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.__init__ (   self,
  selChangedCB = None,
  timer = None,
  time_epoch = 120,
  overjump_empty = True 
)

Member Function Documentation

◆ applySkin()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.applySkin (   self,
  desktop,
  screen 
)

◆ buildEntry()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.buildEntry (   self,
  service,
  service_name,
  events 
)

◆ calcEntryPosAndWidth()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.calcEntryPosAndWidth (   self,
  event_rect,
  time_base,
  time_epoch,
  ev_start,
  ev_duration 
)

◆ calcEntryPosAndWidthHelper()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.calcEntryPosAndWidthHelper (   self,
  stime,
  duration,
  start,
  end,
  width 
)

◆ connectSelectionChanged()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.connectSelectionChanged (   self,
  func 
)

◆ disconnectSelectionChanged()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.disconnectSelectionChanged (   self,
  func 
)

◆ fillMultiEPG()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.fillMultiEPG (   self,
  services,
  stime = -1 
)

◆ findBestEvent()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.findBestEvent (   self)

◆ getClockPixmap()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.getClockPixmap (   self,
  refstr,
  beginTime,
  duration,
  eventId 
)

◆ getCurrent()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.getCurrent (   self)

◆ getEventFromId()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.getEventFromId (   self,
  service,
  eventid 
)

◆ getEventRect()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.getEventRect (   self)

◆ getIndexFromService()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.getIndexFromService (   self,
  serviceref 
)

◆ getTimeBase()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.getTimeBase (   self)

◆ getTimeEpoch()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.getTimeEpoch (   self)

◆ isSelectable()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.isSelectable (   self,
  service,
  sname,
  event_list 
)

◆ moveToService()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.moveToService (   self,
  serviceref 
)

◆ postWidgetCreate()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.postWidgetCreate (   self,
  instance 
)

◆ preWidgetRemove()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.preWidgetRemove (   self,
  instance 
)

◆ queryEPG()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.queryEPG (   self,
  list,
  buildFunc = None 
)

◆ rebuild()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.rebuild (   self)

◆ recalcEntrySize()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.recalcEntrySize (   self)

◆ resetOffset()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.resetOffset (   self)

◆ selectionChanged()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.selectionChanged (   self)

◆ selEntry()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.selEntry (   self,
  dir,
  visible = True 
)

◆ serviceChanged()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.serviceChanged (   self)

◆ setCurrentIndex()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.setCurrentIndex (   self,
  index 
)

◆ setEpoch()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.setEpoch (   self,
  epoch 
)

Member Data Documentation

◆ backColor

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.backColor

◆ backColorActive

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.backColorActive

◆ backColorActiveSelected

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.backColorActiveSelected

◆ backColorSelected

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.backColorSelected

◆ backColorService

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.backColorService

◆ borderColor

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.borderColor

◆ clock_add_pixmap

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.clock_add_pixmap

◆ clock_pixmap

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.clock_pixmap

◆ clock_post_pixmap

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.clock_post_pixmap

◆ clock_pre_pixmap

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.clock_pre_pixmap

◆ clock_prepost_pixmap

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.clock_prepost_pixmap

◆ cur_event

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.cur_event

◆ cur_service

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.cur_service

◆ epgcache

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.epgcache

◆ event_rect

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.event_rect

◆ foreColor

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.foreColor

◆ foreColorSelected

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.foreColorSelected

◆ foreColorService

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.foreColorService

◆ GUI_WIDGET

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.GUI_WIDGET = eListbox
static

◆ l

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.l

◆ list

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.list

◆ offs

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.offs

◆ onSelChanged

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.onSelChanged

◆ selectionChanged_conn

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.selectionChanged_conn

◆ service_rect

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.service_rect

◆ SKIN_COMPONENT_ICON_HEIGHT

string Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.SKIN_COMPONENT_ICON_HEIGHT = "iconHeight"
static

◆ SKIN_COMPONENT_ICON_WIDTH

string Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.SKIN_COMPONENT_ICON_WIDTH = "iconWidth"
static

◆ SKIN_COMPONENT_KEY

string Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.SKIN_COMPONENT_KEY = "MultiEPGList"
static

◆ skinAttributes

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.skinAttributes

◆ time_base

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.time_base

◆ time_epoch

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.time_epoch

◆ timer

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.EPGList.timer

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