BALL::SimpleDownloaderHelper::UPThread Class Reference
#include <BALL/SYSTEM/simpleDownloader.h>
List of all members.
Public Member Functions |
| UPThread (const QUrl &url, const QByteArray *data, QByteArray *result, SimpleDownloader *parent) |
| UPThread (const QUrl &url, const QByteArray *data, const String &path, SimpleDownloader *parent) |
| UPThread (const QUrl &url, QIODevice *file, QByteArray *result, SimpleDownloader *parent) |
| UPThread (const QUrl &url, QIODevice *file, const String &path, SimpleDownloader *parent) |
Protected Member Functions |
virtual QNetworkReply * | getReply_ (QNetworkAccessManager *man) |
Protected Attributes |
const QByteArray * | data_ |
QIODevice * | file_ |
Detailed Description
Definition at line 183 of file simpleDownloader.h.
Constructor & Destructor Documentation
BALL::SimpleDownloaderHelper::UPThread::UPThread |
( |
const QUrl & |
url, |
|
|
const QByteArray * |
data, |
|
|
QByteArray * |
result, |
|
|
SimpleDownloader * |
parent | |
|
) |
| | |
BALL::SimpleDownloaderHelper::UPThread::UPThread |
( |
const QUrl & |
url, |
|
|
const QByteArray * |
data, |
|
|
const String & |
path, |
|
|
SimpleDownloader * |
parent | |
|
) |
| | |
BALL::SimpleDownloaderHelper::UPThread::UPThread |
( |
const QUrl & |
url, |
|
|
QIODevice * |
file, |
|
|
QByteArray * |
result, |
|
|
SimpleDownloader * |
parent | |
|
) |
| | |
BALL::SimpleDownloaderHelper::UPThread::UPThread |
( |
const QUrl & |
url, |
|
|
QIODevice * |
file, |
|
|
const String & |
path, |
|
|
SimpleDownloader * |
parent | |
|
) |
| | |
Member Function Documentation
virtual QNetworkReply* BALL::SimpleDownloaderHelper::UPThread::getReply_ |
( |
QNetworkAccessManager * |
man |
) |
[protected, virtual] |
Member Data Documentation