enigma2  2.6
Classes | Functions | Variables
Screens.ChannelSelection Namespace Reference

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
 

Function Documentation

◆ append_when_current_valid()

def Screens.ChannelSelection.append_when_current_valid (   current,
  menu,
  args,
  level = 0,
  key = "" 
)

◆ append_when_level()

def Screens.ChannelSelection.append_when_level (   menu,
  args,
  level = 0,
  key = "" 
)

Variable Documentation

◆ EDIT_ALTERNATIVES

int Screens.ChannelSelection.EDIT_ALTERNATIVES = 2

◆ EDIT_BOUQUET

int Screens.ChannelSelection.EDIT_BOUQUET = 1

◆ FLAG_SERVICE_NEW_FOUND

int Screens.ChannelSelection.FLAG_SERVICE_NEW_FOUND = 64

◆ HISTORYSIZE

int Screens.ChannelSelection.HISTORYSIZE = 20

◆ MODE_RADIO

int Screens.ChannelSelection.MODE_RADIO = 1

◆ MODE_TV

int Screens.ChannelSelection.MODE_TV = 0

◆ OFF

int Screens.ChannelSelection.OFF = 0

◆ service_types_radio

string Screens.ChannelSelection.service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2) || (type == 10)'

◆ service_types_tv

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)'