![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Classes | |
class | QuickMenu |
class | QuickMenuList |
class | QuickMenuSubList |
class | QuickMenuDevices |
Functions | |
def | isFileSystemSupported (filesystem) |
def | QuickMenuEntryComponent (name, description, long_description=None, width=540) |
def | QuickSubMenuEntryComponent (name, description, long_description=None, width=540) |
Variables | |
NETWORKBROWSER = isPluginInstalled("NetworkBrowser") | |
AUDIOSYNC = isPluginInstalled("AudioSync") | |
VIDEOENH = isPluginInstalled("VideoEnhancement") and exists("/proc/stb/vmpeg/0/pep_apply") | |
DFLASH = isPluginInstalled("dFlash") | |
DBACKUP = isPluginInstalled("dBackup") | |
POSSETUP = isPluginInstalled("PositionerSetup") | |
SATFINDER = isPluginInstalled("Satfinder") | |
def Screens.QuickMenu.isFileSystemSupported | ( | filesystem | ) |
def Screens.QuickMenu.QuickMenuEntryComponent | ( | name, | |
description, | |||
long_description = None , |
|||
width = 540 |
|||
) |
def Screens.QuickMenu.QuickSubMenuEntryComponent | ( | name, | |
description, | |||
long_description = None , |
|||
width = 540 |
|||
) |
Screens.QuickMenu.AUDIOSYNC = isPluginInstalled("AudioSync") |
Screens.QuickMenu.DBACKUP = isPluginInstalled("dBackup") |
Screens.QuickMenu.DFLASH = isPluginInstalled("dFlash") |
Screens.QuickMenu.NETWORKBROWSER = isPluginInstalled("NetworkBrowser") |
Screens.QuickMenu.POSSETUP = isPluginInstalled("PositionerSetup") |
Screens.QuickMenu.SATFINDER = isPluginInstalled("Satfinder") |
Screens.QuickMenu.VIDEOENH = isPluginInstalled("VideoEnhancement") and exists("/proc/stb/vmpeg/0/pep_apply") |