enigma2  2.6
Public Member Functions | Public Attributes | Properties | List of all members
Components.Sources.StreamService.StreamService Class Reference
Inheritance diagram for Components.Sources.StreamService.StreamService:
Components.Sources.Source.Source Components.Element.AnimatedElement Components.Element.Element

Public Member Functions

def __init__ (self, navcore)
 
def serviceEvent (self, event)
 
def getService (self)
 
def handleCommand (self, cmd)
 
def recordEvent (self, service, event)
 
def execBegin (self)
 
def execEnd (self)
 
- Public Member Functions inherited from Components.Sources.Source.Source
def onShow (self)
 
def onHide (self)
 
def destroy (self)
 
- Public Member Functions inherited from Components.Element.AnimatedElement
def __init__ (self)
 
def isAnimated (self)
 
def setAnimated (self, isAnimated)
 
- Public Member Functions inherited from Components.Element.Element
def connectDownstream (self, downstream)
 
def connectUpstream (self, upstream)
 
def connect (self, upstream)
 
def disconnectAll (self)
 
def disconnectDownstream (self, downstream)
 
def changed (self, *args, **kwargs)
 
def setSuspend (self, suspended)
 
def checkSuspend (self)
 
def doSuspend (self, suspend)
 

Public Attributes

 ref
 
 navcore
 
- Public Attributes inherited from Components.Element.Element
 downstream_elements
 
 master
 
 sources
 
 source
 
 cache
 

Properties

 service = property(getService)
 
- Properties inherited from Components.Element.AnimatedElement
 isAnimated = property(isAnimated, setAnimated)
 
- Properties inherited from Components.Element.Element
 suspended = property(lambda self: self.__suspended, setSuspend)
 

Additional Inherited Members

- Static Public Attributes inherited from Components.Element.Element
int CHANGED_DEFAULT = 0
 
int CHANGED_ALL = 1
 
int CHANGED_CLEAR = 2
 
int CHANGED_SPECIFIC = 3
 
int CHANGED_POLL = 4
 
int CHANGED_PULSATE = 5
 
int CHANGED_ANIMATED = 6
 
bool SINGLE_SOURCE = True
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Sources.StreamService.StreamService.__init__ (   self,
  navcore 
)

Member Function Documentation

◆ execBegin()

def Components.Sources.StreamService.StreamService.execBegin (   self)

Reimplemented from Components.Sources.Source.Source.

◆ execEnd()

def Components.Sources.StreamService.StreamService.execEnd (   self)

Reimplemented from Components.Sources.Source.Source.

◆ getService()

def Components.Sources.StreamService.StreamService.getService (   self)

◆ handleCommand()

def Components.Sources.StreamService.StreamService.handleCommand (   self,
  cmd 
)

◆ recordEvent()

def Components.Sources.StreamService.StreamService.recordEvent (   self,
  service,
  event 
)

◆ serviceEvent()

def Components.Sources.StreamService.StreamService.serviceEvent (   self,
  event 
)

Member Data Documentation

◆ navcore

Components.Sources.StreamService.StreamService.navcore

◆ ref

Components.Sources.StreamService.StreamService.ref

Property Documentation

◆ service

Components.Sources.StreamService.StreamService.service = property(getService)
static

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