BALL
1.4.79
|
#include <BALL/SYSTEM/simpleDownloader.h>
Public Member Functions | |
DLThread (const QUrl &url, QByteArray *result, SimpleDownloader *parent) | |
DLThread (const QUrl &url, const String &path, SimpleDownloader *parent) | |
Public Member Functions inherited from BALL::SimpleDownloaderHelper::HelperThread | |
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) |
Protected Member Functions inherited from BALL::SimpleDownloaderHelper::HelperThread | |
void | run () |
Additional Inherited Members | |
Protected Attributes inherited from BALL::SimpleDownloaderHelper::HelperThread | |
int | err_ |
QUrl | url_ |
QByteArray * | result_ |
String | path_ |
SimpleDownloader * | parent_ |
Definition at line 173 of file simpleDownloader.h.
BALL::SimpleDownloaderHelper::DLThread::DLThread | ( | const QUrl & | url, |
QByteArray * | result, | ||
SimpleDownloader * | parent | ||
) |
BALL::SimpleDownloaderHelper::DLThread::DLThread | ( | const QUrl & | url, |
const String & | path, | ||
SimpleDownloader * | parent | ||
) |
|
protectedvirtual |
Implements BALL::SimpleDownloaderHelper::HelperThread.