enigma2
2.6
|
Public Member Functions | |
def | __init__ (self) |
def | destroy (self) |
def | getBoolean (self) |
def | getName (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) |
def | doSuspend (self, suspend) |
Public Attributes | |
disabled | |
redButtonAppplicationReady_conn | |
aitInvalidated_conn | |
Public Attributes inherited from Components.Element.Element | |
downstream_elements | |
master | |
sources | |
source | |
cache | |
Properties | |
boolean = property(getBoolean) | |
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 |
def Components.Sources.HbbtvApplication.HbbtvApplication.__init__ | ( | self | ) |
Reimplemented from Components.Element.AnimatedElement.
def Components.Sources.HbbtvApplication.HbbtvApplication.destroy | ( | self | ) |
Reimplemented from Components.Sources.Source.Source.
def Components.Sources.HbbtvApplication.HbbtvApplication.getBoolean | ( | self | ) |
def Components.Sources.HbbtvApplication.HbbtvApplication.getName | ( | self | ) |
Components.Sources.HbbtvApplication.HbbtvApplication.aitInvalidated_conn |
Components.Sources.HbbtvApplication.HbbtvApplication.disabled |
Components.Sources.HbbtvApplication.HbbtvApplication.redButtonAppplicationReady_conn |
|
static |