enigma2
2.6
|
Public Member Functions | |
def | __list__ (self) |
def | __iter__ (self) |
def | __getitem__ (self, index) |
def | __setitem__ (self, index, value) |
Public Member Functions inherited from Components.config.choicesList | |
def | __init__ (self, choices, type=None) |
def | __len__ (self) |
def | additemDescriptionUpdatedCallback (self, callback) |
def | updateItemDescription (self, index, descr) |
def | index (self, value) |
def | default (self) |
Public Attributes | |
type | |
Public Attributes inherited from Components.config.choicesList | |
choices | |
type | |
Additional Inherited Members | |
Static Public Attributes inherited from Components.config.choicesList | |
int | LIST_TYPE_LIST = 1 |
int | LIST_TYPE_DICT = 2 |
def Components.config.descriptionList.__getitem__ | ( | self, | |
index | |||
) |
Reimplemented from Components.config.choicesList.
def Components.config.descriptionList.__iter__ | ( | self | ) |
Reimplemented from Components.config.choicesList.
def Components.config.descriptionList.__list__ | ( | self | ) |
Reimplemented from Components.config.choicesList.
def Components.config.descriptionList.__setitem__ | ( | self, | |
index, | |||
value | |||
) |
Reimplemented from Components.config.choicesList.
Components.config.descriptionList.type |