openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Screens.ChannelSelection.ChannelContextMenu Class Reference
Inheritance diagram for Screens.ChannelSelection.ChannelContextMenu:
Screens.Screen.Screen

Public Member Functions

def __init__ (self, session, csel)
 
def set3DMode (self, value)
 
def addDedicated3DFlag (self)
 
def removeDedicated3DFlag (self)
 
def addHideVBIFlag (self)
 
def removeHideVBIFlag (self)
 
def addCenterDVBSubsFlag (self)
 
def removeCenterDVBSubsFlag (self)
 
def isProtected (self)
 
def protectResult (self, answer)
 
def addServiceToBouquetOrAlternative (self)
 
def getCurrentSelectionName (self)
 
def removeEntry (self)
 
def removeCurrentService (self, answer)
 
def removeSatelliteService (self, answer)
 
def removeBouquet (self, answer)
 
def purgeDeletedBouquets (self)
 
def purgeDeletedBouquetsCallback (self, answer)
 
def restoreDeletedBouquets (self)
 
def playMain (self)
 
def okbuttonClick (self)
 
def openSetup (self)
 
def cancelClick (self, dummy=False)
 
def reloadServices (self)
 
def showServiceInformations (self)
 
def setStartupService (self)
 
def setStartupServiceCallback (self, answer)
 
def unsetStartupService (self)
 
def setStartupServiceStandby (self)
 
def unsetStartupServiceStandby (self)
 
def showBouquetInputBox (self)
 
def bouquetInputCallback (self, bouquet)
 
def addParentalProtection (self, service)
 
def removeParentalProtection (self, service)
 
def pinEntered (self, service, answer)
 
def unhideParentalServices (self)
 
def unhideParentalServicesCallback (self, answer)
 
def showServiceInPiP (self)
 
def addServiceToBouquetSelected (self)
 
def bouquetSelClosed (self, recursive)
 
def removeSatelliteServices (self)
 
def copyCurrentToBouquetList (self)
 
def showMarkerInputBox (self)
 
def markerInputCallback (self, marker)
 
def addCurrentServiceToBouquet (self, dest, closeBouquetSelection=True)
 
def renameEntry (self)
 
def toggleMoveMode (self)
 
def toggleMoveModeSelect (self)
 
def bouquetMarkStart (self)
 
def bouquetMarkEnd (self)
 
def bouquetMarkAbort (self)
 
def removeNewFoundFlag (self)
 
def removeAllNewFoundFlags (self)
 
def editAlternativeServices (self)
 
def showAlternativeServices (self)
 
def removeAlternativeServices (self)
 
def addAlternativeServices (self)
 
def findCurrentlyPlayed (self)
 
def runPlugin (self, plugin)
 
- Public Member Functions inherited from Screens.Screen.Screen
def __init__ (self, session, parent=None, mandatoryWidgets=None)
 
def __repr__ (self)
 
def execBegin (self)
 
def execEnd (self)
 
def doClose (self)
 
def close (self, *retval)
 
def show (self)
 
def hide (self)
 
def isAlreadyShown (self)
 
def isStandAlone (self)
 
def getScreenPath (self)
 
def setTitle (self, title, showPath=True)
 
def getTitle (self)
 
def setFocus (self, o)
 
def setKeyboardModeNone (self)
 
def setKeyboardModeAscii (self)
 
def restoreKeyboardMode (self)
 
def saveKeyboardMode (self)
 
def setDesktop (self, desktop)
 
def setAnimationMode (self, mode)
 
def getRelatedScreen (self, name)
 
def callLater (self, function)
 
def applySkin (self)
 
def createGUIScreen (self, parent, desktop, updateonly=False)
 
def deleteGUIScreen (self)
 
def createSummary (self)
 
def addSummary (self, summary)
 
def removeSummary (self, summary)
 

Public Attributes

 csel
 
 bsel
 
 removeFunction
 
 addFunction
 
 pipAvailable
 
 inBouquet
 
 parentalControl
 
 parentalControlEnabled
 
- Public Attributes inherited from Screens.Screen.Screen
 skinName
 
 session
 
 parent
 
 mandatoryWidgets
 
 onClose
 
 onFirstExecBegin
 
 onExecBegin
 
 onExecEnd
 
 onLayoutFinish
 
 onShown
 
 onShow
 
 onHide
 
 execing
 
 shown
 
 already_shown
 
 renderer
 
 helpList
 
 close_on_next_exec
 
 stand_alone
 
 keyboardMode
 
 desktop
 
 instance
 
 summaries
 
 screenPath
 
 screenTitle
 
 active_components
 
 scale
 

