enigma2  2.6
Public Member Functions | Public Attributes | List of all members
Tools.Notifications.NotificationQueue Class Reference

Public Member Functions

def __init__ (self)
 
def registerDomain (self, key, name, icon=ICON_DEFAULT, deferred_callable=False)
 
def addEntry (self, entry)
 
def isPendingID (self, id)
 
def isVisibleID (self, id)
 
def removeSameID (self, id)
 
def getPending (self, domain=None)
 
def popNotification (self, parent, entry=None)
 

Public Attributes

 queue
 
 current
 
 addedCB
 
 domains
 

Constructor & Destructor Documentation

◆ __init__()

def Tools.Notifications.NotificationQueue.__init__ (   self)

Member Function Documentation

◆ addEntry()

def Tools.Notifications.NotificationQueue.addEntry (   self,
  entry 
)

◆ getPending()

def Tools.Notifications.NotificationQueue.getPending (   self,
  domain = None 
)

◆ isPendingID()

def Tools.Notifications.NotificationQueue.isPendingID (   self,
  id 
)

◆ isVisibleID()

def Tools.Notifications.NotificationQueue.isVisibleID (   self,
  id 
)

◆ popNotification()

def Tools.Notifications.NotificationQueue.popNotification (   self,
  parent,
  entry = None 
)

◆ registerDomain()

def Tools.Notifications.NotificationQueue.registerDomain (   self,
  key,
  name,
  icon = ICON_DEFAULT,
  deferred_callable = False 
)

◆ removeSameID()

def Tools.Notifications.NotificationQueue.removeSameID (   self,
  id 
)

Member Data Documentation

◆ addedCB

Tools.Notifications.NotificationQueue.addedCB

◆ current

Tools.Notifications.NotificationQueue.current

◆ domains

Tools.Notifications.NotificationQueue.domains

◆ queue

Tools.Notifications.NotificationQueue.queue

The documentation for this class was generated from the following file: