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

Public Member Functions

def __init__ (self)
 
def getClock (self)
 
def poll (self)
 
def doSuspend (self, suspended)
 
def destroy (self)
 
- Public Member Functions inherited from Components.Sources.Source.Source
def execBegin (self)
 
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
- Public Member Functions inherited from Components.Element.AnimatedElement
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)
 

Public Attributes

 clock_timer
 
 clock_timer_conn
 
- Public Attributes inherited from Components.Element.Element
 downstream_elements
 
 master
 
 sources
 
 source
 
 cache
 

Properties

 time = property(getClock)
 
- 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.Clock.Clock.__init__ (   self)

Member Function Documentation

◆ destroy()

def Components.Sources.Clock.Clock.destroy (   self)

Reimplemented from Components.Sources.Source.Source.

◆ doSuspend()

def Components.Sources.Clock.Clock.doSuspend (   self,
  suspended 
)

Reimplemented from Components.Element.Element.

◆ getClock()

def Components.Sources.Clock.Clock.getClock (   self)

◆ poll()

def Components.Sources.Clock.Clock.poll (   self)

Member Data Documentation

◆ clock_timer

Components.Sources.Clock.Clock.clock_timer

◆ clock_timer_conn

Components.Sources.Clock.Clock.clock_timer_conn

Property Documentation

◆ time

Components.Sources.Clock.Clock.time = property(getClock)
static

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