Additional Inherited Members

- Static Public Attributes inherited from Screens.Screen.Screen
 NO_SUSPEND
 
 SUSPEND_STOPS
 
 SUSPEND_PAUSES
 
 ALLOW_SUSPEND = NO_SUSPEND
 
 globalScreen = None
 
- Properties inherited from Screens.Screen.Screen
 title = property(getTitle, setTitle)
 

Constructor & Destructor Documentation

◆ __init__()

def Screens.ChannelSelection.ChannelContextMenu.__init__ (   self,
  session,
  csel 
)

Member Function Documentation

◆ addAlternativeServices()

def Screens.ChannelSelection.ChannelContextMenu.addAlternativeServices (   self)

◆ addCenterDVBSubsFlag()

def Screens.ChannelSelection.ChannelContextMenu.addCenterDVBSubsFlag (   self)

◆ addCurrentServiceToBouquet()

def Screens.ChannelSelection.ChannelContextMenu.addCurrentServiceToBouquet (   self,
  dest,
  closeBouquetSelection = True 
)

◆ addDedicated3DFlag()

def Screens.ChannelSelection.ChannelContextMenu.addDedicated3DFlag (   self)

◆ addHideVBIFlag()

def Screens.ChannelSelection.ChannelContextMenu.addHideVBIFlag (   self)

◆ addParentalProtection()

def Screens.ChannelSelection.ChannelContextMenu.addParentalProtection (   self,
  service 
)

◆ addServiceToBouquetOrAlternative()

def Screens.ChannelSelection.ChannelContextMenu.addServiceToBouquetOrAlternative (   self)

◆ addServiceToBouquetSelected()

def Screens.ChannelSelection.ChannelContextMenu.addServiceToBouquetSelected (   self)

◆ bouquetInputCallback()

def Screens.ChannelSelection.ChannelContextMenu.bouquetInputCallback (   self,
  bouquet 
)

◆ bouquetMarkAbort()

def Screens.ChannelSelection.ChannelContextMenu.bouquetMarkAbort (   self)

◆ bouquetMarkEnd()

def Screens.ChannelSelection.ChannelContextMenu.bouquetMarkEnd (   self)

◆ bouquetMarkStart()

def Screens.ChannelSelection.ChannelContextMenu.bouquetMarkStart (   self)

◆ bouquetSelClosed()

def Screens.ChannelSelection.ChannelContextMenu.bouquetSelClosed (   self,
  recursive 
)

◆ cancelClick()

def Screens.ChannelSelection.ChannelContextMenu.cancelClick (   self,
  dummy = False 
)

◆ copyCurrentToBouquetList()

def Screens.ChannelSelection.ChannelContextMenu.copyCurrentToBouquetList (   self)

◆ editAlternativeServices()

def Screens.ChannelSelection.ChannelContextMenu.editAlternativeServices (   self)

◆ findCurrentlyPlayed()

def Screens.ChannelSelection.ChannelContextMenu.findCurrentlyPlayed (   self)

◆ getCurrentSelectionName()

def Screens.ChannelSelection.ChannelContextMenu.getCurrentSelectionName (   self)

◆ isProtected()

def Screens.ChannelSelection.ChannelContextMenu.isProtected (   self)

◆ markerInputCallback()

def Screens.ChannelSelection.ChannelContextMenu.markerInputCallback (   self,
  marker 
)

◆ okbuttonClick()

def Screens.ChannelSelection.ChannelContextMenu.okbuttonClick (   self)

◆ openSetup()

def Screens.ChannelSelection.ChannelContextMenu.openSetup (   self)

◆ pinEntered()

def Screens.ChannelSelection.ChannelContextMenu.pinEntered (   self,
  service,
  answer 
)

◆ playMain()

def Screens.ChannelSelection.ChannelContextMenu.playMain (   self)

◆ protectResult()

def Screens.ChannelSelection.ChannelContextMenu.protectResult (   self,
  answer 
)

◆ purgeDeletedBouquets()

def Screens.ChannelSelection.ChannelContextMenu.purgeDeletedBouquets (   self)

◆ purgeDeletedBouquetsCallback()

def Screens.ChannelSelection.ChannelContextMenu.purgeDeletedBouquetsCallback (   self,
  answer 
)

◆ reloadServices()

def Screens.ChannelSelection.ChannelContextMenu.reloadServices (   self)

◆ removeAllNewFoundFlags()

def Screens.ChannelSelection.ChannelContextMenu.removeAllNewFoundFlags (   self)

