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
|
|
adds a feed to the queue
Definition at line 73 of file fetchqueue.cpp. |
|
|
fetches the next feed in the queue, unless the maximum of concurrent fetches is reached
Definition at line 83 of file fetchqueue.cpp. |
|
|
returns true when no feeds are neither fetching nor queued
Definition at line 115 of file fetchqueue.cpp. |
|
|
aborts currently fetching feeds and empties the queue
Definition at line 55 of file fetchqueue.cpp. |
The documentation for this class was generated from the following files:

