enigma2  2.6
Classes | Namespaces | Functions | Variables
Notifications.py File Reference

Classes

class  Tools.Notifications.NotificationQueueEntry
 
class  Tools.Notifications.NotificationQueue
 

Namespaces

 Tools.Notifications
 

Functions

def Tools.Notifications.isPendingOrVisibleNotificationID (id)
 
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.RemovePopup (id)
 
def Tools.Notifications.AddPopup (text, type, timeout, id=None, domain=None, screen=MessageBox, additionalActionMap=None)
 

Variables

 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()