|
def | __init__ (self, navcore, now_or_next) |
|
def | getEvent (self) |
|
def | gotEvent (self, what) |
|
def | destroy (self) |
|
def | __init__ (self, navcore, eventmap, with_event=False) |
|
def | enablePolling (self, interval=60000) |
|
def | disablePolling (self) |
|
def | poll (self) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | onShow (self) |
|
def | onHide (self) |
|
def | __init__ (self) |
|
def | isAnimated (self) |
|
def | setAnimated (self, isAnimated) |
|
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) |
|
◆ __init__()
def Components.Sources.EventInfo.EventInfo.__init__ |
( |
|
self, |
|
|
|
navcore, |
|
|
|
now_or_next |
|
) |
| |
◆ destroy()
def Components.Sources.EventInfo.EventInfo.destroy |
( |
|
self | ) |
|
◆ getEvent()
def Components.Sources.EventInfo.EventInfo.getEvent |
( |
|
self | ) |
|
◆ gotEvent()
def Components.Sources.EventInfo.EventInfo.gotEvent |
( |
|
self, |
|
|
|
what |
|
) |
| |
◆ epgQuery
Components.Sources.EventInfo.EventInfo.epgQuery |
◆ NEXT
int Components.Sources.EventInfo.EventInfo.NEXT = 1 |
|
static |
◆ NOW
int Components.Sources.EventInfo.EventInfo.NOW = 0 |
|
static |
◆ now_or_next
Components.Sources.EventInfo.EventInfo.now_or_next |
◆ event
Components.Sources.EventInfo.EventInfo.event = property(getEvent) |
|
static |
The documentation for this class was generated from the following file: