openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Components.config Namespace Reference

Classes

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

Functions

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

Variables

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

Function Documentation

◆ getConfigListEntry()

def Components.config.getConfigListEntry ( args)

◆ getKeyNumber()

def Components.config.getKeyNumber (   key)

◆ NoSave()

def Components.config.NoSave (   element)

◆ updateConfigElement()

def Components.config.updateConfigElement (   element,
  newelement 
)

Variable Documentation

◆ ACTIONKEY_0

int Components.config.ACTIONKEY_0 = 12

◆ ACTIONKEY_1

int Components.config.ACTIONKEY_1 = 13

◆ ACTIONKEY_2

int Components.config.ACTIONKEY_2 = 14

◆ ACTIONKEY_3

int Components.config.ACTIONKEY_3 = 15

◆ ACTIONKEY_4

int Components.config.ACTIONKEY_4 = 16

◆ ACTIONKEY_5

int Components.config.ACTIONKEY_5 = 17

◆ ACTIONKEY_6

int Components.config.ACTIONKEY_6 = 18

◆ ACTIONKEY_7

int Components.config.ACTIONKEY_7 = 19

◆ ACTIONKEY_8

int Components.config.ACTIONKEY_8 = 20

◆ ACTIONKEY_9

int Components.config.ACTIONKEY_9 = 21

◆ ACTIONKEY_ASCII

int Components.config.ACTIONKEY_ASCII = 8

◆ ACTIONKEY_BACKSPACE

int Components.config.ACTIONKEY_BACKSPACE = 4

◆ ACTIONKEY_DELETE

int Components.config.ACTIONKEY_DELETE = 3

◆ ACTIONKEY_ERASE

int Components.config.ACTIONKEY_ERASE = 26

◆ ACTIONKEY_FIRST

int Components.config.ACTIONKEY_FIRST = 5

◆ ACTIONKEY_LAST

int Components.config.ACTIONKEY_LAST = 6

◆ ACTIONKEY_LEFT

int Components.config.ACTIONKEY_LEFT = 0

◆ ACTIONKEY_NEXT

int Components.config.ACTIONKEY_NEXT = 25

◆ ACTIONKEY_NUMBERS

Components.config.ACTIONKEY_NUMBERS = list(range(12, 12 + 10))

◆ ACTIONKEY_PAGEDOWN

int Components.config.ACTIONKEY_PAGEDOWN = 23

◆ ACTIONKEY_PAGEUP

int Components.config.ACTIONKEY_PAGEUP = 22

◆ ACTIONKEY_PREV

int Components.config.ACTIONKEY_PREV = 24

◆ ACTIONKEY_RIGHT

int Components.config.ACTIONKEY_RIGHT = 1

◆ ACTIONKEY_SELECT

int Components.config.ACTIONKEY_SELECT = 2

◆ ACTIONKEY_TIMEOUT

int Components.config.ACTIONKEY_TIMEOUT = 9

◆ ACTIONKEY_TOGGLE

int Components.config.ACTIONKEY_TOGGLE = 7

◆ config

Components.config.config = Config()

◆ configfile

Components.config.configfile = ConfigFile()

◆ KEY_0

int Components.config.KEY_0 = ACTIONKEY_0

◆ KEY_9

int Components.config.KEY_9 = ACTIONKEY_9

◆ KEY_ASCII

int Components.config.KEY_ASCII = ACTIONKEY_ASCII

◆ KEY_BACKSPACE

int Components.config.KEY_BACKSPACE = ACTIONKEY_BACKSPACE

◆ KEY_DELETE

int Components.config.KEY_DELETE = ACTIONKEY_DELETE

◆ KEY_END

int Components.config.KEY_END = ACTIONKEY_LAST

◆ KEY_HOME

int Components.config.KEY_HOME = ACTIONKEY_FIRST

◆ KEY_LEFT

int Components.config.KEY_LEFT = ACTIONKEY_LEFT

◆ KEY_NUMBERS

Components.config.KEY_NUMBERS = ACTIONKEY_NUMBERS

◆ KEY_OK

int Components.config.KEY_OK = ACTIONKEY_SELECT

◆ KEY_RIGHT

int Components.config.KEY_RIGHT = ACTIONKEY_RIGHT

◆ KEY_TIMEOUT

int Components.config.KEY_TIMEOUT = ACTIONKEY_TIMEOUT

◆ KEY_TOGGLEOW

int Components.config.KEY_TOGGLEOW = ACTIONKEY_TOGGLE

◆ misc

Components.config.misc