![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Functions | |
| def | AddNotification (screen, *args, **kwargs) |
| def | AddNotificationWithCallback (fnc, screen, *args, **kwargs) |
| def | AddNotificationParentalControl (fnc, screen, *args, **kwargs) |
| def | AddNotificationWithID (id, screen, *args, **kwargs) |
| def | AddNotificationWithIDCallback (fnc, id, screen, *args, **kwargs) |
| def | AddNotificationWithUniqueIDCallback (fnc, id, screen, *args, **kwargs) |
| def | RemovePopup (id) |
| def | AddPopup (text, type, timeout, id=None) |
| def | AddPopupWithCallback (fnc, text, type, timeout, id=None) |
Variables | |
| list | notifications = [] |
| list | notificationAdded = [] |
| list | current_notifications = [] |
| def Tools.Notifications.AddNotification | ( | screen, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
| def Tools.Notifications.AddNotificationParentalControl | ( | fnc, | |
| screen, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
| def Tools.Notifications.AddNotificationWithCallback | ( | fnc, | |
| screen, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
| def Tools.Notifications.AddNotificationWithID | ( | id, | |
| screen, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
| def Tools.Notifications.AddNotificationWithIDCallback | ( | fnc, | |
| id, | |||
| screen, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
| def Tools.Notifications.AddNotificationWithUniqueIDCallback | ( | fnc, | |
| id, | |||
| screen, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
| def Tools.Notifications.AddPopup | ( | text, | |
| type, | |||
| timeout, | |||
id = None |
|||
| ) |
| def Tools.Notifications.AddPopupWithCallback | ( | fnc, | |
| text, | |||
| type, | |||
| timeout, | |||
id = None |
|||
| ) |
| def Tools.Notifications.RemovePopup | ( | id | ) |
| list Tools.Notifications.current_notifications = [] |
| list Tools.Notifications.notificationAdded = [] |
| list Tools.Notifications.notifications = [] |