#include <BALL/SYSTEM/simpleDownloader.h>
|
| 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) |
|
| HelperThread (const QUrl &url, QByteArray *result, SimpleDownloader *parent) |
|
| HelperThread (const QUrl &url, const String &path, SimpleDownloader *parent) |
|
int | getStatus () |
|
|
virtual QNetworkReply * | getReply_ (QNetworkAccessManager *man) |
|
void | run () |
|
Definition at line 181 of file simpleDownloader.h.
◆ UPThread() [1/4]
BALL::SimpleDownloaderHelper::UPThread::UPThread |
( |
const QUrl & | url, |
|
|
const QByteArray * | data, |
|
|
QByteArray * | result, |
|
|
SimpleDownloader * | parent ) |
◆ UPThread() [2/4]
BALL::SimpleDownloaderHelper::UPThread::UPThread |
( |
const QUrl & | url, |
|
|
const QByteArray * | data, |
|
|
const String & | path, |
|
|
SimpleDownloader * | parent ) |
◆ UPThread() [3/4]
BALL::SimpleDownloaderHelper::UPThread::UPThread |
( |
const QUrl & | url, |
|
|
QIODevice * | file, |
|
|
QByteArray * | result, |
|
|
SimpleDownloader * | parent ) |
◆ UPThread() [4/4]
BALL::SimpleDownloaderHelper::UPThread::UPThread |
( |
const QUrl & | url, |
|
|
QIODevice * | file, |
|
|
const String & | path, |
|
|
SimpleDownloader * | parent ) |
◆ getReply_()
virtual QNetworkReply * BALL::SimpleDownloaderHelper::UPThread::getReply_ |
( |
QNetworkAccessManager * | man | ) |
|
|
protectedvirtual |
◆ data_
const QByteArray* BALL::SimpleDownloaderHelper::UPThread::data_ |
|
protected |
◆ file_
QIODevice* BALL::SimpleDownloaderHelper::UPThread::file_ |
|
protected |