#include <BALL/SYSTEM/simpleDownloader.h>
Public Member Functions | |
HelperThread (const QUrl &url, QByteArray *result, SimpleDownloader *parent) | |
HelperThread (const QUrl &url, const String &path, SimpleDownloader *parent) | |
int | getStatus () |
Protected Member Functions | |
virtual QNetworkReply * | getReply_ (QNetworkAccessManager *man)=0 |
void | run () |
Protected Attributes | |
int | err_ |
QUrl | url_ |
QByteArray * | result_ |
String | path_ |
SimpleDownloader * | parent_ |
Definition at line 153 of file simpleDownloader.h.
BALL::SimpleDownloaderHelper::HelperThread::HelperThread | ( | const QUrl & | url, | |
QByteArray * | result, | |||
SimpleDownloader * | parent | |||
) |
BALL::SimpleDownloaderHelper::HelperThread::HelperThread | ( | const QUrl & | url, | |
const String & | path, | |||
SimpleDownloader * | parent | |||
) |
virtual QNetworkReply* BALL::SimpleDownloaderHelper::HelperThread::getReply_ | ( | QNetworkAccessManager * | man | ) | [protected, pure virtual] |
Implemented in BALL::SimpleDownloaderHelper::DLThread, and BALL::SimpleDownloaderHelper::UPThread.
int BALL::SimpleDownloaderHelper::HelperThread::getStatus | ( | ) |
void BALL::SimpleDownloaderHelper::HelperThread::run | ( | ) | [protected] |
int BALL::SimpleDownloaderHelper::HelperThread::err_ [protected] |
Definition at line 166 of file simpleDownloader.h.
Definition at line 170 of file simpleDownloader.h.
Definition at line 169 of file simpleDownloader.h.
QByteArray* BALL::SimpleDownloaderHelper::HelperThread::result_ [protected] |
Definition at line 168 of file simpleDownloader.h.
QUrl BALL::SimpleDownloaderHelper::HelperThread::url_ [protected] |
Definition at line 167 of file simpleDownloader.h.