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
NotificationManager * Akregator::NotificationManager::self | ( | ) | [static] |
void Akregator::NotificationManager::setWidget | ( | QWidget * | widget, | |
KInstance * | inst = 0 | |||
) |
the widget used for notification, normally either the mainwindow or the tray icon
Definition at line 55 of file notificationmanager.cpp.
void Akregator::NotificationManager::slotNotifyArticle | ( | const Article & | article | ) | [slot] |
notifies an article.
Note that articles are not notified separately, but "collected" and notified all together
Definition at line 61 of file notificationmanager.cpp.
void Akregator::NotificationManager::slotNotifyFeeds | ( | const QStringList & | feeds | ) | [slot] |
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: