![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
def | __init__ (self, session, feid, nr_of_ports, simple_tone, simple_sat_change) |
def | keyCancel (self) |
def | keyOK (self) |
def | keyLeft (self) |
def | keyRight (self) |
def | openFrontend (self) |
def | statusCallback (self) |
def | startStatusTimer (self) |
def | setupSave (self) |
def | setupClear (self) |
def | clearNimEntries (self) |
def | saveAndReloadNimConfig (self) |
def | tunerStatusCallback (self) |
def | startTunerStatusTimer (self) |
def | gotTsidOnid (self, tsid, onid) |
def | tunerStopScan (self, result) |
![]() | |
def | __init__ (self, session, parent=None, mandatoryWidgets=None) |
def | __repr__ (self) |
def | execBegin (self) |
def | execEnd (self) |
def | doClose (self) |
def | close (self, *retval) |
def | show (self) |
def | hide (self) |
def | isAlreadyShown (self) |
def | isStandAlone (self) |
def | getScreenPath (self) |
def | setTitle (self, title, showPath=True) |
def | getTitle (self) |
def | setFocus (self, o) |
def | setKeyboardModeNone (self) |
def | setKeyboardModeAscii (self) |
def | restoreKeyboardMode (self) |
def | saveKeyboardMode (self) |
def | setDesktop (self, desktop) |
def | setAnimationMode (self, mode) |
def | getRelatedScreen (self, name) |
def | callLater (self, function) |
def | applySkin (self) |
def | createGUIScreen (self, parent, desktop, updateonly=False) |
def | deleteGUIScreen (self) |
def | createSummary (self) |
def | addSummary (self, summary) |
def | removeSummary (self, summary) |
![]() | |
def | __init__ (self, list, session=None, on_change=None, fullUI=False) |
def | setCancelMessage (self, msg) |
def | setRestartMessage (self, msg) |
def | getCurrentItem (self) |
def | getCurrentEntry (self) |
def | getCurrentValue (self) |
def | getCurrentDescription (self) |
def | changedEntry (self) |
def | noNativeKeys (self) |
def | handleInputHelpers (self) |
def | showVirtualKeyBoard (self, state) |
def | showHelpWindow (self) |
def | hideHelpWindow (self) |
def | displayHelp (self, state) |
def | keySelect (self) |
def | keyText (self) |
def | keyTextCallback (self, callback=None) |
def | keyMenu (self) |
def | keyMenuCallback (self, answer) |
def | keyTop (self) |
def | keyPageUp (self) |
def | keyUp (self) |
def | keyFirst (self) |
def | keyLast (self) |
def | keyDown (self) |
def | keyPageDown (self) |
def | keyBottom (self) |
def | keyBackspace (self) |
def | keyDelete (self) |
def | keyErase (self) |
def | keyToggle (self) |
def | keyGotAscii (self) |
def | keyNumberGlobal (self, number) |
def | keySave (self) |
def | restartConfirm (self, result) |
def | saveAll (self) |
def | addSaveNotifier (self, notifier) |
def | removeSaveNotifier (self, notifier) |
def | clearSaveNotifiers (self) |
def | closeRecursive (self) |
def | closeConfigList (self, closeParameters=()) |
def | cancelConfirm (self, result) |
def | createSummary (self) |
def | run (self) |
def | dummyConfigActions (self, value) |
def | dummyVKBActions (self, value) |
Public Attributes | |
list | |
index | |
port_index | |
feid | |
nr_of_ports | |
simple_tone | |
simple_sat_change | |
found_sats | |
oldref | |
frontend | |
raw_channel | |
count | |
state | |
abort | |
statusTimer | |
tunerStatusTimer | |
tuner | |
![]() | |
skinName | |
session | |
parent | |
mandatoryWidgets | |
onClose | |
onFirstExecBegin | |
onExecBegin | |
onExecEnd | |
onLayoutFinish | |
onShown | |
onShow | |
onHide | |
execing | |
shown | |
already_shown | |
renderer | |
helpList | |
close_on_next_exec | |
stand_alone | |
keyboardMode | |
desktop | |
instance | |
summaries | |
screenPath | |
screenTitle | |
active_components | |
scale | |
![]() | |
entryChanged | |
onChangedEntry | |
onSave | |
cancelMsg | |
restartMsg | |
closeParameters | |
Static Public Attributes | |
list | diseqc_ports |
list | sat_frequencies |
int | SAT_TABLE_FREQUENCY = 0 |
int | SAT_TABLE_SYMBOLRATE = 1 |
int | SAT_TABLE_POLARISATION = 2 |
int | SAT_TABLE_FEC = 3 |
int | SAT_TABLE_INVERSION = 4 |
int | SAT_TABLE_ORBPOS = 5 |
int | SAT_TABLE_SYSTEM = 6 |
int | SAT_TABLE_MODULATION = 7 |
int | SAT_TABLE_ROLLOFF = 8 |
int | SAT_TABLE_PILOT = 9 |
int | SAT_TABLE_IS_ID = 10 |
int | SAT_TABLE_PLS_MODE = 11 |
int | SAT_TABLE_PLS_CODE = 12 |
int | SAT_TABLE_T2MI_PLP_ID = 13 |
int | SAT_TABLE_T2MI_PID = 14 |
int | SAT_TABLE_TSID = 15 |
int | SAT_TABLE_ONID = 16 |
int | SAT_TABLE_NAME = 17 |
![]() | |
NO_SUSPEND | |
SUSPEND_STOPS | |
SUSPEND_PAUSES | |
ALLOW_SUSPEND = NO_SUSPEND | |
globalScreen = None | |
Additional Inherited Members | |
![]() | |
title = property(getTitle, setTitle) | |
def Screens.AutoDiseqc.AutoDiseqc.__init__ | ( | self, | |
session, | |||
feid, | |||
nr_of_ports, | |||
simple_tone, | |||
simple_sat_change | |||
) |
def Screens.AutoDiseqc.AutoDiseqc.clearNimEntries | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.gotTsidOnid | ( | self, | |
tsid, | |||
onid | |||
) |
def Screens.AutoDiseqc.AutoDiseqc.keyCancel | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.AutoDiseqc.AutoDiseqc.keyLeft | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.AutoDiseqc.AutoDiseqc.keyOK | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.AutoDiseqc.AutoDiseqc.keyRight | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.AutoDiseqc.AutoDiseqc.openFrontend | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.saveAndReloadNimConfig | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.setupClear | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.setupSave | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.startStatusTimer | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.startTunerStatusTimer | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.statusCallback | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.tunerStatusCallback | ( | self | ) |
def Screens.AutoDiseqc.AutoDiseqc.tunerStopScan | ( | self, | |
result | |||
) |
Screens.AutoDiseqc.AutoDiseqc.abort |
Screens.AutoDiseqc.AutoDiseqc.count |
|
static |
Screens.AutoDiseqc.AutoDiseqc.feid |
Screens.AutoDiseqc.AutoDiseqc.found_sats |
Screens.AutoDiseqc.AutoDiseqc.frontend |
Screens.AutoDiseqc.AutoDiseqc.index |
Screens.AutoDiseqc.AutoDiseqc.list |
Screens.AutoDiseqc.AutoDiseqc.nr_of_ports |
Screens.AutoDiseqc.AutoDiseqc.oldref |
Screens.AutoDiseqc.AutoDiseqc.port_index |
Screens.AutoDiseqc.AutoDiseqc.raw_channel |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Screens.AutoDiseqc.AutoDiseqc.simple_sat_change |
Screens.AutoDiseqc.AutoDiseqc.simple_tone |
Screens.AutoDiseqc.AutoDiseqc.state |
Screens.AutoDiseqc.AutoDiseqc.statusTimer |
Screens.AutoDiseqc.AutoDiseqc.tuner |
Screens.AutoDiseqc.AutoDiseqc.tunerStatusTimer |