![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
| def | __init__ (self, session, infobar=None, page=PAGE_AUDIO) |
| def | fillList (self, arg=None) |
| def | getSubtitleList (self) |
| def | subtitlesEnabled (self) |
| def | enableSubtitle (self, subtitle) |
| def | change3DSurround (self, surround_3d) |
| def | change3DSurroundSpeaker (self, surround_3d_speaker) |
| def | changeAutoVolume (self, autovolume) |
| def | changeAC3Downmix (self, downmix) |
| def | changeBTAudio (self, btaudio) |
| def | changePCMMultichannel (self, multichan) |
| def | changeAACDownmix (self, downmix) |
| def | changeAACDownmixPlus (self, downmix) |
| def | setAC3plusTranscode (self, transcode) |
| def | setWMAPro (self, downmix) |
| def | setDTSHD (self, downmix) |
| def | changeDTSDownmix (self, downmix) |
| def | setAACTranscode (self, transcode) |
| def | changeMode (self, mode) |
| def | changeAudio (self, audio) |
| def | keyLeft (self) |
| def | keyRight (self, config=False) |
| def | keyRed (self) |
| def | keyGreen (self) |
| def | keyYellow (self) |
| def | keyBlue (self) |
| def | keyAudioSubtitle (self) |
| def | colorkey (self, idx) |
| def | keyUp (self) |
| def | keyDown (self) |
| def | volumeUp (self) |
| def | volumeDown (self) |
| def | volumeMute (self) |
| def | keyNumberGlobal (self, number) |
| def | keyOk (self) |
| def | openAutoLanguageSetup (self) |
| def | protectResult (self, answer) |
| def | cancel (self) |
Public Member Functions inherited from Screens.Screen.Screen | |
| def | __repr__ (self) |
| def | execBegin (self) |
| def | execEnd (self) |
| def | doClose (self) |
| def | close (self, *retval) |
| def | show (self) |
| def | hide (self) |
| def | isAlreadyShown (self) |
| def | isStandAlone (self) |
| def | getScreenPath (self) |
| def | setTitle (self, title, showPath=True) |
| def | getTitle (self) |
| def | setFocus (self, o) |
| def | setKeyboardModeNone (self) |
| def | setKeyboardModeAscii (self) |
| def | restoreKeyboardMode (self) |
| def | saveKeyboardMode (self) |
| def | setDesktop (self, desktop) |
| def | setAnimationMode (self, mode) |
| def | getRelatedScreen (self, name) |
| def | callLater (self, function) |
| def | applySkin (self) |
| def | createGUIScreen (self, parent, desktop, updateonly=False) |
| def | deleteGUIScreen (self) |
| def | createSummary (self) |
| def | addSummary (self, summary) |
| def | removeSummary (self, summary) |
Public Member Functions inherited from Components.ConfigList.ConfigListScreen | |
| def | __init__ (self, list, session=None, on_change=None, fullUI=False) |
| def | setCancelMessage (self, msg) |
| def | setRestartMessage (self, msg) |
| def | getCurrentItem (self) |
| def | getCurrentEntry (self) |
| def | getCurrentValue (self) |
| def | getCurrentDescription (self) |
| def | changedEntry (self) |
| def | noNativeKeys (self) |
| def | handleInputHelpers (self) |
| def | showVirtualKeyBoard (self, state) |
| def | showHelpWindow (self) |
| def | hideHelpWindow (self) |
| def | displayHelp (self, state) |
| def | keySelect (self) |
| def | keyOK (self) |
| def | keyText (self) |
| def | keyTextCallback (self, callback=None) |
| def | keyMenu (self) |
| def | keyMenuCallback (self, answer) |
| def | keyTop (self) |
| def | keyPageUp (self) |
| def | keyFirst (self) |
| def | keyRight (self) |
| def | keyLast (self) |
| def | keyPageDown (self) |
| def | keyBottom (self) |
| def | keyBackspace (self) |
| def | keyDelete (self) |
| def | keyErase (self) |
| def | keyToggle (self) |
| def | keyGotAscii (self) |
| def | keySave (self) |
| def | restartConfirm (self, result) |
| def | saveAll (self) |
| def | addSaveNotifier (self, notifier) |
| def | removeSaveNotifier (self, notifier) |
| def | clearSaveNotifiers (self) |
| def | keyCancel (self) |
| def | closeRecursive (self) |
| def | closeConfigList (self, closeParameters=()) |
| def | cancelConfirm (self, result) |
| def | createSummary (self) |
| def | run (self) |
| def | dummyConfigActions (self, value) |
| def | dummyVKBActions (self, value) |
Public Attributes | |
| protectContextMenu | |
| infobar | |
| cached_subtitle_checked | |
| settings | |
| focus | |
| audioTracks | |
| audioChannel | |
| fnc | |
| args | |
| selectedSubtitle | |
Public Attributes inherited from Screens.Screen.Screen | |
| skinName | |
| session | |
| parent | |
| mandatoryWidgets | |
| onClose | |
| onFirstExecBegin | |
| onExecBegin | |
| onExecEnd | |
| onLayoutFinish | |
| onShown | |
| onShow | |
| onHide | |
| execing | |
| shown | |
| already_shown | |
| renderer | |
| helpList | |
| close_on_next_exec | |
| stand_alone | |
| keyboardMode | |
| desktop | |
| instance | |
| summaries | |
| screenPath | |
| screenTitle | |
| active_components | |
| scale | |
Public Attributes inherited from Components.ConfigList.ConfigListScreen | |
| entryChanged | |
| onChangedEntry | |
| onSave | |
| cancelMsg | |
| restartMsg | |
| closeParameters | |
Additional Inherited Members | |
Static Public Attributes inherited from Screens.Screen.Screen | |
| NO_SUSPEND | |
| SUSPEND_STOPS | |
| SUSPEND_PAUSES | |
| ALLOW_SUSPEND = NO_SUSPEND | |
| globalScreen = None | |
Properties inherited from Screens.Screen.Screen | |
| title = property(getTitle, setTitle) | |
| def Screens.AudioSelection.AudioSelection.__init__ | ( | self, | |
| session, | |||
infobar = None, |
|||
page = PAGE_AUDIO |
|||
| ) |
Reimplemented from Screens.Screen.Screen.
| def Screens.AudioSelection.AudioSelection.cancel | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.change3DSurround | ( | self, | |
| surround_3d | |||
| ) |
| def Screens.AudioSelection.AudioSelection.change3DSurroundSpeaker | ( | self, | |
| surround_3d_speaker | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changeAACDownmix | ( | self, | |
| downmix | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changeAACDownmixPlus | ( | self, | |
| downmix | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changeAC3Downmix | ( | self, | |
| downmix | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changeAudio | ( | self, | |
| audio | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changeAutoVolume | ( | self, | |
| autovolume | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changeBTAudio | ( | self, | |
| btaudio | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changeDTSDownmix | ( | self, | |
| downmix | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changeMode | ( | self, | |
| mode | |||
| ) |
| def Screens.AudioSelection.AudioSelection.changePCMMultichannel | ( | self, | |
| multichan | |||
| ) |
| def Screens.AudioSelection.AudioSelection.colorkey | ( | self, | |
| idx | |||
| ) |
| def Screens.AudioSelection.AudioSelection.enableSubtitle | ( | self, | |
| subtitle | |||
| ) |
| def Screens.AudioSelection.AudioSelection.fillList | ( | self, | |
arg = None |
|||
| ) |
| def Screens.AudioSelection.AudioSelection.getSubtitleList | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.keyAudioSubtitle | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.keyBlue | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.keyDown | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
| def Screens.AudioSelection.AudioSelection.keyGreen | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.keyLeft | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
| def Screens.AudioSelection.AudioSelection.keyNumberGlobal | ( | self, | |
| number | |||
| ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
| def Screens.AudioSelection.AudioSelection.keyOk | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.keyRed | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.keyRight | ( | self, | |
config = False |
|||
| ) |
| def Screens.AudioSelection.AudioSelection.keyUp | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
| def Screens.AudioSelection.AudioSelection.keyYellow | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.openAutoLanguageSetup | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.protectResult | ( | self, | |
| answer | |||
| ) |
| def Screens.AudioSelection.AudioSelection.setAACTranscode | ( | self, | |
| transcode | |||
| ) |
| def Screens.AudioSelection.AudioSelection.setAC3plusTranscode | ( | self, | |
| transcode | |||
| ) |
| def Screens.AudioSelection.AudioSelection.setDTSHD | ( | self, | |
| downmix | |||
| ) |
| def Screens.AudioSelection.AudioSelection.setWMAPro | ( | self, | |
| downmix | |||
| ) |
| def Screens.AudioSelection.AudioSelection.subtitlesEnabled | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.volumeDown | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.volumeMute | ( | self | ) |
| def Screens.AudioSelection.AudioSelection.volumeUp | ( | self | ) |
| 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.protectContextMenu |
| Screens.AudioSelection.AudioSelection.selectedSubtitle |
| Screens.AudioSelection.AudioSelection.settings |