enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, session) |
def | multibouquet_config_changed (self, val) |
def | setMode (self) |
def | setModeTv (self) |
def | setModeRadio (self) |
def | channelSelected (self) |
def | zap (self, nref=None, root=None) |
def | newServicePlayed (self) |
def | addToHistory (self, ref) |
def | historyBack (self) |
def | historyNext (self) |
def | setHistoryPath (self) |
def | saveRoot (self) |
def | restoreRoot (self) |
def | preEnterPath (self, refstr) |
def | saveChannel (self, ref) |
def | setCurrentServicePath (self, path) |
def | getCurrentServicePath (self) |
def | recallPrevService (self) |
def | cancel (self) |
Public Member Functions inherited from Screens.ChannelSelection.ChannelSelectionBase | |
def | getCurrentEventNow (self) |
def | getBouquetNumOffset (self, bouquet) |
def | recallBouquetMode (self) |
def | setTvMode (self) |
def | setRadioMode (self) |
def | setRoot (self, root, justSet=False) |
def | removeModeStr (self, str) |
def | getServiceName (self, ref) |
def | buildTitleString (self) |
def | moveUp (self) |
def | moveDown (self) |
def | clearPath (self) |
def | enterPath (self, ref, justSet=False) |
def | pathUp (self, justSet=False) |
def | isBasePathEqual (self, ref) |
def | isPrevPathEqual (self, ref) |
def | showAllServices (self) |
def | showSatellites (self) |
def | showProviders (self) |
def | changeBouquet (self, direction) |
def | inBouquet (self) |
def | atBegin (self) |
def | atEnd (self) |
def | nextBouquet (self) |
def | prevBouquet (self) |
def | showFavourites (self) |
def | keyNumberGlobal (self, number) |
def | keyAsciiCode (self) |
def | getRoot (self) |
def | getCurrentSelection (self) |
def | setCurrentSelection (self, service) |
def | getBouquetList (self) |
def | keyNumber0 (self, num) |
def | keyGoUp (self) |
def | nextMarker (self) |
def | prevMarker (self) |
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 Member Functions inherited from Screens.ChannelSelection.ChannelSelectionEdit | |
def | __init__ (self) |
def | getMutableList (self, root=eServiceReference()) |
def | buildBouquetID (self, str) |
def | renameEntry (self, name) |
def | addMarker (self, name) |
def | addAlternativeServices (self) |
def | addBouquet (self, bName, services) |
def | copyCurrentToBouquetList (self) |
def | removeAlternativeServices (self) |
def | removeBouquet (self) |
def | startMarkedEdit (self, type) |
def | endMarkedEdit (self, abort) |
def | clearMarks (self) |
def | doMark (self) |
def | removeCurrentService (self) |
def | addServiceToBouquet (self, dest, service=None) |
def | toggleMoveMode (self) |
def | handleEditCancel (self) |
def | toggleMoveMarked (self) |
def | doContext (self) |
def | exitContext (self, close=False) |
Public Member Functions inherited from Screens.ChannelSelection.ChannelSelectionEPG | |
def | __init__ (self) |
def | showEPGList (self) |
def | SingleServiceEPGClosed (self, ret=False) |
def | changeServiceCB (self, direction, epg) |
Public Member Functions inherited from Screens.ChannelSelection.SelectionEventInfo | |
def | __init__ (self) |
def | updateEventInfo (self) |
Public Member Functions inherited from Screens.ChannelSelection.ChannelSelectionEncoderService | |
def | __init__ (self) |
Static Public Attributes | |
initialized = NoSave(ConfigBoolean(default = False)) | |
Static Public Attributes inherited from Screens.ChannelSelection.ChannelSelectionBase | |
ALLOW_SUSPEND = Screen.SUSPEND_STOPS | |
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) | |
def Screens.ChannelSelection.ChannelSelection.__init__ | ( | self, | |
session | |||
) |
Reimplemented from Screens.ChannelSelection.ChannelSelectionBase.
def Screens.ChannelSelection.ChannelSelection.addToHistory | ( | self, | |
ref | |||
) |
def Screens.ChannelSelection.ChannelSelection.cancel | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.channelSelected | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.getCurrentServicePath | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.historyBack | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.historyNext | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.multibouquet_config_changed | ( | self, | |
val | |||
) |
def Screens.ChannelSelection.ChannelSelection.newServicePlayed | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.preEnterPath | ( | self, | |
refstr | |||
) |
Reimplemented from Screens.ChannelSelection.ChannelSelectionBase.
def Screens.ChannelSelection.ChannelSelection.recallPrevService | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.restoreRoot | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.saveChannel | ( | self, | |
ref | |||
) |
def Screens.ChannelSelection.ChannelSelection.saveRoot | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.setCurrentServicePath | ( | self, | |
path | |||
) |
def Screens.ChannelSelection.ChannelSelection.setHistoryPath | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.setMode | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.setModeRadio | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.setModeTv | ( | self | ) |
def Screens.ChannelSelection.ChannelSelection.zap | ( | self, | |
nref = None , |
|||
root = None |
|||
) |
Screens.ChannelSelection.ChannelSelection.bouquet_mark_edit |
Screens.ChannelSelection.ChannelSelection.history |
Screens.ChannelSelection.ChannelSelection.history_pos |
Screens.ChannelSelection.ChannelSelection.history_radio |
Screens.ChannelSelection.ChannelSelection.history_tv |
|
static |
Screens.ChannelSelection.ChannelSelection.lastChannelRootTimer |
Screens.ChannelSelection.ChannelSelection.lastChannelRootTimer_conn |
Screens.ChannelSelection.ChannelSelection.lastroot |
Screens.ChannelSelection.ChannelSelection.lastservice |
Screens.ChannelSelection.ChannelSelection.new_service_played |
Screens.ChannelSelection.ChannelSelection.revertMode |
Screens.ChannelSelection.ChannelSelection.rootChanged |