enigma2
2.6
|
Classes | |
class | ParentalControl |
Functions | |
def | InitParentalControl () |
Variables | |
string | TYPE_SERVICE = "SERVICE" |
string | TYPE_BOUQUETSERVICE = "BOUQUETSERVICE" |
string | TYPE_BOUQUET = "BOUQUET" |
string | LIST_BLACKLIST = "blacklist" |
string | LIST_WHITELIST = "whitelist" |
string | IMG_WHITESERVICE = LIST_WHITELIST + "-" + TYPE_SERVICE |
string | IMG_WHITEBOUQUET = LIST_WHITELIST + "-" + TYPE_BOUQUET |
string | IMG_BLACKSERVICE = LIST_BLACKLIST + "-" + TYPE_SERVICE |
string | IMG_BLACKBOUQUET = LIST_BLACKLIST + "-" + TYPE_BOUQUET |
def Components.ParentalControl.InitParentalControl | ( | ) |
string Components.ParentalControl.IMG_BLACKBOUQUET = LIST_BLACKLIST + "-" + TYPE_BOUQUET |
string Components.ParentalControl.IMG_BLACKSERVICE = LIST_BLACKLIST + "-" + TYPE_SERVICE |
string Components.ParentalControl.IMG_WHITEBOUQUET = LIST_WHITELIST + "-" + TYPE_BOUQUET |
string Components.ParentalControl.IMG_WHITESERVICE = LIST_WHITELIST + "-" + TYPE_SERVICE |
string Components.ParentalControl.LIST_BLACKLIST = "blacklist" |
string Components.ParentalControl.LIST_WHITELIST = "whitelist" |
string Components.ParentalControl.TYPE_BOUQUET = "BOUQUET" |
string Components.ParentalControl.TYPE_BOUQUETSERVICE = "BOUQUETSERVICE" |
string Components.ParentalControl.TYPE_SERVICE = "SERVICE" |