enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, session) |
def | cancel (self) |
def | selectConfirmed (self, ret) |
Public Member Functions inherited from Screens.LocationBox.LocationBox | |
def | __init__ (self, session, text="", filename="", currDir=None, bookmarks=None, userMode=False, windowTitle=_("Select Location"), minFree=None, autoAdd=False, editDir=False, inhibitDirs=[], inhibitMounts=[]) |
def | switchToFileListOnStart (self) |
def | disableTimer (self) |
def | showHideRename (self) |
def | switchToFileList (self) |
def | switchToBookList (self) |
def | addRemoveBookmark (self) |
def | removeBookmark (self, name, ret) |
def | createDir (self) |
def | createDirCallback (self, res) |
def | removeDir (self) |
def | removeDirCallback (self, name, res) |
def | up (self) |
def | down (self) |
def | left (self) |
def | right (self) |
def | ok (self) |
def | getPreferredFolder (self) |
def | select (self) |
def | changeName (self) |
def | nameChanged (self, res) |
def | updateTarget (self) |
def | showMenu (self) |
def | menuCallback (self, choice) |
def | usermodeOn (self) |
def | keyNumberGlobal (self, number) |
def | selectByStart (self) |
def | timeout (self, force=False) |
def | __repr__ (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 | 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 Tools.NumericalTextInput.NumericalTextInput | |
def | __init__ (self, nextFunc=None, handleTimeout=True, search=False) |
def | setUseableChars (self, useable) |
def | getKey (self, num) |
def | nextKey (self) |
def | nextChar (self) |
def | timeout (self) |
Public Member Functions inherited from Screens.HelpMenu.HelpableScreen | |
def | __init__ (self) |
def | showHelp (self) |
def | callHelpAction (self, *args) |
Public Attributes | |
skinName | |
Public Attributes inherited from Screens.LocationBox.LocationBox | |
qs_timer | |
qs_timer_conn | |
qs_timer_type | |
curr_pos | |
quickselect | |
text | |
filename | |
minFree | |
realBookmarks | |
bookmarks | |
userMode | |
autoAdd | |
editDir | |
inhibitDirs | |
box | |
currList | |
lastKey | |
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 Tools.NumericalTextInput.NumericalTextInput | |
mapping | |
lang | |
useableChars | |
nextFunction | |
timer | |
timer_conn | |
lastKey | |
pos | |
Additional Inherited Members | |
Static Public Attributes inherited from Screens.LocationBox.LocationBox | |
string | skin |
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.LocationBox.TimeshiftLocationBox.__init__ | ( | self, | |
session | |||
) |
Reimplemented from Components.GUISkin.GUISkin.
def Screens.LocationBox.TimeshiftLocationBox.cancel | ( | self | ) |
Reimplemented from Screens.LocationBox.LocationBox.
def Screens.LocationBox.TimeshiftLocationBox.selectConfirmed | ( | self, | |
ret | |||
) |
Reimplemented from Screens.LocationBox.LocationBox.
Screens.LocationBox.TimeshiftLocationBox.skinName |