enigma2
2.6
|
Classes | |
class | BouquetSelector |
class | ChannelContextMenu |
class | ChannelSelection |
class | ChannelSelectionBase |
class | ChannelSelectionEdit |
class | ChannelSelectionEncoderService |
class | ChannelSelectionEPG |
class | ChannelSelectionRadio |
class | RadioInfoBar |
class | SelectionEventInfo |
class | SilentBouquetSelector |
class | SimpleChannelSelection |
Functions | |
def | append_when_current_valid (current, menu, args, level=0, key="") |
def | append_when_level (menu, args, level=0, key="") |
Variables | |
int | FLAG_SERVICE_NEW_FOUND = 64 |
int | OFF = 0 |
int | EDIT_BOUQUET = 1 |
int | EDIT_ALTERNATIVES = 2 |
int | MODE_TV = 0 |
int | MODE_RADIO = 1 |
string | service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 22) || (type == 25) || (type == 31) || (type == 134) || (type == 195)' |
string | service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2) || (type == 10)' |
int | HISTORYSIZE = 20 |
def Screens.ChannelSelection.append_when_current_valid | ( | current, | |
menu, | |||
args, | |||
level = 0 , |
|||
key = "" |
|||
) |
def Screens.ChannelSelection.append_when_level | ( | menu, | |
args, | |||
level = 0 , |
|||
key = "" |
|||
) |
int Screens.ChannelSelection.EDIT_ALTERNATIVES = 2 |
int Screens.ChannelSelection.EDIT_BOUQUET = 1 |
int Screens.ChannelSelection.FLAG_SERVICE_NEW_FOUND = 64 |
int Screens.ChannelSelection.HISTORYSIZE = 20 |
int Screens.ChannelSelection.MODE_RADIO = 1 |
int Screens.ChannelSelection.MODE_TV = 0 |
int Screens.ChannelSelection.OFF = 0 |
string Screens.ChannelSelection.service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2) || (type == 10)' |
string Screens.ChannelSelection.service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 22) || (type == 25) || (type == 31) || (type == 134) || (type == 195)' |