![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
def | __init__ (self, session, job, parent=None, cancelable=True, backgroundable=True, afterEventChangeable=True, afterEvent="nothing") |
def | layoutFinished (self) |
def | closed (self) |
def | keyClose (self) |
def | keyBackground (self) |
def | keyCancelTask (self) |
def | keyMenu (self) |
def | keyFirst (self) |
def | keyLeft (self) |
def | keyRight (self) |
def | keyLast (self) |
def | updateConfigList (self) |
def | stateChanged (self) |
def | sendTryQuitMainloopNotification (self, answer) |
def | sendStandbyNotification (self, answer) |
def | checkNotifications (self) |
![]() | |
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) |
def | showHelp (self) |
def | callHelpAction (self, *args) |
![]() | |
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 | keyOK (self) |
def | keyText (self) |
def | keyTextCallback (self, callback=None) |
def | keyMenuCallback (self, answer) |
def | keyTop (self) |
def | keyPageUp (self) |
def | keyUp (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 | keyCancel (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) |
![]() | |
def | __init__ (self) |
def | checkNotificationsIfExecing (self) |
def | closeNotificationInstantiateDialog (self) |
def | keypressNotification (self, key, flag) |
Public Attributes | |
config | |
job | |
parent | |
cancelable | |
backgroundable | |
afterEventChangeable | |
skinName | |
setting | |
![]() | |
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 | |
![]() | |
notificationDialog | |
Static Public Attributes | |
string | skin |
![]() | |
NO_SUSPEND | |
SUSPEND_STOPS | |
SUSPEND_PAUSES | |
ALLOW_SUSPEND = NO_SUSPEND | |
globalScreen = None | |
Additional Inherited Members | |
![]() | |
title = property(getTitle, setTitle) | |
def Screens.TaskView.TaskView.__init__ | ( | self, | |
session, | |||
job, | |||
parent = None , |
|||
cancelable = True , |
|||
backgroundable = True , |
|||
afterEventChangeable = True , |
|||
afterEvent = "nothing" |
|||
) |
def Screens.TaskView.TaskView.checkNotifications | ( | self | ) |
Reimplemented from Screens.InfoBarGenerics.InfoBarNotifications.
def Screens.TaskView.TaskView.closed | ( | self | ) |
def Screens.TaskView.TaskView.keyBackground | ( | self | ) |
def Screens.TaskView.TaskView.keyCancelTask | ( | self | ) |
def Screens.TaskView.TaskView.keyClose | ( | self | ) |
def Screens.TaskView.TaskView.keyFirst | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.TaskView.TaskView.keyLast | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.TaskView.TaskView.keyLeft | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.TaskView.TaskView.keyMenu | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.TaskView.TaskView.keyRight | ( | self | ) |
Reimplemented from Components.ConfigList.ConfigListScreen.
def Screens.TaskView.TaskView.layoutFinished | ( | self | ) |
def Screens.TaskView.TaskView.sendStandbyNotification | ( | self, | |
answer | |||
) |
def Screens.TaskView.TaskView.sendTryQuitMainloopNotification | ( | self, | |
answer | |||
) |
def Screens.TaskView.TaskView.stateChanged | ( | self | ) |
def Screens.TaskView.TaskView.updateConfigList | ( | self | ) |
Screens.TaskView.TaskView.afterEventChangeable |
Screens.TaskView.TaskView.backgroundable |
Screens.TaskView.TaskView.cancelable |
Screens.TaskView.TaskView.config |
Screens.TaskView.TaskView.job |
Screens.TaskView.TaskView.parent |
Screens.TaskView.TaskView.setting |
|
static |
Screens.TaskView.TaskView.skinName |