openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
config.py File Reference

Classes

class  Components.config.ConfigElement
 
class  Components.config.choicesList
 
class  Components.config.descriptionsList
 
class  Components.config.ConfigBoolean
 
class  Components.config.ConfigEnableDisable
 
class  Components.config.ConfigOnOff
 
class  Components.config.ConfigYesNo
 
class  Components.config.ConfigDateTime
 
class  Components.config.ConfigDictionarySet
 
class  Components.config.ConfigLocations
 
class  Components.config.ConfigSelection
 
class  Components.config.ConfigNothing
 
class  Components.config.ConfigSatellite
 
class  Components.config.ConfigSatlist
 
class  Components.config.ConfigSelectionNumber
 
class  Components.config.ConfigSequence
 
class  Components.config.ConfigCECAddress
 
class  Components.config.ConfigClock
 
class  Components.config.ConfigDate
 
class  Components.config.ConfigFloat
 
class  Components.config.ConfigInteger
 
class  Components.config.ConfigPIN
 
class  Components.config.ConfigIP
 
class  Components.config.ConfigMAC
 
class  Components.config.ConfigPosition
 
class  Components.config.ConfigSet
 
class  Components.config.ConfigSlider
 
class  Components.config.ConfigText
 
class  Components.config.ConfigDirectory
 
class  Components.config.ConfigMACText
 
class  Components.config.ConfigMacText
 
class  Components.config.ConfigNumber
 
class  Components.config.ConfigPassword
 
class  Components.config.ConfigSearchText
 
class  Components.config.ConfigSubsectionContent
 
class  Components.config.ConfigSubList
 
class  Components.config.ConfigSubDict
 
class  Components.config.ConfigSubsection
 
class  Components.config.Config
 
class  Components.config.ConfigFile
 

Namespaces

 Components.config
 

Functions

def Components.config.getKeyNumber (key)
 
def Components.config.getConfigListEntry (*args)
 
def Components.config.updateConfigElement (element, newelement)
 
def Components.config.NoSave (element)
 

Variables

int Components.config.ACTIONKEY_LEFT = 0
 
int Components.config.ACTIONKEY_RIGHT = 1
 
int Components.config.ACTIONKEY_SELECT = 2
 
int Components.config.ACTIONKEY_DELETE = 3
 
int Components.config.ACTIONKEY_BACKSPACE = 4
 
int Components.config.ACTIONKEY_FIRST = 5
 
int Components.config.ACTIONKEY_LAST = 6
 
int Components.config.ACTIONKEY_TOGGLE = 7
 
int Components.config.ACTIONKEY_ASCII = 8
 
int Components.config.ACTIONKEY_TIMEOUT = 9
 
 Components.config.ACTIONKEY_NUMBERS = list(range(12, 12 + 10))
 
int Components.config.ACTIONKEY_0 = 12
 
int Components.config.ACTIONKEY_1 = 13
 
int Components.config.ACTIONKEY_2 = 14
 
int Components.config.ACTIONKEY_3 = 15
 
int Components.config.ACTIONKEY_4 = 16
 
int Components.config.ACTIONKEY_5 = 17
 
int Components.config.ACTIONKEY_6 = 18
 
int Components.config.ACTIONKEY_7 = 19
 
int Components.config.ACTIONKEY_8 = 20
 
int Components.config.ACTIONKEY_9 = 21
 
int Components.config.ACTIONKEY_PAGEUP = 22
 
int Components.config.ACTIONKEY_PAGEDOWN = 23
 
int Components.config.ACTIONKEY_PREV = 24
 
int Components.config.ACTIONKEY_NEXT = 25
 
int Components.config.ACTIONKEY_ERASE = 26
 
int Components.config.KEY_LEFT = ACTIONKEY_LEFT
 
int Components.config.KEY_RIGHT = ACTIONKEY_RIGHT
 
int Components.config.KEY_OK = ACTIONKEY_SELECT
 
int Components.config.KEY_DELETE = ACTIONKEY_DELETE
 
int Components.config.KEY_BACKSPACE = ACTIONKEY_BACKSPACE
 
int Components.config.KEY_HOME = ACTIONKEY_FIRST
 
int Components.config.KEY_END = ACTIONKEY_LAST
 
int Components.config.KEY_TOGGLEOW = ACTIONKEY_TOGGLE
 
int Components.config.KEY_ASCII = ACTIONKEY_ASCII
 
int Components.config.KEY_TIMEOUT = ACTIONKEY_TIMEOUT
 
 Components.config.KEY_NUMBERS = ACTIONKEY_NUMBERS
 
int Components.config.KEY_0 = ACTIONKEY_0
 
int Components.config.KEY_9 = ACTIONKEY_9
 
 Components.config.config = Config()
 
 Components.config.misc
 
 Components.config.configfile = ConfigFile()