BALL
1.4.1
|
#include <BALL/SYSTEM/simpleDownloader.h>
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_ |
Definition at line 183 of file simpleDownloader.h.
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 | ||
) |
virtual QNetworkReply* BALL::SimpleDownloaderHelper::UPThread::getReply_ | ( | QNetworkAccessManager * | man | ) | [protected, virtual] |
Implements BALL::SimpleDownloaderHelper::HelperThread.
const QByteArray* BALL::SimpleDownloaderHelper::UPThread::data_ [protected] |
Definition at line 194 of file simpleDownloader.h.
QIODevice* BALL::SimpleDownloaderHelper::UPThread::file_ [protected] |
Definition at line 195 of file simpleDownloader.h.