![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
| def | __init__ (self, session, text, type=TYPE_YESNO, timeout=-1, list=None, default=True, closeOnAnyKey=False, enableInput=True, msgBoxID=None, typeIcon=None, timeoutDefault=None, windowTitle=None, skinName=None, close_on_any_key=False, enable_input=True, timeout_default=None, title=None, picon=None, skin_name=None, simple=None) |
| def | __repr__ (self) |
| def | layoutFinished (self) |
| def | processTimer (self) |
| def | stopTimer (self, reason) |
| def | cancel (self) |
| def | select (self) |
| def | selectOk (self) |
| def | top (self) |
| def | pageUp (self) |
| def | up (self) |
| def | down (self) |
| def | pageDown (self) |
| def | bottom (self) |
| def | move (self, step) |
| def | autoResize (self) |
| def | createSummary (self) |
Public Member Functions inherited from Screens.Screen.Screen | |
| def | __init__ (self, session, parent=None, mandatoryWidgets=None) |
| 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 | addSummary (self, summary) |
| def | removeSummary (self, summary) |
Public Member Functions inherited from Screens.HelpMenu.HelpableScreen | |
| def | __init__ (self) |
| def | showHelp (self) |
| def | callHelpAction (self, *args) |
Static Public Attributes | |
| string | skin |
| int | TYPE_NOICON = 0 |
| int | TYPE_YESNO = 1 |
| int | TYPE_INFO = 2 |
| int | TYPE_WARNING = 3 |
| int | TYPE_ERROR = 4 |
| int | TYPE_MESSAGE = 5 |
| dictionary | TYPE_PREFIX |
Static Public Attributes inherited from Screens.Screen.Screen | |
| NO_SUSPEND | |
| SUSPEND_STOPS | |
| SUSPEND_PAUSES | |
| ALLOW_SUSPEND = NO_SUSPEND | |
| globalScreen = None | |
Additional Inherited Members | |
Properties inherited from Screens.Screen.Screen | |
| title = property(getTitle, setTitle) | |
| def Screens.MessageBox.MessageBox.__init__ | ( | self, | |
| session, | |||
| text, | |||
type = TYPE_YESNO, |
|||
timeout = -1, |
|||
list = None, |
|||
default = True, |
|||
closeOnAnyKey = False, |
|||
enableInput = True, |
|||
msgBoxID = None, |
|||
typeIcon = None, |
|||
timeoutDefault = None, |
|||
windowTitle = None, |
|||
skinName = None, |
|||
close_on_any_key = False, |
|||
enable_input = True, |
|||
timeout_default = None, |
|||
title = None, |
|||
picon = None, |
|||
skin_name = None, |
|||
simple = None |
|||
| ) |
| def Screens.MessageBox.MessageBox.__repr__ | ( | self | ) |
Reimplemented from Screens.Screen.Screen.
| def Screens.MessageBox.MessageBox.autoResize | ( | self | ) |
| def Screens.MessageBox.MessageBox.bottom | ( | self | ) |
| def Screens.MessageBox.MessageBox.cancel | ( | self | ) |
| def Screens.MessageBox.MessageBox.createSummary | ( | self | ) |
Reimplemented from Screens.Screen.Screen.
Reimplemented in Screens.Standby.TryQuitMainloop.
| def Screens.MessageBox.MessageBox.down | ( | self | ) |
| def Screens.MessageBox.MessageBox.layoutFinished | ( | self | ) |
| def Screens.MessageBox.MessageBox.move | ( | self, | |
| step | |||
| ) |
| def Screens.MessageBox.MessageBox.pageDown | ( | self | ) |
| def Screens.MessageBox.MessageBox.pageUp | ( | self | ) |
| def Screens.MessageBox.MessageBox.processTimer | ( | self | ) |
| def Screens.MessageBox.MessageBox.select | ( | self | ) |
| def Screens.MessageBox.MessageBox.selectOk | ( | self | ) |
| def Screens.MessageBox.MessageBox.stopTimer | ( | self, | |
| reason | |||
| ) |
| def Screens.MessageBox.MessageBox.top | ( | self | ) |
| def Screens.MessageBox.MessageBox.up | ( | self | ) |
| Screens.MessageBox.MessageBox.activeTitle |
| Screens.MessageBox.MessageBox.baseTitle |
| Screens.MessageBox.MessageBox.closeOnAnyKey |
| Screens.MessageBox.MessageBox.list |
| Screens.MessageBox.MessageBox.msgBoxID |
| Screens.MessageBox.MessageBox.picon |
|
static |
| Screens.MessageBox.MessageBox.skinName |
| Screens.MessageBox.MessageBox.startIndex |
| Screens.MessageBox.MessageBox.text |
| Screens.MessageBox.MessageBox.timeout |
| Screens.MessageBox.MessageBox.timeoutDefault |
| Screens.MessageBox.MessageBox.timer |
| Screens.MessageBox.MessageBox.type |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| Screens.MessageBox.MessageBox.typeIcon |
| Screens.MessageBox.MessageBox.windowTitle |