enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, session, plugin_path, args=None) |
def | keyNumberGlobal (self, val) |
def | keyGotAscii (self) |
def | setNextIdx (self, char) |
def | getNextIdx (self, char) |
def | exit (self) |
def | reload (self) |
def | setWindowTitle (self) |
def | setStatus (self, status=None) |
def | rebuildList (self) |
def | go (self, returnValue=None) |
def | runRemove (self, result) |
def | runRemoveFinished (self) |
def | RemoveReboot (self, result) |
def | runUpgrade (self, result) |
def | runUpgradeFinished (self) |
def | UpgradeReboot (self, result) |
def | ipkgCallback (self, event, param) |
def | IpkgList_Finished (self, result, retval, extra_args=None) |
def | IpkgListInstalled_Finished (self, result, retval, extra_args=None) |
def | OpkgListUpgradeable_Finished (self, result, retval, extra_args=None) |
def | buildEntryComponent (self, name, version, description, state) |
def | buildPacketList (self) |
def | reloadPluginlist (self) |
Public Member Functions inherited from Screens.Screen.Screen | |
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 | __repr__ (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 | setUseableChars (self, useable) |
def | getKey (self, num) |
def | nextKey (self) |
def | nextChar (self) |
def | timeout (self) |
Public Attributes | |
session | |
skin_path | |
list | |
statuslist | |
list_updating | |
packetlist | |
installed_packetlist | |
upgradeable_packages | |
Console | |
cmdList | |
cachelist | |
cache_ttl | |
cache_file | |
oktext | |
unwanted_extensions | |
ipkg | |
inv_cache | |
vc | |
run | |
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) | |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.__init__ | ( | self, | |
session, | |||
plugin_path, | |||
args = None |
|||
) |
Reimplemented from Screens.Screen.Screen.
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.buildEntryComponent | ( | self, | |
name, | |||
version, | |||
description, | |||
state | |||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.buildPacketList | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.exit | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.getNextIdx | ( | self, | |
char | |||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.go | ( | self, | |
returnValue = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.ipkgCallback | ( | self, | |
event, | |||
param | |||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.IpkgList_Finished | ( | self, | |
result, | |||
retval, | |||
extra_args = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.IpkgListInstalled_Finished | ( | self, | |
result, | |||
retval, | |||
extra_args = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.keyGotAscii | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.keyNumberGlobal | ( | self, | |
val | |||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.OpkgListUpgradeable_Finished | ( | self, | |
result, | |||
retval, | |||
extra_args = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.rebuildList | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.reload | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.reloadPluginlist | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.RemoveReboot | ( | self, | |
result | |||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.runRemove | ( | self, | |
result | |||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.runRemoveFinished | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.runUpgrade | ( | self, | |
result | |||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.runUpgradeFinished | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.setNextIdx | ( | self, | |
char | |||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.setStatus | ( | self, | |
status = None |
|||
) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.setWindowTitle | ( | self | ) |
def Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.UpgradeReboot | ( | self, | |
result | |||
) |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.cache_file |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.cache_ttl |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.cachelist |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.cmdList |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.Console |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.installed_packetlist |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.inv_cache |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.ipkg |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.list |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.list_updating |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.oktext |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.packetlist |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.run |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.session |
|
static |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.skin_path |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.statuslist |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.unwanted_extensions |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.upgradeable_packages |
Plugins.SystemPlugins.SoftwareManager.plugin.PacketManager.vc |