enigma2  2.6
Classes | Namespaces | Functions | Variables
ParentalControl.py File Reference

Classes

class  Components.ParentalControl.ParentalControl
 

Namespaces

 Components.ParentalControl
 

Functions

def Components.ParentalControl.InitParentalControl ()
 

Variables

string Components.ParentalControl.TYPE_SERVICE = "SERVICE"
 
string Components.ParentalControl.TYPE_BOUQUETSERVICE = "BOUQUETSERVICE"
 
string Components.ParentalControl.TYPE_BOUQUET = "BOUQUET"
 
string Components.ParentalControl.LIST_BLACKLIST = "blacklist"
 
string Components.ParentalControl.LIST_WHITELIST = "whitelist"
 
string Components.ParentalControl.IMG_WHITESERVICE = LIST_WHITELIST + "-" + TYPE_SERVICE
 
string Components.ParentalControl.IMG_WHITEBOUQUET = LIST_WHITELIST + "-" + TYPE_BOUQUET
 
string Components.ParentalControl.IMG_BLACKSERVICE = LIST_BLACKLIST + "-" + TYPE_SERVICE
 
string Components.ParentalControl.IMG_BLACKBOUQUET = LIST_BLACKLIST + "-" + TYPE_BOUQUET