|
BALL
1.4.1
|
#include <BALL/SYSTEM/simpleDownloader.h>
Public Member Functions | |
| DLThread (const QUrl &url, QByteArray *result, SimpleDownloader *parent) | |
| DLThread (const QUrl &url, const String &path, SimpleDownloader *parent) | |
Protected Member Functions | |
| virtual QNetworkReply * | getReply_ (QNetworkAccessManager *man) |
Definition at line 173 of file simpleDownloader.h.
| BALL::SimpleDownloaderHelper::DLThread::DLThread | ( | const QUrl & | url, |
| QByteArray * | result, | ||
| SimpleDownloader * | parent | ||
| ) |
| BALL::SimpleDownloaderHelper::DLThread::DLThread | ( | const QUrl & | url, |
| const String & | path, | ||
| SimpleDownloader * | parent | ||
| ) |
| virtual QNetworkReply* BALL::SimpleDownloaderHelper::DLThread::getReply_ | ( | QNetworkAccessManager * | man | ) | [protected, virtual] |
Implements BALL::SimpleDownloaderHelper::HelperThread.
1.7.6.1