akregator/src
Akregator::FetchQueue Class Reference
List of all members.Detailed Description
Definition at line 36 of file fetchqueue.h.
Public Slots | |
void | slotAbort () |
Signals | |
void | signalStarted () |
void | signalStopped () |
void | fetched (Feed *) |
void | fetchError (Feed *) |
Public Member Functions | |
FetchQueue (QObject *parent=0, const char *name=0) | |
virtual | ~FetchQueue () |
bool | isEmpty () const |
void | addFeed (Feed *f) |
Protected Slots | |
void | slotNodeDestroyed (TreeNode *node) |
void | slotFeedFetched (Feed *) |
void | slotFetchError (Feed *) |
void | slotFetchAborted (Feed *) |
Protected Member Functions | |
void | fetchNextFeed () |
void | feedDone (Feed *f) |
void | connectToFeed (Feed *feed) |
void | disconnectFromFeed (Feed *feed) |
Member Function Documentation
void Akregator::FetchQueue::addFeed | ( | Feed * | f | ) |
void Akregator::FetchQueue::fetchNextFeed | ( | ) | [protected] |
fetches the next feed in the queue, unless the maximum of concurrent fetches is reached
Definition at line 83 of file fetchqueue.cpp.
bool Akregator::FetchQueue::isEmpty | ( | ) | const |
returns true when no feeds are neither fetching nor queued
Definition at line 115 of file fetchqueue.cpp.
void Akregator::FetchQueue::slotAbort | ( | ) | [slot] |
The documentation for this class was generated from the following files: