#include <BALL/SYSTEM/simpleDownloader.h>
|
virtual QNetworkReply * | getReply_ (QNetworkAccessManager *man)=0 |
|
void | run () |
|
Definition at line 151 of file simpleDownloader.h.
◆ HelperThread() [1/2]
BALL::SimpleDownloaderHelper::HelperThread::HelperThread |
( |
const QUrl & |
url, |
|
|
QByteArray * |
result, |
|
|
SimpleDownloader * |
parent |
|
) |
| |
◆ HelperThread() [2/2]
BALL::SimpleDownloaderHelper::HelperThread::HelperThread |
( |
const QUrl & |
url, |
|
|
const String & |
path, |
|
|
SimpleDownloader * |
parent |
|
) |
| |
◆ getReply_()
virtual QNetworkReply * BALL::SimpleDownloaderHelper::HelperThread::getReply_ |
( |
QNetworkAccessManager * |
man | ) |
|
|
protectedpure virtual |
◆ getStatus()
int BALL::SimpleDownloaderHelper::HelperThread::getStatus |
( |
| ) |
|
◆ run()
void BALL::SimpleDownloaderHelper::HelperThread::run |
( |
| ) |
|
|
protected |
◆ err_
int BALL::SimpleDownloaderHelper::HelperThread::err_ |
|
protected |
◆ parent_
◆ path_
String BALL::SimpleDownloaderHelper::HelperThread::path_ |
|
protected |
◆ result_
QByteArray* BALL::SimpleDownloaderHelper::HelperThread::result_ |
|
protected |
◆ url_
QUrl BALL::SimpleDownloaderHelper::HelperThread::url_ |
|
protected |