#include <notificationmanager.h>
|
| void | setWidget (TQWidget *widget, TDEInstance *inst=0) |
|
| static NotificationManager * | self () |
this class collects notification requests (new articles etc.) and processes them using KNotify.
Definition at line 36 of file notificationmanager.h.
◆ ~NotificationManager()
| Akregator::NotificationManager::~NotificationManager |
( |
| ) |
|
◆ doNotify()
| void Akregator::NotificationManager::doNotify |
( |
| ) |
|
|
protected |
◆ self()
| NotificationManager * Akregator::NotificationManager::self |
( |
| ) |
|
|
static |
◆ setWidget()
| void Akregator::NotificationManager::setWidget |
( |
TQWidget * | widget, |
|
|
TDEInstance * | inst = 0 ) |
the widget used for notification, normally either the mainwindow or the tray icon
Definition at line 55 of file notificationmanager.cpp.
◆ slotIntervalCheck
| void Akregator::NotificationManager::slotIntervalCheck |
( |
| ) |
|
|
protectedslot |
◆ slotNotifyArticle
| 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.
◆ slotNotifyFeeds
| void Akregator::NotificationManager::slotNotifyFeeds |
( |
const TQStringList & | 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: