enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, session, infobar=None, page=PAGE_AUDIO) |
def | menupageChanged (self, arg) |
def | fillList (self, preselected_idx=None) |
def | showExtendedAudioPluginChoice (self) |
def | onExtendedAudioPluginChoice (self, choice) |
def | changeAC3Downmix (self, downmix) |
def | changeMode (self, mode) |
def | changeAudio (self, stream_entry) |
def | doNothing (self) |
def | keyLeft (self) |
def | keyRight (self, config=False) |
def | keyRed (self) |
def | keyGreen (self) |
def | keyYellow (self) |
def | keyBlue (self) |
def | keyMenu (self) |
def | colorkey (self, idx) |
def | restyleMultiContentTemplate (self) |
def | keyUp (self) |
def | keyDown (self) |
def | keyNumberGlobal (self, number) |
def | keyOk (self, close=True) |
def | selectPrevious (self) |
def | selectNext (self) |
def | enablePrevious (self) |
def | enableNext (self) |
def | setHelpLabel (self) |
def | setToggleSubsFilterKey (self, arg=None) |
def | toggleSubsFilter (self, stream_entry, togglesubsfilter) |
def | changeSubs (self, stream_entry) |
def | cancel (self) |
Public Member Functions inherited from Screens.Screen.Screen | |
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 | __init__ (self, windowTitle=None) |
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 Components.ConfigList.ConfigListScreen | |
def | handleInputHelpers (self) |
def | KeyText (self) |
def | VirtualKeyBoardCallback (self, callback=None) |
def | keyOK (self) |
def | keyRight (self) |
def | keyHome (self) |
def | keyEnd (self) |
def | keyDelete (self) |
def | keyBackspace (self) |
def | keyToggleOW (self) |
def | keyGotAscii (self) |
def | keyPreviousSection (self) |
def | keyNextSection (self) |
def | saveAll (self) |
def | keySave (self) |
def | cancelConfirm (self, result) |
def | keyCancel (self) |
def | getCurrentEntry (self) |
def | getCurrentValue (self) |
def | createSummary (self) |
Public Attributes | |
infobar | |
cached_subtitle_checked | |
plugincallerdict | |
settings | |
focus | |
audioTracks | |
audioChannel | |
fnc | |
args | |
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 | |
Public Attributes inherited from Components.ConfigList.ConfigListScreen | |
setup_title | |
onConfigEntryChanged | |
Additional Inherited Members | |
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 |
Properties inherited from Components.GUISkin.GUISkin | |
title = property(getTitle, setTitle) | |
def Screens.AudioSelection.AudioSelection.__init__ | ( | self, | |
session, | |||
infobar = None , |
|||
page = PAGE_AUDIO |
|||
) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.AudioSelection.AudioSelection.cancel | ( | self | ) |
def Screens.AudioSelection.AudioSelection.changeAC3Downmix | ( | self, | |
downmix | |||
) |
def Screens.AudioSelection.AudioSelection.changeAudio | ( | self, | |
stream_entry | |||
) |
def Screens.AudioSelection.AudioSelection.changeMode | ( | self, | |
mode | |||
) |
def Screens.AudioSelection.AudioSelection.changeSubs | ( | self, | |
stream_entry | |||
) |
def Screens.AudioSelection.AudioSelection.colorkey | ( | self, | |
idx | |||
) |
def Screens.AudioSelection.AudioSelection.doNothing | ( | self | ) |
def Screens.AudioSelection.AudioSelection.enableNext | ( | self | ) |
def Screens.AudioSelection.AudioSelection.enablePrevious | ( | self | ) |
def Screens.AudioSelection.AudioSelection.fillList | ( | self, | |
preselected_idx = None |
|||
) |
def Screens.AudioSelection.AudioSelection.keyBlue | ( | self | ) |
def Screens.AudioSelection.AudioSelection.keyDown | ( | self | ) |
def Screens.AudioSelection.AudioSelection.keyGreen | ( | self | ) |
def Screens.AudioSelection.AudioSelection.keyLeft | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.AudioSelection.AudioSelection.keyMenu | ( | self | ) |
def Screens.AudioSelection.AudioSelection.keyNumberGlobal | ( | self, | |
number | |||
) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.AudioSelection.AudioSelection.keyOk | ( | self, | |
close = True |
|||
) |
def Screens.AudioSelection.AudioSelection.keyRed | ( | self | ) |
def Screens.AudioSelection.AudioSelection.keyRight | ( | self, | |
config = False |
|||
) |
def Screens.AudioSelection.AudioSelection.keyUp | ( | self | ) |
def Screens.AudioSelection.AudioSelection.keyYellow | ( | self | ) |
def Screens.AudioSelection.AudioSelection.menupageChanged | ( | self, | |
arg | |||
) |
def Screens.AudioSelection.AudioSelection.onExtendedAudioPluginChoice | ( | self, | |
choice | |||
) |
def Screens.AudioSelection.AudioSelection.restyleMultiContentTemplate | ( | self | ) |
def Screens.AudioSelection.AudioSelection.selectNext | ( | self | ) |
def Screens.AudioSelection.AudioSelection.selectPrevious | ( | self | ) |
def Screens.AudioSelection.AudioSelection.setHelpLabel | ( | self | ) |
def Screens.AudioSelection.AudioSelection.setToggleSubsFilterKey | ( | self, | |
arg = None |
|||
) |
def Screens.AudioSelection.AudioSelection.showExtendedAudioPluginChoice | ( | self | ) |
def Screens.AudioSelection.AudioSelection.toggleSubsFilter | ( | self, | |
stream_entry, | |||
togglesubsfilter | |||
) |
Screens.AudioSelection.AudioSelection.args |
Screens.AudioSelection.AudioSelection.audioChannel |
Screens.AudioSelection.AudioSelection.audioTracks |
Screens.AudioSelection.AudioSelection.cached_subtitle_checked |
Screens.AudioSelection.AudioSelection.fnc |
Screens.AudioSelection.AudioSelection.focus |
Screens.AudioSelection.AudioSelection.infobar |
Screens.AudioSelection.AudioSelection.plugincallerdict |
Screens.AudioSelection.AudioSelection.settings |