|
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) |
|
◆ __init__()
def Tools.Notifications.NotificationQueue.__init__ |
( |
|
self | ) |
|
◆ 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 |
|
) |
| |
◆ 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: