marble/src
HttpDownloadManager Class Reference
#include <HttpDownloadManager.h>
Inheritance diagram for HttpDownloadManager:

Detailed Description
Definition at line 42 of file HttpDownloadManager.h.
Public Slots | |
| void | addJob (const QString &relativeUrlString, const QString &id) |
| void | addJob (const QString &server, const QString &relativeUrlString, const QString &id) |
| void | removeJob (HttpJob *job) |
Signals | |
| void | downloadComplete (QString, QString) |
| void | statusMessage (QString) |
Public Member Functions | |
| HttpDownloadManager (const QUrl &serverUrl, StoragePolicy *policy) | |
| virtual | ~HttpDownloadManager () |
| void | setServerUrl (const QUrl &serverUrl) |
| void | setJobQueueLimit (int jobQueueLimit) |
| void | setActivatedJobsLimit (int activatedJobsLimit) |
Friends | |
| class | HttpJob |
Constructor & Destructor Documentation
| HttpDownloadManager::HttpDownloadManager | ( | const QUrl & | serverUrl, | |
| StoragePolicy * | policy | |||
| ) |
Creates a new http download manager.
- Parameters:
-
serverUrl The url of the server to download from. policy The storage policy for this manager.
Definition at line 20 of file HttpDownloadManager.cpp.
| HttpDownloadManager::~HttpDownloadManager | ( | ) | [virtual] |
Member Function Documentation
| void HttpDownloadManager::setServerUrl | ( | const QUrl & | serverUrl | ) |
| void HttpDownloadManager::setJobQueueLimit | ( | int | jobQueueLimit | ) |
| void HttpDownloadManager::setActivatedJobsLimit | ( | int | activatedJobsLimit | ) |
Adds a new job with the relative url and the given id.
Definition at line 71 of file HttpDownloadManager.cpp.
| void HttpDownloadManager::addJob | ( | const QString & | server, | |
| const QString & | relativeUrlString, | |||
| const QString & | id | |||
| ) | [slot] |
Adds a new job with a server, relative url and given id.
Definition at line 93 of file HttpDownloadManager.cpp.
| void HttpDownloadManager::removeJob | ( | HttpJob * | job | ) | [slot] |
| void HttpDownloadManager::statusMessage | ( | QString | ) | [signal] |
Friends And Related Function Documentation
friend class HttpJob [friend] |
Definition at line 44 of file HttpDownloadManager.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference