enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, session) |
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 | preEnterPath (self, refstr) |
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 Attributes | |
servicelist | |
numericalTextInput | |
servicePathTV | |
servicePathRadio | |
servicePath | |
rootChanged | |
bouquet_root | |
mode | |
pathChangeDisabled | |
bouquetNumOffsetCache | |
onRootChanged | |
service_types | |
bouquet_rootstr | |
Public Attributes inherited from Screens.Screen.Screen | |
skinName | |
session | |
parent | |
onClose | |
onFirstExecBegin | |
onExecBegin | |
onShown | |
onShow | |
onHide | |
onExecEnd | |
onHideFinished | |
execing | |
shown | |
already_shown | |
renderer | |
helpList | |
close_on_next_exec | |
stand_alone | |
keyboardMode | |
active_components | |
persisted_members | |
Public Attributes inherited from Components.GUISkin.GUISkin | |
onLayoutFinish | |
summaries | |
instance | |
desktop | |
scale | |
Static Public Attributes | |
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.ChannelSelectionBase.__init__ | ( | self, | |
session | |||
) |
Reimplemented from Components.GUISkin.GUISkin.
Reimplemented in Screens.ChannelSelection.ChannelSelection.
def Screens.ChannelSelection.ChannelSelectionBase.atBegin | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.atEnd | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.buildTitleString | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.changeBouquet | ( | self, | |
direction | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.clearPath | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.enterPath | ( | self, | |
ref, | |||
justSet = False |
|||
) |
def Screens.ChannelSelection.ChannelSelectionBase.getBouquetList | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.getBouquetNumOffset | ( | self, | |
bouquet | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.getCurrentEventNow | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.getCurrentSelection | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.getRoot | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.getServiceName | ( | self, | |
ref | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.inBouquet | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.isBasePathEqual | ( | self, | |
ref | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.isPrevPathEqual | ( | self, | |
ref | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.keyAsciiCode | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.keyGoUp | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.keyNumber0 | ( | self, | |
num | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.keyNumberGlobal | ( | self, | |
number | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.moveDown | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.moveUp | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.nextBouquet | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.nextMarker | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.pathUp | ( | self, | |
justSet = False |
|||
) |
def Screens.ChannelSelection.ChannelSelectionBase.preEnterPath | ( | self, | |
refstr | |||
) |
Reimplemented in Screens.ChannelSelection.ChannelSelectionRadio, and Screens.ChannelSelection.ChannelSelection.
def Screens.ChannelSelection.ChannelSelectionBase.prevBouquet | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.prevMarker | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.recallBouquetMode | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.removeModeStr | ( | self, | |
str | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.setCurrentSelection | ( | self, | |
service | |||
) |
def Screens.ChannelSelection.ChannelSelectionBase.setRadioMode | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.setRoot | ( | self, | |
root, | |||
justSet = False |
|||
) |
def Screens.ChannelSelection.ChannelSelectionBase.setTvMode | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.showAllServices | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.showFavourites | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.showProviders | ( | self | ) |
def Screens.ChannelSelection.ChannelSelectionBase.showSatellites | ( | self | ) |
|
static |
Screens.ChannelSelection.ChannelSelectionBase.bouquet_root |
Screens.ChannelSelection.ChannelSelectionBase.bouquet_rootstr |
Screens.ChannelSelection.ChannelSelectionBase.bouquetNumOffsetCache |
Screens.ChannelSelection.ChannelSelectionBase.mode |
Screens.ChannelSelection.ChannelSelectionBase.numericalTextInput |
Screens.ChannelSelection.ChannelSelectionBase.onRootChanged |
Screens.ChannelSelection.ChannelSelectionBase.pathChangeDisabled |
Screens.ChannelSelection.ChannelSelectionBase.rootChanged |
Screens.ChannelSelection.ChannelSelectionBase.service_types |
Screens.ChannelSelection.ChannelSelectionBase.servicelist |
Screens.ChannelSelection.ChannelSelectionBase.servicePath |
Screens.ChannelSelection.ChannelSelectionBase.servicePathRadio |
Screens.ChannelSelection.ChannelSelectionBase.servicePathTV |