Public Slots |
Public Member Functions |
Static Public Member Functions |
Protected Slots |
Protected Member Functions |
List of all members
Akregator::NotificationManager Class Reference
#include <notificationmanager.h>
Inherits TQObject.
Public Slots | |
void | slotNotifyArticle (const Article &article) |
void | slotNotifyFeeds (const TQStringList &feeds) |
Public Member Functions | |
void | setWidget (TQWidget *widget, TDEInstance *inst=0) |
Static Public Member Functions | |
static NotificationManager * | self () |
Protected Slots | |
void | slotIntervalCheck () |
Protected Member Functions | |
void | doNotify () |
Detailed Description
this class collects notification requests (new articles etc.) and processes them using KNotify.
Definition at line 36 of file notificationmanager.h.
Member Function Documentation
◆ self()
|
static |
singleton instance of notification manager
Definition at line 134 of file notificationmanager.cpp.
◆ 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.
◆ slotNotifyArticle
|
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
|
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: