akregator
#include <notificationmanager.h>
Public Slots | |
void | slotNotifyArticle (const Akregator::Article &article) |
void | slotNotifyFeeds (const QStringList &feeds) |
Public Member Functions | |
~NotificationManager () | |
void | setWidget (QWidget *widget, const KComponentData &inst=KComponentData()) |
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 39 of file notificationmanager.h.
Constructor & Destructor Documentation
Akregator::NotificationManager::~NotificationManager | ( | ) |
Definition at line 50 of file notificationmanager.cpp.
Member Function Documentation
|
protected |
Definition at line 91 of file notificationmanager.cpp.
|
static |
singleton instance of notification manager
Definition at line 131 of file notificationmanager.cpp.
void Akregator::NotificationManager::setWidget | ( | QWidget * | widget, |
const KComponentData & | inst = KComponentData() |
||
) |
the widget used for notification, normally either the mainwindow or the tray icon
Definition at line 55 of file notificationmanager.cpp.
|
protectedslot |
Definition at line 114 of file notificationmanager.cpp.
|
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.
|
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:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.