enigma2
2.6
|
Public Member Functions | |
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 | cancel (self) |
def | getPreferredFolder (self) |
def | selectConfirmed (self, ret) |
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 | __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 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 | |
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 | |
Static Public Attributes | |
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 |
Additional Inherited Members | |
Properties inherited from Components.GUISkin.GUISkin | |
title = property(getTitle, setTitle) | |
Simple Class similar to MessageBox / ChoiceBox but used to choose a folder/pathname combination
def Screens.LocationBox.LocationBox.__init__ | ( | self, | |
session, | |||
text = "" , |
|||
filename = "" , |
|||
currDir = None , |
|||
bookmarks = None , |
|||
userMode = False , |
|||
windowTitle = _("Select Location") , |
|||
minFree = None , |
|||
autoAdd = False , |
|||
editDir = False , |
|||
inhibitDirs = [] , |
|||
inhibitMounts = [] |
|||
) |
def Screens.LocationBox.LocationBox.__repr__ | ( | self | ) |
Reimplemented from Screens.Screen.Screen.
def Screens.LocationBox.LocationBox.addRemoveBookmark | ( | self | ) |
def Screens.LocationBox.LocationBox.cancel | ( | self | ) |
Reimplemented in Screens.LocationBox.TimeshiftLocationBox.
def Screens.LocationBox.LocationBox.changeName | ( | self | ) |
def Screens.LocationBox.LocationBox.createDir | ( | self | ) |
def Screens.LocationBox.LocationBox.createDirCallback | ( | self, | |
res | |||
) |
def Screens.LocationBox.LocationBox.disableTimer | ( | self | ) |
def Screens.LocationBox.LocationBox.down | ( | self | ) |
def Screens.LocationBox.LocationBox.getPreferredFolder | ( | self | ) |
def Screens.LocationBox.LocationBox.keyNumberGlobal | ( | self, | |
number | |||
) |
def Screens.LocationBox.LocationBox.left | ( | self | ) |
def Screens.LocationBox.LocationBox.menuCallback | ( | self, | |
choice | |||
) |
def Screens.LocationBox.LocationBox.nameChanged | ( | self, | |
res | |||
) |
def Screens.LocationBox.LocationBox.ok | ( | self | ) |
def Screens.LocationBox.LocationBox.removeBookmark | ( | self, | |
name, | |||
ret | |||
) |
def Screens.LocationBox.LocationBox.removeDir | ( | self | ) |
def Screens.LocationBox.LocationBox.removeDirCallback | ( | self, | |
name, | |||
res | |||
) |
def Screens.LocationBox.LocationBox.right | ( | self | ) |
def Screens.LocationBox.LocationBox.select | ( | self | ) |
def Screens.LocationBox.LocationBox.selectByStart | ( | self | ) |
def Screens.LocationBox.LocationBox.selectConfirmed | ( | self, | |
ret | |||
) |
Reimplemented in Screens.LocationBox.TimeshiftLocationBox.
def Screens.LocationBox.LocationBox.showHideRename | ( | self | ) |
def Screens.LocationBox.LocationBox.showMenu | ( | self | ) |
def Screens.LocationBox.LocationBox.switchToBookList | ( | self | ) |
def Screens.LocationBox.LocationBox.switchToFileList | ( | self | ) |
def Screens.LocationBox.LocationBox.switchToFileListOnStart | ( | self | ) |
def Screens.LocationBox.LocationBox.timeout | ( | self, | |
force = False |
|||
) |
def Screens.LocationBox.LocationBox.up | ( | self | ) |
def Screens.LocationBox.LocationBox.updateTarget | ( | self | ) |
def Screens.LocationBox.LocationBox.usermodeOn | ( | self | ) |
Screens.LocationBox.LocationBox.autoAdd |
Screens.LocationBox.LocationBox.bookmarks |
Screens.LocationBox.LocationBox.box |
Screens.LocationBox.LocationBox.curr_pos |
Screens.LocationBox.LocationBox.currList |
Screens.LocationBox.LocationBox.editDir |
Screens.LocationBox.LocationBox.filename |
Screens.LocationBox.LocationBox.inhibitDirs |
Screens.LocationBox.LocationBox.lastKey |
Screens.LocationBox.LocationBox.minFree |
Screens.LocationBox.LocationBox.qs_timer |
Screens.LocationBox.LocationBox.qs_timer_conn |
Screens.LocationBox.LocationBox.qs_timer_type |
Screens.LocationBox.LocationBox.quickselect |
Screens.LocationBox.LocationBox.realBookmarks |
|
static |
Screens.LocationBox.LocationBox.text |
Screens.LocationBox.LocationBox.userMode |