![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Classes | |
class | HelpableNumberActionMap |
class | CCcamLineEdit |
class | CCcamMenuList |
class | CCcamInfoMain |
class | CCcamInfoEcmInfoSelection |
class | CCcamInfoInfoScreen |
class | CCcamShareViewMenu |
class | CCcamInfoSubMenu |
class | CCcamInfoServerMenu |
class | CCcamInfoRemoteBox |
class | CCcamInfoProfileSetup |
class | CCcamInfoRemoteBoxMenu |
class | CCcamInfoShareInfo |
class | CCcamInfoConfigSwitcher |
class | CCcamInfoMenuConfig |
Functions | |
def | searchConfig () |
global More... | |
def | getPage (url, callback, errback) |
def | translateBlock (block) |
def | getConfigValue (l) |
def | notBlackListed (entry) |
def | getConfigNameAndContent (fileName) |
def | CCcamListEntry (name, idx) |
def | CCcamServerListEntry (name, color) |
def | CCcamShareListEntry (hostname, type, caid, system, uphops, maxdown) |
def | CCcamShareViewListEntry (caidprovider, providername, numberofcards, numberofreshare) |
def | CCcamConfigListEntry (file) |
def | CCcamMenuConfigListEntry (name, blacklisted) |
Variables | |
string | VERSION = "V3" |
string | DATE = "01.12.2021" |
string | CFG = "/etc/CCcam.cfg" |
string | CFG_path = '/etc' |
int | Counter = 0 |
dictionary | AuthHeaders |
sf = getSkinFactor() | |
global More... | |
list | TranslationHelper |
list | menu_list |
lock_on = loadPNG(resolveFilename(SCOPE_GUISKIN, "icons/lock_on.png")) | |
lock_off = loadPNG(resolveFilename(SCOPE_GUISKIN, "icons/lock_off.png")) | |
cccamlineedit | |
protocol | |
domain | |
port | |
username | |
password | |
deskey | |
def Screens.CCcamInfo.CCcamConfigListEntry | ( | file | ) |
def Screens.CCcamInfo.CCcamListEntry | ( | name, | |
idx | |||
) |
def Screens.CCcamInfo.CCcamMenuConfigListEntry | ( | name, | |
blacklisted | |||
) |
def Screens.CCcamInfo.CCcamServerListEntry | ( | name, | |
color | |||
) |
def Screens.CCcamInfo.CCcamShareListEntry | ( | hostname, | |
type, | |||
caid, | |||
system, | |||
uphops, | |||
maxdown | |||
) |
def Screens.CCcamInfo.CCcamShareViewListEntry | ( | caidprovider, | |
providername, | |||
numberofcards, | |||
numberofreshare | |||
) |
def Screens.CCcamInfo.getConfigNameAndContent | ( | fileName | ) |
def Screens.CCcamInfo.getConfigValue | ( | l | ) |
def Screens.CCcamInfo.getPage | ( | url, | |
callback, | |||
errback | |||
) |
def Screens.CCcamInfo.notBlackListed | ( | entry | ) |
def Screens.CCcamInfo.searchConfig | ( | ) |
global
def Screens.CCcamInfo.translateBlock | ( | block | ) |
dictionary Screens.CCcamInfo.AuthHeaders |
Screens.CCcamInfo.cccamlineedit |
string Screens.CCcamInfo.CFG = "/etc/CCcam.cfg" |
string Screens.CCcamInfo.CFG_path = '/etc' |
int Screens.CCcamInfo.Counter = 0 |
string Screens.CCcamInfo.DATE = "01.12.2021" |
Screens.CCcamInfo.deskey |
Screens.CCcamInfo.domain |
Screens.CCcamInfo.lock_off = loadPNG(resolveFilename(SCOPE_GUISKIN, "icons/lock_off.png")) |
Screens.CCcamInfo.lock_on = loadPNG(resolveFilename(SCOPE_GUISKIN, "icons/lock_on.png")) |
list Screens.CCcamInfo.menu_list |
Screens.CCcamInfo.password |
Screens.CCcamInfo.port |
Screens.CCcamInfo.protocol |
Screens.CCcamInfo.sf = getSkinFactor() |
global
list Screens.CCcamInfo.TranslationHelper |
Screens.CCcamInfo.username |
string Screens.CCcamInfo.VERSION = "V3" |