enigma2
2.6
|
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) |
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) | |
def Components.EpgList.EPGList.__init__ | ( | self, | |
type = EPG_TYPE_SINGLE , |
|||
selChangedCB = None , |
|||
timer = None |
|||
) |
def Components.EpgList.EPGList.buildMultiEntry | ( | self, | |
changecount, | |||
service, | |||
eventId, | |||
beginTime, | |||
duration, | |||
EventName, | |||
nowTime, | |||
service_name | |||
) |
def Components.EpgList.EPGList.buildSingleEntry | ( | self, | |
service, | |||
eventId, | |||
beginTime, | |||
duration, | |||
name | |||
) |
def Components.EpgList.EPGList.connectSelectionChanged | ( | self, | |
func | |||
) |
def Components.EpgList.EPGList.disconnectSelectionChanged | ( | self, | |
func | |||
) |
def Components.EpgList.EPGList.fillMultiEPG | ( | self, | |
services, | |||
stime = -1 |
|||
) |
def Components.EpgList.EPGList.fillOutdatedSingleEPG | ( | self, | |
service | |||
) |
def Components.EpgList.EPGList.fillSimilarList | ( | self, | |
refstr, | |||
event_id | |||
) |
def Components.EpgList.EPGList.fillSingleEPG | ( | self, | |
service | |||
) |
def Components.EpgList.EPGList.getClockPixmap | ( | self, | |
refstr, | |||
beginTime, | |||
duration, | |||
eventId | |||
) |
def Components.EpgList.EPGList.getCurrent | ( | self | ) |
def Components.EpgList.EPGList.getCurrentChangeCount | ( | self | ) |
def Components.EpgList.EPGList.getEventFromId | ( | self, | |
service, | |||
eventid | |||
) |
def Components.EpgList.EPGList.getPixmapForEntry | ( | self, | |
service, | |||
eventId, | |||
beginTime, | |||
duration | |||
) |
def Components.EpgList.EPGList.getSelectedEventId | ( | self | ) |
def Components.EpgList.EPGList.moveDown | ( | self | ) |
def Components.EpgList.EPGList.moveToEventId | ( | self, | |
eventId | |||
) |
def Components.EpgList.EPGList.moveToService | ( | self, | |
serviceref | |||
) |
def Components.EpgList.EPGList.moveUp | ( | self | ) |
def Components.EpgList.EPGList.postWidgetCreate | ( | self, | |
instance | |||
) |
Reimplemented from Components.GUIComponent.GUIComponent.
def Components.EpgList.EPGList.preWidgetRemove | ( | self, | |
instance | |||
) |
Reimplemented from Components.GUIComponent.GUIComponent.
def Components.EpgList.EPGList.queryEPG | ( | self, | |
list, | |||
buildFunc = None |
|||
) |
def Components.EpgList.EPGList.rebuild | ( | self | ) |
def Components.EpgList.EPGList.recalcEntrySize | ( | self | ) |
def Components.EpgList.EPGList.selectionChanged | ( | self | ) |
def Components.EpgList.EPGList.sortSingleEPG | ( | self, | |
type | |||
) |
def Components.EpgList.EPGList.updateMultiEPG | ( | self, | |
direction | |||
) |
Components.EpgList.EPGList.clock_add_pixmap |
Components.EpgList.EPGList.clock_pixmap |
Components.EpgList.EPGList.clock_post_pixmap |
Components.EpgList.EPGList.clock_pre_pixmap |
Components.EpgList.EPGList.clock_prepost_pixmap |
Components.EpgList.EPGList.datetime_rect |
Components.EpgList.EPGList.days |
Components.EpgList.EPGList.descr_rect |
Components.EpgList.EPGList.epgcache |
|
static |
Components.EpgList.EPGList.l |
Components.EpgList.EPGList.list |
Components.EpgList.EPGList.onSelChanged |
Components.EpgList.EPGList.progress_rect |
Components.EpgList.EPGList.selectionChanged_conn |
Components.EpgList.EPGList.service_rect |
|
static |
|
static |
|
static |
|
static |
|
static |
Components.EpgList.EPGList.start_end_rect |
Components.EpgList.EPGList.timer |
Components.EpgList.EPGList.type |
Components.EpgList.EPGList.weekday_rect |