![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
| def | __init__ (self, name="Plugin", where=None, description="", icon=None, fnc=None, wakeupfnc=None, needsRestart=None, internal=False, weight=0) |
| def | __call__ (self, *args, **kwargs) |
| def | __getattribute__ (self, name) |
| def | updateIcon (self, path) |
| def | getWakeupTime (self) |
| def | icon (self) |
| def | __eq__ (self, other) |
| def | __ne__ (self, other) |
| def | __lt__ (self, other) |
| def | __gt__ (self, other) |
| def | __ge__ (self, other) |
| def | __le__ (self, other) |
Public Attributes | |
| name | |
| where | |
| description | |
| iconstr | |
| wakeupfnc | |
| needsRestart | |
| internal | |
| weight | |
| path | |
Static Public Attributes | |
| int | WHERE_EXTENSIONSMENU = 1 |
| int | WHERE_MAINMENU = 2 |
| int | WHERE_PLUGINMENU = 3 |
| int | WHERE_MOVIELIST = 4 |
| int | WHERE_MENU = 5 |
| int | WHERE_AUTOSTART = 6 |
| int | WHERE_WIZARD = 7 |
| int | WHERE_SESSIONSTART = 8 |
| int | WHERE_TELETEXT = 9 |
| int | WHERE_FILESCAN = 10 |
| int | WHERE_NETWORKSETUP = 11 |
| int | WHERE_EVENTINFO = 12 |
| int | WHERE_NETWORKCONFIG_READ = 13 |
| int | WHERE_AUDIOMENU = 14 |
| int | WHERE_SOFTWAREMANAGER = 15 |
| int | WHERE_CHANNEL_CONTEXT_MENU = 16 |
| int | WHERE_NETWORKMOUNTS = 17 |
| int | WHERE_VIXMENU = 18 |
| int | WHERE_RECORDTIMER = 19 |
| int | WHERE_SATCONFIGCHANGED = 20 |
| int | WHERE_SERVICESCAN = 21 |
| int | WHERE_EXTENSIONSINGLE = 22 |
| int | WHERE_CHANNEL_ZAP = 23 |
| int | WHERE_INFOBARLOADED = 24 |
An object to describe a plugin.
| def Plugins.Plugin.PluginDescriptor.__init__ | ( | self, | |
name = "Plugin", |
|||
where = None, |
|||
description = "", |
|||
icon = None, |
|||
fnc = None, |
|||
wakeupfnc = None, |
|||
needsRestart = None, |
|||
internal = False, |
|||
weight = 0 |
|||
| ) |
| def Plugins.Plugin.PluginDescriptor.__call__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
| def Plugins.Plugin.PluginDescriptor.__eq__ | ( | self, | |
| other | |||
| ) |
| def Plugins.Plugin.PluginDescriptor.__ge__ | ( | self, | |
| other | |||
| ) |
| def Plugins.Plugin.PluginDescriptor.__getattribute__ | ( | self, | |
| name | |||
| ) |
| def Plugins.Plugin.PluginDescriptor.__gt__ | ( | self, | |
| other | |||
| ) |
| def Plugins.Plugin.PluginDescriptor.__le__ | ( | self, | |
| other | |||
| ) |
| def Plugins.Plugin.PluginDescriptor.__lt__ | ( | self, | |
| other | |||
| ) |
| def Plugins.Plugin.PluginDescriptor.__ne__ | ( | self, | |
| other | |||
| ) |
| def Plugins.Plugin.PluginDescriptor.getWakeupTime | ( | self | ) |
| def Plugins.Plugin.PluginDescriptor.icon | ( | self | ) |
| def Plugins.Plugin.PluginDescriptor.updateIcon | ( | self, | |
| path | |||
| ) |
| Plugins.Plugin.PluginDescriptor.description |
| 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 |