akregator/src
Akregator::NotificationManager Class Reference
#include <notificationmanager.h>
Detailed Description
this class collects notification requests (new articles etc.) and processes them using KNotify.
Definition at line 36 of file notificationmanager.h.
Public Slots | |
void | slotNotifyArticle (const Article &article) |
void | slotNotifyFeeds (const QStringList &feeds) |
Public Member Functions | |
~NotificationManager () | |
void | setWidget (QWidget *widget, KInstance *inst=0) |
Static Public Member Functions | |
static NotificationManager * | self () |
Protected Slots | |
void | slotIntervalCheck () |
Protected Member Functions | |
void | doNotify () |
Member Function Documentation
|
singleton instance of notification manager
Definition at line 134 of file notificationmanager.cpp. |
|
the widget used for notification, normally either the mainwindow or the tray icon
Definition at line 55 of file notificationmanager.cpp. |
|
notifies an article. Note that articles are not notified separately, but "collected" and notified all together Definition at line 61 of file notificationmanager.cpp. |
|
notifies the addition of feeds (used when added via DCOP or command line)
Definition at line 74 of file notificationmanager.cpp. |
The documentation for this class was generated from the following files: