akregator
notificationmanager.cpp
Go to the documentation of this file.
79 KNotification::event(QLatin1String("FeedAdded"), i18n("Feed added:\n %1", feeds[0]), QPixmap() ,m_widget, KNotification::CloseOnTimeout, m_instance);
87 KNotification::event(QLatin1String("FeedAdded"), i18n("Feeds added:\n %1", message), QPixmap() ,m_widget, KNotification::CloseOnTimeout, m_instance);
106 KNotification::event(QLatin1String("NewArticles"), message, QPixmap() ,m_widget, KNotification::CloseOnTimeout, m_instance);
119 if (!m_addedInLastInterval || m_articles.count() >= m_maxArticles || m_intervalsLapsed >= m_maxIntervals)
void slotNotifyFeeds(const QStringList &feeds)
notifies the addition of feeds (used when added via DCOP or command line)
Definition: notificationmanager.cpp:74
void slotNotifyArticle(const Akregator::Article &article)
notifies an article.
Definition: notificationmanager.cpp:61
this class collects notification requests (new articles etc.) and processes them using KNotify...
Definition: notificationmanager.h:39
void setWidget(QWidget *widget, const KComponentData &inst=KComponentData())
the widget used for notification, normally either the mainwindow or the tray icon ...
Definition: notificationmanager.cpp:55
void slotIntervalCheck()
Definition: notificationmanager.cpp:114
static NotificationManager * self()
singleton instance of notification manager
Definition: notificationmanager.cpp:131
~NotificationManager()
Definition: notificationmanager.cpp:50
A proxy class for Syndication::ItemPtr with some additional methods to assist sorting.
Definition: article.h:61
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.