enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, navcore) |
def | getDecoder (self) |
def | gotEvent (self, what) |
def | destroy (self) |
Public Member Functions inherited from Components.PerServiceDisplay.PerServiceBase | |
def | __init__ (self, navcore, eventmap, with_event=False) |
def | enablePolling (self, interval=60000) |
def | disablePolling (self) |
def | poll (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 | __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) |
Properties | |
decoder = property(getDecoder) | |
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 Member Functions inherited from Components.PerServiceDisplay.PerServiceBase | |
def | event (ev) |
Public Attributes inherited from Components.PerServiceDisplay.PerServiceBase | |
navcore | |
eventmap | |
poll_timer | |
with_event | |
poll_timer_conn | |
Public Attributes inherited from Components.Element.Element | |
downstream_elements | |
master | |
sources | |
source | |
cache | |
Static Public Attributes inherited from Components.PerServiceDisplay.PerServiceBase | |
dictionary | EventMap = { } |
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 |
def Components.Sources.RdsDecoder.RdsDecoder.__init__ | ( | self, | |
navcore | |||
) |
def Components.Sources.RdsDecoder.RdsDecoder.destroy | ( | self | ) |
Reimplemented from Components.PerServiceDisplay.PerServiceBase.
def Components.Sources.RdsDecoder.RdsDecoder.getDecoder | ( | self | ) |
def Components.Sources.RdsDecoder.RdsDecoder.gotEvent | ( | self, | |
what | |||
) |
|
static |