![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
def | __init__ (self, session, text="", filename="", currDir=None, bookmarks=None, windowTitle=_("Select Location"), minFree=None, autoAdd=False, editDir=False, inhibitDirs=None, inhibitMounts=None) |
def | __repr__ (self) |
def | layoutFinished (self) |
def | updateState (self) |
def | getCurrentDirectory (self) |
def | showHideRename (self) |
def | keyCancel (self) |
def | keyOk (self) |
def | keySelect (self) |
def | keySelectCallback (self, answer) |
def | keyShowMenu (self) |
def | keyShowMenuCallback (self, choice) |
def | switchToFileList (self) |
def | switchToBookmarkList (self) |
def | addRemoveBookmark (self) |
def | removeBookmarkCallback (self, bookmark, answer) |
def | sortBookmarks (self) |
def | reloadBookmarks (self) |
def | createDirectory (self) |
def | createDirCallback (self, directory) |
def | renameDirectory (self) |
def | renameDirectoryCallback (self, directory, newName) |
def | deleteDirectory (self) |
def | deleteDirectoryCallback (self, directory, answer) |
def | keyGoTop (self) |
def | keyGoPageUp (self) |
def | keyGoLineUp (self) |
def | keyGoLineDown (self) |
def | keyGoPageDown (self) |
def | keyGoBottom (self) |
def | renameProposedFile (self) |
def | renameProposedFileCallback (self, filename) |
def | keyMoveBookmarkUp (self) |
def | keyMoveBookmarkDown (self) |
def | moveBookmark (self, direction) |
def | keyNumberGlobal (self, digit) |
def | timeout (self, force=False) |
def | selectByStart (self) |
def | disableTimer (self) |
![]() | |
def | __init__ (self, session, parent=None, mandatoryWidgets=None) |
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) |
![]() | |
def | __init__ (self, nextFunc=None, handleTimeout=True, search=False, mapping=None, mode=None) |
def | setMode (self, mode) |
def | timeout (self) |
def | nextChar (self) |
def | nextKey (self) |
def | getKey (self, num) |
def | setUseableChars (self, useable) |
![]() | |
def | __init__ (self) |
def | showHelp (self) |
def | callHelpAction (self, *args) |
Public Attributes | |
text | |
filename | |
bookmarks | |
bookmarksList | |
minFree | |
autoAdd | |
editDir | |
currList | |
box | |
timer | |
timerType | |
quickSelect | |
quickSelectPos | |
lastKey | |
![]() | |
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 | |
![]() | |
nextFunction | |
timer | |
mapping | |
useableChars | |
lastKey | |
pos | |
Static Public Attributes | |
string | skin |
![]() | |
NO_SUSPEND | |
SUSPEND_STOPS | |
SUSPEND_PAUSES | |
ALLOW_SUSPEND = NO_SUSPEND | |
globalScreen = None | |
Additional Inherited Members | |
![]() | |
title = property(getTitle, setTitle) | |
Simple Class similar to MessageBox / ChoiceBox but used to choose a directory/pathname combination
def Screens.LocationBox.LocationBox.__init__ | ( | self, | |
session, | |||
text = "" , |
|||
filename = "" , |
|||
currDir = None , |
|||
bookmarks = None , |
|||
windowTitle = _("Select Location") , |
|||
minFree = None , |
|||
autoAdd = False , |
|||
editDir = False , |
|||
inhibitDirs = None , |
|||
inhibitMounts = None |
|||
) |
def Screens.LocationBox.LocationBox.__repr__ | ( | self | ) |
Reimplemented from Screens.Screen.Screen.
def Screens.LocationBox.LocationBox.addRemoveBookmark | ( | self | ) |
def Screens.LocationBox.LocationBox.createDirCallback | ( | self, | |
directory | |||
) |
def Screens.LocationBox.LocationBox.createDirectory | ( | self | ) |
def Screens.LocationBox.LocationBox.deleteDirectory | ( | self | ) |
def Screens.LocationBox.LocationBox.deleteDirectoryCallback | ( | self, | |
directory, | |||
answer | |||
) |
def Screens.LocationBox.LocationBox.disableTimer | ( | self | ) |
def Screens.LocationBox.LocationBox.getCurrentDirectory | ( | self | ) |
def Screens.LocationBox.LocationBox.keyCancel | ( | self | ) |
def Screens.LocationBox.LocationBox.keyGoBottom | ( | self | ) |
def Screens.LocationBox.LocationBox.keyGoLineDown | ( | self | ) |
def Screens.LocationBox.LocationBox.keyGoLineUp | ( | self | ) |
def Screens.LocationBox.LocationBox.keyGoPageDown | ( | self | ) |
def Screens.LocationBox.LocationBox.keyGoPageUp | ( | self | ) |
def Screens.LocationBox.LocationBox.keyGoTop | ( | self | ) |
def Screens.LocationBox.LocationBox.keyMoveBookmarkDown | ( | self | ) |
def Screens.LocationBox.LocationBox.keyMoveBookmarkUp | ( | self | ) |
def Screens.LocationBox.LocationBox.keyNumberGlobal | ( | self, | |
digit | |||
) |
def Screens.LocationBox.LocationBox.keyOk | ( | self | ) |
def Screens.LocationBox.LocationBox.keySelect | ( | self | ) |
def Screens.LocationBox.LocationBox.keySelectCallback | ( | self, | |
answer | |||
) |
def Screens.LocationBox.LocationBox.keyShowMenu | ( | self | ) |
def Screens.LocationBox.LocationBox.keyShowMenuCallback | ( | self, | |
choice | |||
) |
def Screens.LocationBox.LocationBox.layoutFinished | ( | self | ) |
def Screens.LocationBox.LocationBox.moveBookmark | ( | self, | |
direction | |||
) |
def Screens.LocationBox.LocationBox.reloadBookmarks | ( | self | ) |
def Screens.LocationBox.LocationBox.removeBookmarkCallback | ( | self, | |
bookmark, | |||
answer | |||
) |
def Screens.LocationBox.LocationBox.renameDirectory | ( | self | ) |
def Screens.LocationBox.LocationBox.renameDirectoryCallback | ( | self, | |
directory, | |||
newName | |||
) |
def Screens.LocationBox.LocationBox.renameProposedFile | ( | self | ) |
def Screens.LocationBox.LocationBox.renameProposedFileCallback | ( | self, | |
filename | |||
) |
def Screens.LocationBox.LocationBox.selectByStart | ( | self | ) |
def Screens.LocationBox.LocationBox.showHideRename | ( | self | ) |
def Screens.LocationBox.LocationBox.sortBookmarks | ( | self | ) |
def Screens.LocationBox.LocationBox.switchToBookmarkList | ( | self | ) |
def Screens.LocationBox.LocationBox.switchToFileList | ( | self | ) |
def Screens.LocationBox.LocationBox.timeout | ( | self, | |
force = False |
|||
) |
def Screens.LocationBox.LocationBox.updateState | ( | self | ) |
Screens.LocationBox.LocationBox.autoAdd |
Screens.LocationBox.LocationBox.bookmarks |
Screens.LocationBox.LocationBox.bookmarksList |
Screens.LocationBox.LocationBox.box |
Screens.LocationBox.LocationBox.currList |
Screens.LocationBox.LocationBox.editDir |
Screens.LocationBox.LocationBox.filename |
Screens.LocationBox.LocationBox.lastKey |
Screens.LocationBox.LocationBox.minFree |
Screens.LocationBox.LocationBox.quickSelect |
Screens.LocationBox.LocationBox.quickSelectPos |
|
static |
Screens.LocationBox.LocationBox.text |
Screens.LocationBox.LocationBox.timer |
Screens.LocationBox.LocationBox.timerType |