◆ removeAlternativeServices()

def Screens.ChannelSelection.ChannelContextMenu.removeAlternativeServices (   self)

◆ removeBouquet()

def Screens.ChannelSelection.ChannelContextMenu.removeBouquet (   self,
  answer 
)

◆ removeCenterDVBSubsFlag()

def Screens.ChannelSelection.ChannelContextMenu.removeCenterDVBSubsFlag (   self)

◆ removeCurrentService()

def Screens.ChannelSelection.ChannelContextMenu.removeCurrentService (   self,
  answer 
)

◆ removeDedicated3DFlag()

def Screens.ChannelSelection.ChannelContextMenu.removeDedicated3DFlag (   self)

◆ removeEntry()

def Screens.ChannelSelection.ChannelContextMenu.removeEntry (   self)

◆ removeHideVBIFlag()

def Screens.ChannelSelection.ChannelContextMenu.removeHideVBIFlag (   self)

◆ removeNewFoundFlag()

def Screens.ChannelSelection.ChannelContextMenu.removeNewFoundFlag (   self)

◆ removeParentalProtection()

def Screens.ChannelSelection.ChannelContextMenu.removeParentalProtection (   self,
  service 
)

◆ removeSatelliteService()

def Screens.ChannelSelection.ChannelContextMenu.removeSatelliteService (   self,
  answer 
)

◆ removeSatelliteServices()

def Screens.ChannelSelection.ChannelContextMenu.removeSatelliteServices (   self)

◆ renameEntry()

def Screens.ChannelSelection.ChannelContextMenu.renameEntry (   self)

◆ restoreDeletedBouquets()

def Screens.ChannelSelection.ChannelContextMenu.restoreDeletedBouquets (   self)

◆ runPlugin()

def Screens.ChannelSelection.ChannelContextMenu.runPlugin (   self,
  plugin 
)

◆ set3DMode()

def Screens.ChannelSelection.ChannelContextMenu.set3DMode (   self,
  value 
)

◆ setStartupService()

def Screens.ChannelSelection.ChannelContextMenu.setStartupService (   self)

◆ setStartupServiceCallback()

def Screens.ChannelSelection.ChannelContextMenu.setStartupServiceCallback (   self,
  answer 
)

◆ setStartupServiceStandby()

def Screens.ChannelSelection.ChannelContextMenu.setStartupServiceStandby (   self)

◆ showAlternativeServices()

def Screens.ChannelSelection.ChannelContextMenu.showAlternativeServices (   self)

◆ showBouquetInputBox()

def Screens.ChannelSelection.ChannelContextMenu.showBouquetInputBox (   self)

◆ showMarkerInputBox()

def Screens.ChannelSelection.ChannelContextMenu.showMarkerInputBox (   self)

◆ showServiceInformations()

def Screens.ChannelSelection.ChannelContextMenu.showServiceInformations (   self)

◆ showServiceInPiP()

def Screens.ChannelSelection.ChannelContextMenu.showServiceInPiP (   self)

◆ toggleMoveMode()

def Screens.ChannelSelection.ChannelContextMenu.toggleMoveMode (   self)

◆ toggleMoveModeSelect()

def Screens.ChannelSelection.ChannelContextMenu.toggleMoveModeSelect (   self)

◆ unhideParentalServices()

def Screens.ChannelSelection.ChannelContextMenu.unhideParentalServices (   self)

◆ unhideParentalServicesCallback()

def Screens.ChannelSelection.ChannelContextMenu.unhideParentalServicesCallback (   self,
  answer 
)

◆ unsetStartupService()

def Screens.ChannelSelection.ChannelContextMenu.unsetStartupService (   self)

◆ unsetStartupServiceStandby()

def Screens.ChannelSelection.ChannelContextMenu.unsetStartupServiceStandby (   self)

Member Data Documentation

◆ addFunction

Screens.ChannelSelection.ChannelContextMenu.addFunction

◆ bsel

Screens.ChannelSelection.ChannelContextMenu.bsel

◆ csel

Screens.ChannelSelection.ChannelContextMenu.csel

◆ inBouquet

Screens.ChannelSelection.ChannelContextMenu.inBouquet

◆ parentalControl

Screens.ChannelSelection.ChannelContextMenu.parentalControl

◆ parentalControlEnabled

Screens.ChannelSelection.ChannelContextMenu.parentalControlEnabled

◆ pipAvailable

Screens.ChannelSelection.ChannelContextMenu.pipAvailable

◆ removeFunction

Screens.ChannelSelection.ChannelContextMenu.removeFunction

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