enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG Class Reference
Inheritance diagram for Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG:
Screens.Screen.Screen Components.GUISkin.GUISkin

Public Member Functions

def __init__ (self, session, services, zapFunc=None, bouquetChangeCB=None)
 
def leftPressed (self)
 
def rightPressed (self)
 
def nextEvent (self, visible=True)
 
def prevEvent (self, visible=True)
 
def key1 (self)
 
def key2 (self)
 
def key3 (self)
 
def key4 (self)
 
def key5 (self)
 
def nextBouquet (self)
 
def prevBouquet (self)
 
def configMenu (self)
 
def enterDateTime (self)
 
def onDateTimeInputClosed (self, ret)
 
def primeTime (self)
 
def closeScreen (self)
 
def infoKeyPressed (self)
 
def openSimilarList (self, eventid, refstr)
 
def setServices (self, services)
 
def onCreate (self)
 
def eventViewCallback (self, setEvent, setService, val)
 
def zapTo (self)
 
def eventSelected (self)
 
def okKeyPressed (self)
 
def removeTimer (self, timer)
 
def timerAdd (self)
 
def finishedAdd (self, answer)
 
def finishSanityCorrection (self, answer)
 
def onSelectionChanged (self)
 
def moveTimeLines (self, force=False)
 
- Public Member Functions inherited from Screens.Screen.Screen
def __init__ (self, session, parent=None, windowTitle=None)
 
def saveKeyboardMode (self)
 
def setKeyboardModeAscii (self)
 
def setKeyboardModeNone (self)
 
def restoreKeyboardMode (self)
 
def execBegin (self)
 
def execEnd (self)
 
def doClose (self, immediate=True)
 
def doCloseInternal (self)
 
def close (self, *retval)
 
def setFocus (self, o)
 
def show (self)
 
def hide (self)
 
def enable (self, do_show=True)
 
def disable (self)
 
def isEnabled (self)
 
def __repr__ (self)
 
def getRelatedScreen (self, name)
 
def setShowHideAnimation (self, animation_key)
 
def neverAnimate (self)
 
def canAnimate (self)
 
def ignoreSource (self, name)
 
- Public Member Functions inherited from Components.GUISkin.GUISkin
def __init__ (self, windowTitle=None)
 
def createGUIScreen (self, parent, desktop, updateonly=False)
 
def deleteGUIScreen (self)
 
def close (self)
 
def createSummary (self)
 
def addSummary (self, summary)
 
def removeSummary (self, summary)
 
def setTitle (self, title)
 
def getTitle (self)
 
def setDesktop (self, desktop)
 
def applySkin (self)
 
def setZPosition (self, z)
 

Public Attributes

 bouquetChangeCB
 
 ask_time
 
 closeRecursive
 
 key_green_choice
 
 key_red_choice
 
 time_lines
 
 services
 
 zapFunc
 
 prime_mode
 
 updateTimelineTimer
 
 updateTimelineTimer_conn
 
- Public Attributes inherited from Screens.Screen.Screen
 skinName
 
 session
 
 parent
 
 onClose
 
 onFirstExecBegin
 
 onExecBegin
 
 onShown
 
 onShow
 
 onHide
 
 onExecEnd
 
 onHideFinished
 
 execing
 
 shown
 
 already_shown
 
 renderer
 
 helpList
 
 close_on_next_exec
 
 stand_alone
 
 keyboardMode
 
 active_components
 
 persisted_members
 
- Public Attributes inherited from Components.GUISkin.GUISkin
 onLayoutFinish
 
 summaries
 
 instance
 
 desktop
 
 scale
 

Static Public Attributes

int EMPTY = 0
 
int ADD_TIMER = 1
 
int REMOVE_TIMER = 2
 
int ZAP = 1
 
int TIME_NOW = 0
 
int TIME_PRIME = 1
 
- Static Public Attributes inherited from Screens.Screen.Screen
int SUSPEND_NONE = 0
 
int SUSPEND_STOPS = 1
 
int SUSPEND_PAUSES = 2
 
int ALLOW_SUSPEND = SUSPEND_NONE
 
- Static Public Attributes inherited from Components.GUISkin.GUISkin
bool IS_DIALOG = False
 

Additional Inherited Members

- Properties inherited from Components.GUISkin.GUISkin
 title = property(getTitle, setTitle)
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.__init__ (   self,
  session,
  services,
  zapFunc = None,
  bouquetChangeCB = None 
)

Member Function Documentation

◆ closeScreen()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.closeScreen (   self)

◆ configMenu()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.configMenu (   self)

◆ enterDateTime()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.enterDateTime (   self)

◆ eventSelected()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.eventSelected (   self)

◆ eventViewCallback()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.eventViewCallback (   self,
  setEvent,
  setService,
  val 
)

◆ finishedAdd()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.finishedAdd (   self,
  answer 
)

◆ finishSanityCorrection()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.finishSanityCorrection (   self,
  answer 
)

◆ infoKeyPressed()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.infoKeyPressed (   self)

◆ key1()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.key1 (   self)

◆ key2()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.key2 (   self)

◆ key3()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.key3 (   self)

◆ key4()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.key4 (   self)

◆ key5()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.key5 (   self)

◆ leftPressed()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.leftPressed (   self)

◆ moveTimeLines()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.moveTimeLines (   self,
  force = False 
)

◆ nextBouquet()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.nextBouquet (   self)

◆ nextEvent()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.nextEvent (   self,
  visible = True 
)

◆ okKeyPressed()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.okKeyPressed (   self)

◆ onCreate()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.onCreate (   self)

◆ onDateTimeInputClosed()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.onDateTimeInputClosed (   self,
  ret 
)

◆ onSelectionChanged()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.onSelectionChanged (   self)

◆ openSimilarList()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.openSimilarList (   self,
  eventid,
  refstr 
)

◆ prevBouquet()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.prevBouquet (   self)

◆ prevEvent()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.prevEvent (   self,
  visible = True 
)

◆ primeTime()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.primeTime (   self)

◆ removeTimer()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.removeTimer (   self,
  timer 
)

◆ rightPressed()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.rightPressed (   self)

◆ setServices()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.setServices (   self,
  services 
)

◆ timerAdd()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.timerAdd (   self)

◆ zapTo()

def Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.zapTo (   self)

Member Data Documentation

◆ ADD_TIMER

int Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.ADD_TIMER = 1
static

◆ ask_time

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.ask_time

◆ bouquetChangeCB

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.bouquetChangeCB

◆ closeRecursive

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.closeRecursive

◆ EMPTY

int Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.EMPTY = 0
static

◆ key_green_choice

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.key_green_choice

◆ key_red_choice

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.key_red_choice

◆ prime_mode

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.prime_mode

◆ REMOVE_TIMER

int Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.REMOVE_TIMER = 2
static

◆ services

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.services

◆ time_lines

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.time_lines

◆ TIME_NOW

int Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.TIME_NOW = 0
static

◆ TIME_PRIME

int Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.TIME_PRIME = 1
static

◆ updateTimelineTimer

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.updateTimelineTimer

◆ updateTimelineTimer_conn

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.updateTimelineTimer_conn

◆ ZAP

int Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.ZAP = 1
static

◆ zapFunc

Plugins.Extensions.GraphMultiEPG.GraphMultiEpg.GraphMultiEPG.zapFunc

The documentation for this class was generated from the following file: