akregator/src

#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 NotificationManagerself ()
 

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()

NotificationManager * Akregator::NotificationManager::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

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: