akregator
fetchqueue.cpp
Go to the documentation of this file.
130 connect (feed, SIGNAL(fetched(Akregator::Feed*)), this, SLOT(slotFeedFetched(Akregator::Feed*)));
131 connect (feed, SIGNAL(fetchError(Akregator::Feed*)), this, SLOT(slotFetchError(Akregator::Feed*)));
132 connect (feed, SIGNAL(fetchAborted(Akregator::Feed*)), this, SLOT(slotFetchAborted(Akregator::Feed*)));
133 connect (feed, SIGNAL(signalDestroyed(Akregator::TreeNode*)), this, SLOT(slotNodeDestroyed(Akregator::TreeNode*)));
void slotFeedFetched(Akregator::Feed *)
Definition: fetchqueue.cpp:95
void fetchNextFeed()
fetches the next feed in the queue, unless the maximum of concurrent fetches is reached ...
Definition: fetchqueue.cpp:81
void fetchError(Akregator::Feed *)
void signalStarted()
void signalStopped()
bool isEmpty() const
returns true when no feeds are neither fetching nor queued
Definition: fetchqueue.cpp:113
void slotFetchAborted(Akregator::Feed *)
Definition: fetchqueue.cpp:107
void slotFetchError(Akregator::Feed *)
Definition: fetchqueue.cpp:101
void slotNodeDestroyed(Akregator::TreeNode *node)
Definition: fetchqueue.cpp:142
Abstract base class for all kind of elements in the feed tree, like feeds and feed groups (and search...
Definition: treenode.h:59
void fetched(Akregator::Feed *)
Definition: article.h:39
void disconnectFromFeed(Feed *feed)
Definition: fetchqueue.cpp:136
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.