enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Screens.EpgSelection.EPGSelection Class Reference
Inheritance diagram for Screens.EpgSelection.EPGSelection:
Screens.Screen.Screen Components.GUISkin.GUISkin Screens.EpgSelection.OutdatedEPGSelection

Public Member Functions

def __init__ (self, session, service, zapFunc=None, eventid=None, bouquetChangeCB=None, serviceChangeCB=None)
 
def nextBouquet (self)
 
def prevBouquet (self)
 
def nextService (self)
 
def prevService (self)
 
def enterDateTime (self)
 
def onDateTimeInputClosed (self, ret)
 
def closeScreen (self)
 
def infoKeyPressed (self)
 
def openSimilarList (self, eventid, refstr)
 
def setServices (self, services)
 
def setService (self, service)
 
def onCreate (self)
 
def eventViewCallback (self, setEvent, setService, val)
 
def redButtonPressed (self)
 
def zapTo (self)
 
def eventSelected (self)
 
def yellowButtonPressed (self)
 
def setSortDescription (self)
 
def blueButtonPressed (self)
 
def removeTimer (self, timer)
 
def timerAdd (self)
 
def finishedAdd (self, answer)
 
def finishSanityCorrection (self, answer)
 
def moveUp (self)
 
def moveDown (self)
 
def applyButtonState (self, state)
 
def onSelectionChanged (self)
 
- 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
 
 serviceChangeCB
 
 ask_time
 
 closeRecursive
 
 saved_title
 
 type
 
 currentService
 
 eventid
 
 zapFunc
 
 sort_type
 
 skinName
 
 services
 
 key_green_choice
 
 key_red_choice
 
- 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
 
- 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 Screens.EpgSelection.EPGSelection.__init__ (   self,
  session,
  service,
  zapFunc = None,
  eventid = None,
  bouquetChangeCB = None,
  serviceChangeCB = None 
)

Member Function Documentation

◆ applyButtonState()

def Screens.EpgSelection.EPGSelection.applyButtonState (   self,
  state 
)

◆ blueButtonPressed()

def Screens.EpgSelection.EPGSelection.blueButtonPressed (   self)

◆ closeScreen()

def Screens.EpgSelection.EPGSelection.closeScreen (   self)

◆ enterDateTime()

def Screens.EpgSelection.EPGSelection.enterDateTime (   self)

◆ eventSelected()

def Screens.EpgSelection.EPGSelection.eventSelected (   self)

◆ eventViewCallback()

def Screens.EpgSelection.EPGSelection.eventViewCallback (   self,
  setEvent,
  setService,
  val 
)

◆ finishedAdd()

def Screens.EpgSelection.EPGSelection.finishedAdd (   self,
  answer 
)

◆ finishSanityCorrection()

def Screens.EpgSelection.EPGSelection.finishSanityCorrection (   self,
  answer 
)

◆ infoKeyPressed()

def Screens.EpgSelection.EPGSelection.infoKeyPressed (   self)

◆ moveDown()

def Screens.EpgSelection.EPGSelection.moveDown (   self)

◆ moveUp()

def Screens.EpgSelection.EPGSelection.moveUp (   self)

◆ nextBouquet()

def Screens.EpgSelection.EPGSelection.nextBouquet (   self)

◆ nextService()

def Screens.EpgSelection.EPGSelection.nextService (   self)

◆ onCreate()

def Screens.EpgSelection.EPGSelection.onCreate (   self)

◆ onDateTimeInputClosed()

def Screens.EpgSelection.EPGSelection.onDateTimeInputClosed (   self,
  ret 
)

◆ onSelectionChanged()

def Screens.EpgSelection.EPGSelection.onSelectionChanged (   self)

◆ openSimilarList()

def Screens.EpgSelection.EPGSelection.openSimilarList (   self,
  eventid,
  refstr 
)

◆ prevBouquet()

def Screens.EpgSelection.EPGSelection.prevBouquet (   self)

◆ prevService()

def Screens.EpgSelection.EPGSelection.prevService (   self)

◆ redButtonPressed()

def Screens.EpgSelection.EPGSelection.redButtonPressed (   self)

◆ removeTimer()

def Screens.EpgSelection.EPGSelection.removeTimer (   self,
  timer 
)

◆ setService()

def Screens.EpgSelection.EPGSelection.setService (   self,
  service 
)

◆ setServices()

def Screens.EpgSelection.EPGSelection.setServices (   self,
  services 
)

◆ setSortDescription()

def Screens.EpgSelection.EPGSelection.setSortDescription (   self)

◆ timerAdd()

def Screens.EpgSelection.EPGSelection.timerAdd (   self)

◆ yellowButtonPressed()

def Screens.EpgSelection.EPGSelection.yellowButtonPressed (   self)

◆ zapTo()

def Screens.EpgSelection.EPGSelection.zapTo (   self)

Member Data Documentation

◆ ADD_TIMER

int Screens.EpgSelection.EPGSelection.ADD_TIMER = 1
static

◆ ask_time

Screens.EpgSelection.EPGSelection.ask_time

◆ bouquetChangeCB

Screens.EpgSelection.EPGSelection.bouquetChangeCB

◆ closeRecursive

Screens.EpgSelection.EPGSelection.closeRecursive

◆ currentService

Screens.EpgSelection.EPGSelection.currentService

◆ EMPTY

int Screens.EpgSelection.EPGSelection.EMPTY = 0
static

◆ eventid

Screens.EpgSelection.EPGSelection.eventid

◆ key_green_choice

Screens.EpgSelection.EPGSelection.key_green_choice

◆ key_red_choice

Screens.EpgSelection.EPGSelection.key_red_choice

◆ REMOVE_TIMER

int Screens.EpgSelection.EPGSelection.REMOVE_TIMER = 2
static

◆ saved_title

Screens.EpgSelection.EPGSelection.saved_title

◆ serviceChangeCB

Screens.EpgSelection.EPGSelection.serviceChangeCB

◆ services

Screens.EpgSelection.EPGSelection.services

◆ skinName

Screens.EpgSelection.EPGSelection.skinName

◆ sort_type

Screens.EpgSelection.EPGSelection.sort_type

◆ type

Screens.EpgSelection.EPGSelection.type

◆ ZAP

int Screens.EpgSelection.EPGSelection.ZAP = 1
static

◆ zapFunc

Screens.EpgSelection.EPGSelection.zapFunc

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