enigma2  2.6
Classes | Variables
Plugins.Extensions.GraphMultiEPG.GraphMultiEpg Namespace Reference

Classes

class  EPGList
 
class  GraphMultiEPG
 
class  GraphMultiEPGMenu
 
class  GraphMultiEPGMenuSummary
 
class  TimelineText
 

Variables

list now = [x for x in localtime()]
 
 def_time = mktime(tuple(now))
 
 graph_mepg_prime_time
 
 default
 
 graph_mepg_current_service
 
list okChoices = [ ("zap", _("Zap")), ("info", _("Info")) ]
 
 graph_mepg_ok_button
 
 HELP_TEXT_PRIME_TIME = _("Time to jump to by pressing the yellow key.")
 
 HELP_TEXT_CURRENT_SERVICE = _("Start with current service instead of first service.")
 
 HELP_TEXT_OK_BUTTON = _("Select your favorite mapping.")
 

Variable Documentation

◆ def_time

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.def_time = mktime(tuple(now))

◆ default

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.default

◆ graph_mepg_current_service

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.graph_mepg_current_service

◆ graph_mepg_ok_button

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.graph_mepg_ok_button

◆ graph_mepg_prime_time

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.graph_mepg_prime_time

◆ HELP_TEXT_CURRENT_SERVICE

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.HELP_TEXT_CURRENT_SERVICE = _("Start with current service instead of first service.")

◆ HELP_TEXT_OK_BUTTON

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.HELP_TEXT_OK_BUTTON = _("Select your favorite mapping.")

◆ HELP_TEXT_PRIME_TIME

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.HELP_TEXT_PRIME_TIME = _("Time to jump to by pressing the yellow key.")

◆ now

list Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.now = [x for x in localtime()]

◆ okChoices

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.okChoices = [ ("zap", _("Zap")), ("info", _("Info")) ]