akregator
#include <fetchqueue.h>
Definition at line 37 of file fetchqueue.h.
FetchQueue::FetchQueue |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
FetchQueue::~FetchQueue |
( |
| ) |
|
void FetchQueue::addFeed |
( |
Feed * |
f | ) |
|
void FetchQueue::connectToFeed |
( |
Feed * |
feed | ) |
|
|
protected |
void FetchQueue::disconnectFromFeed |
( |
Feed * |
feed | ) |
|
|
protected |
void FetchQueue::feedDone |
( |
Feed * |
f | ) |
|
|
protected |
void FetchQueue::fetchNextFeed |
( |
| ) |
|
|
protected |
fetches the next feed in the queue, unless the maximum of concurrent fetches is reached
Definition at line 81 of file fetchqueue.cpp.
bool FetchQueue::isEmpty |
( |
| ) |
const |
returns true when no feeds are neither fetching nor queued
Definition at line 113 of file fetchqueue.cpp.
void Akregator::FetchQueue::signalStarted |
( |
| ) |
|
|
signal |
void Akregator::FetchQueue::signalStopped |
( |
| ) |
|
|
signal |
void FetchQueue::slotAbort |
( |
| ) |
|
|
slot |
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:
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
KDE's Doxygen guidelines are available online.