enigma2
2.6
|
Classes | |
class | NotificationQueue |
class | NotificationQueueEntry |
Functions | |
def | isPendingOrVisibleNotificationID (id) |
def | AddNotification (screen, *args, **kwargs) |
def | AddNotificationWithCallback (fnc, screen, *args, **kwargs) |
def | AddNotificationWithID (id, screen, *args, **kwargs) |
def | RemovePopup (id) |
def | AddPopup (text, type, timeout, id=None, domain=None, screen=MessageBox, additionalActionMap=None) |
Variables | |
ICON_DEFAULT = LoadPixmap(cached=True, path=resolveFilename(SCOPE_CURRENT_SKIN, 'skin_default/icons/marker.png')) | |
ICON_MAIL = LoadPixmap(cached=True, path=resolveFilename(SCOPE_CURRENT_SKIN, 'skin_default/icons/notification_mail.png')) | |
ICON_TIMER = LoadPixmap(cached=True, path=resolveFilename(SCOPE_CURRENT_SKIN, 'skin_default/icons/clock.png')) | |
notificationQueue = NotificationQueue() | |
def Tools.Notifications.AddNotification | ( | screen, | |
* | args, | ||
** | kwargs | ||
) |
def Tools.Notifications.AddNotificationWithCallback | ( | fnc, | |
screen, | |||
* | args, | ||
** | kwargs | ||
) |
def Tools.Notifications.AddNotificationWithID | ( | id, | |
screen, | |||
* | args, | ||
** | kwargs | ||
) |
def Tools.Notifications.AddPopup | ( | text, | |
type, | |||
timeout, | |||
id = None , |
|||
domain = None , |
|||
screen = MessageBox , |
|||
additionalActionMap = None |
|||
) |
def Tools.Notifications.isPendingOrVisibleNotificationID | ( | id | ) |
def Tools.Notifications.RemovePopup | ( | id | ) |
Tools.Notifications.ICON_DEFAULT = LoadPixmap(cached=True, path=resolveFilename(SCOPE_CURRENT_SKIN, 'skin_default/icons/marker.png')) |
Tools.Notifications.ICON_MAIL = LoadPixmap(cached=True, path=resolveFilename(SCOPE_CURRENT_SKIN, 'skin_default/icons/notification_mail.png')) |
Tools.Notifications.ICON_TIMER = LoadPixmap(cached=True, path=resolveFilename(SCOPE_CURRENT_SKIN, 'skin_default/icons/clock.png')) |
Tools.Notifications.notificationQueue = NotificationQueue() |