#include <BALL/SYSTEM/simpleDownloader.h>
|
virtual QNetworkReply * | getReply_ (QNetworkAccessManager *man)=0 |
|
void | run () |
|
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 | ) |
|
|
protectedpure virtual |
int BALL::SimpleDownloaderHelper::HelperThread::getStatus |
( |
| ) |
|
void BALL::SimpleDownloaderHelper::HelperThread::run |
( |
| ) |
|
|
protected |
int BALL::SimpleDownloaderHelper::HelperThread::err_ |
|
protected |
String BALL::SimpleDownloaderHelper::HelperThread::path_ |
|
protected |
QByteArray* BALL::SimpleDownloaderHelper::HelperThread::result_ |
|
protected |
QUrl BALL::SimpleDownloaderHelper::HelperThread::url_ |
|
protected |