enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, name="Plugin", where=[], description="", icon=None, fnc=None, wakeupfnc=None, needsRestart=None, internal=False, weight=0, helperfnc=None) |
def | __call__ (self, *args, **kwargs) |
def | __getattribute__ (self, name) |
def | updateIcon (self, path) |
def | getWakeupTime (self) |
def | __eq__ (self, other) |
Public Attributes | |
name | |
internal | |
needsRestart | |
path | |
helperfnc | |
where | |
description | |
iconstr | |
icon | |
weight | |
wakeupfnc | |
Static Public Attributes | |
int | WHERE_EXTENSIONSMENU = 0 |
int | WHERE_MAINMENU = 1 |
int | WHERE_PLUGINMENU = 2 |
int | WHERE_MOVIELIST = 3 |
int | WHERE_MENU = 4 |
int | WHERE_AUTOSTART = 5 |
int | WHERE_WIZARD = 6 |
int | WHERE_SESSIONSTART = 7 |
int | WHERE_TELETEXT = 8 |
int | WHERE_FILESCAN = 9 |
int | WHERE_NETWORKSETUP = 10 |
int | WHERE_EVENTINFO = 11 |
int | WHERE_NETWORKCONFIG_READ = 12 |
int | WHERE_AUDIOMENU = 13 |
int | WHERE_SOFTWAREMANAGER = 14 |
int | WHERE_TIMEREDIT = 15 |
int | WHERE_INFOBAR = 16 |
int | WHERE_HBBTV = 17 |
int | WHERE_STORAGEMANAGER = 18 |
int | WHERE_CHANNEL_CONTEXT_MENU = 19 |
int | WHERE_CHANNEL_SELECTION_MENU = WHERE_CHANNEL_CONTEXT_MENU |
int | WHERE_UPNP = 20 |
int | WHERE_EVENTVIEW = 21 |
int | WHERE_EPG_SELECTION_SINGLE_RED = 22 |
int | WHERE_EPG_SELECTION_SINGLE_BLUE = 23 |
int | WHERE_CHANNEL_SELECTION_RED = 24 |
An object to describe a plugin.
def Plugins.Plugin.PluginDescriptor.__init__ | ( | self, | |
name = "Plugin" , |
|||
where = [ ] , |
|||
description = "" , |
|||
icon = None , |
|||
fnc = None , |
|||
wakeupfnc = None , |
|||
needsRestart = None , |
|||
internal = False , |
|||
weight = 0 , |
|||
helperfnc = None |
|||
) |
def Plugins.Plugin.PluginDescriptor.__call__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
def Plugins.Plugin.PluginDescriptor.__eq__ | ( | self, | |
other | |||
) |
def Plugins.Plugin.PluginDescriptor.__getattribute__ | ( | self, | |
name | |||
) |
def Plugins.Plugin.PluginDescriptor.getWakeupTime | ( | self | ) |
def Plugins.Plugin.PluginDescriptor.updateIcon | ( | self, | |
path | |||
) |
Plugins.Plugin.PluginDescriptor.description |
Plugins.Plugin.PluginDescriptor.helperfnc |
Plugins.Plugin.PluginDescriptor.icon |
Plugins.Plugin.PluginDescriptor.iconstr |
Plugins.Plugin.PluginDescriptor.internal |
Plugins.Plugin.PluginDescriptor.name |
Plugins.Plugin.PluginDescriptor.needsRestart |
Plugins.Plugin.PluginDescriptor.path |
Plugins.Plugin.PluginDescriptor.wakeupfnc |
Plugins.Plugin.PluginDescriptor.weight |
Plugins.Plugin.PluginDescriptor.where |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |