|
| def | __init__ (self, session, type=0, needupdate=True) |
| |
| def | createSummary (self) |
| |
| def | selectionChanged (self) |
| |
| def | createPluginFilter (self) |
| |
| def | go (self) |
| |
| def | requestClose (self) |
| |
| def | resetPostInstall (self) |
| |
| def | installDestinationCallback (self, result) |
| |
| def | runInstall (self, val) |
| |
| def | doRemove (self, callback, pkgname) |
| |
| def | doInstall (self, callback, pkgname) |
| |
| def | runSettingsRemove (self, val) |
| |
| def | runBootlogoRemove (self, val) |
| |
| def | runSettingsInstall (self) |
| |
| def | setWindowTitle (self) |
| |
| def | startOpkg (self, command) |
| |
| def | startOpkgListInstalled (self, pkgname=PLUGIN_PREFIX+' *') |
| |
| def | startOpkgListAvailable (self) |
| |
| def | startRun (self) |
| |
| def | installFinished (self) |
| |
| def | runFinished (self, retval) |
| |
| def | dataAvail (self, str) |
| |
| def | updateList (self) |
| |
| 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 | addSummary (self, summary) |
| |
| def | removeSummary (self, summary) |
| |
◆ __init__()
| def Screens.PluginBrowser.PluginDownloadBrowser.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
type = 0, |
|
|
|
needupdate = True |
|
) |
| |
◆ createPluginFilter()
| def Screens.PluginBrowser.PluginDownloadBrowser.createPluginFilter |
( |
|
self | ) |
|
◆ createSummary()
| def Screens.PluginBrowser.PluginDownloadBrowser.createSummary |
( |
|
self | ) |
|
◆ dataAvail()
| def Screens.PluginBrowser.PluginDownloadBrowser.dataAvail |
( |
|
self, |
|
|
|
str |
|
) |
| |
◆ doInstall()
| def Screens.PluginBrowser.PluginDownloadBrowser.doInstall |
( |
|
self, |
|
|
|
callback, |
|
|
|
pkgname |
|
) |
| |
◆ doRemove()
| def Screens.PluginBrowser.PluginDownloadBrowser.doRemove |
( |
|
self, |
|
|
|
callback, |
|
|
|
pkgname |
|
) |
| |
◆ go()
| def Screens.PluginBrowser.PluginDownloadBrowser.go |
( |
|
self | ) |
|
◆ installDestinationCallback()
| def Screens.PluginBrowser.PluginDownloadBrowser.installDestinationCallback |
( |
|
self, |
|
|
|
result |
|
) |
| |
◆ installFinished()
| def Screens.PluginBrowser.PluginDownloadBrowser.installFinished |
( |
|
self | ) |
|
◆ requestClose()
| def Screens.PluginBrowser.PluginDownloadBrowser.requestClose |
( |
|
self | ) |
|
◆ resetPostInstall()
| def Screens.PluginBrowser.PluginDownloadBrowser.resetPostInstall |
( |
|
self | ) |
|
◆ runBootlogoRemove()
| def Screens.PluginBrowser.PluginDownloadBrowser.runBootlogoRemove |
( |
|
self, |
|
|
|
val |
|
) |
| |
◆ runFinished()
| def Screens.PluginBrowser.PluginDownloadBrowser.runFinished |
( |
|
self, |
|
|
|
retval |
|
) |
| |
◆ runInstall()
| def Screens.PluginBrowser.PluginDownloadBrowser.runInstall |
( |
|
self, |
|
|
|
val |
|
) |
| |
◆ runSettingsInstall()
| def Screens.PluginBrowser.PluginDownloadBrowser.runSettingsInstall |
( |
|
self | ) |
|
◆ runSettingsRemove()
| def Screens.PluginBrowser.PluginDownloadBrowser.runSettingsRemove |
( |
|
self, |
|
|
|
val |
|
) |
| |
◆ selectionChanged()
| def Screens.PluginBrowser.PluginDownloadBrowser.selectionChanged |
( |
|
self | ) |
|
◆ setWindowTitle()
| def Screens.PluginBrowser.PluginDownloadBrowser.setWindowTitle |
( |
|
self | ) |
|
◆ startOpkg()
| def Screens.PluginBrowser.PluginDownloadBrowser.startOpkg |
( |
|
self, |
|
|
|
command |
|
) |
| |
◆ startOpkgListAvailable()
| def Screens.PluginBrowser.PluginDownloadBrowser.startOpkgListAvailable |
( |
|
self | ) |
|
◆ startOpkgListInstalled()
| def Screens.PluginBrowser.PluginDownloadBrowser.startOpkgListInstalled |
( |
|
self, |
|
|
|
pkgname = PLUGIN_PREFIX + '*' |
|
) |
| |
◆ startRun()
| def Screens.PluginBrowser.PluginDownloadBrowser.startRun |
( |
|
self | ) |
|
◆ updateList()
| def Screens.PluginBrowser.PluginDownloadBrowser.updateList |
( |
|
self | ) |
|
◆ check_bootlogo
| Screens.PluginBrowser.PluginDownloadBrowser.check_bootlogo |
◆ check_settings
| Screens.PluginBrowser.PluginDownloadBrowser.check_settings |
◆ container
| Screens.PluginBrowser.PluginDownloadBrowser.container |
◆ DOWNLOAD
| int Screens.PluginBrowser.PluginDownloadBrowser.DOWNLOAD = 0 |
|
static |
◆ expanded
| Screens.PluginBrowser.PluginDownloadBrowser.expanded |
◆ install_bootlogo_name
| Screens.PluginBrowser.PluginDownloadBrowser.install_bootlogo_name |
◆ install_settings_name
| Screens.PluginBrowser.PluginDownloadBrowser.install_settings_name |
◆ installedplugins
| Screens.PluginBrowser.PluginDownloadBrowser.installedplugins |
◆ LanguageList
| Screens.PluginBrowser.PluginDownloadBrowser.LanguageList |
◆ lastDownloadDate
| Screens.PluginBrowser.PluginDownloadBrowser.lastDownloadDate = None |
|
static |
◆ list
| Screens.PluginBrowser.PluginDownloadBrowser.list |
◆ listHeight
| Screens.PluginBrowser.PluginDownloadBrowser.listHeight |
◆ listWidth
| Screens.PluginBrowser.PluginDownloadBrowser.listWidth |
◆ needupdate
| Screens.PluginBrowser.PluginDownloadBrowser.needupdate |
◆ onChangedEntry
| Screens.PluginBrowser.PluginDownloadBrowser.onChangedEntry |
◆ opkg
| Screens.PluginBrowser.PluginDownloadBrowser.opkg |
◆ opkg_install
| Screens.PluginBrowser.PluginDownloadBrowser.opkg_install |
◆ opkg_remove
| Screens.PluginBrowser.PluginDownloadBrowser.opkg_remove |
◆ PLUGIN_PREFIX
| string Screens.PluginBrowser.PluginDownloadBrowser.PLUGIN_PREFIX = 'enigma2-plugin-' |
|
static |
◆ PLUGIN_PREFIX2 [1/2]
| list Screens.PluginBrowser.PluginDownloadBrowser.PLUGIN_PREFIX2 = [] |
|
static |
◆ PLUGIN_PREFIX2 [2/2]
| Screens.PluginBrowser.PluginDownloadBrowser.PLUGIN_PREFIX2 |
◆ pluginlist
| Screens.PluginBrowser.PluginDownloadBrowser.pluginlist |
◆ plugins
| Screens.PluginBrowser.PluginDownloadBrowser.plugins |
◆ plugins_changed
| Screens.PluginBrowser.PluginDownloadBrowser.plugins_changed |
◆ postInstallCall
| Screens.PluginBrowser.PluginDownloadBrowser.postInstallCall |
◆ reload_settings
| Screens.PluginBrowser.PluginDownloadBrowser.reload_settings |
◆ remainingdata
| Screens.PluginBrowser.PluginDownloadBrowser.remainingdata |
◆ REMOVE
| int Screens.PluginBrowser.PluginDownloadBrowser.REMOVE = 1 |
|
static |
◆ remove_bootlogo_name
| Screens.PluginBrowser.PluginDownloadBrowser.remove_bootlogo_name |
◆ remove_settings_name
| Screens.PluginBrowser.PluginDownloadBrowser.remove_settings_name |
◆ run
| Screens.PluginBrowser.PluginDownloadBrowser.run |
◆ type
| Screens.PluginBrowser.PluginDownloadBrowser.type |
◆ UPDATE
| int Screens.PluginBrowser.PluginDownloadBrowser.UPDATE = 2 |
|
static |
The documentation for this class was generated from the following file: