BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
BALL::SimpleDownloaderHelper::DLThread Class Reference

#include <BALL/SYSTEM/simpleDownloader.h>

Inheritance diagram for BALL::SimpleDownloaderHelper::DLThread:
BALL::SimpleDownloaderHelper::HelperThread QThread

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_
 
SimpleDownloaderparent_
 

Detailed Description

Definition at line 173 of file simpleDownloader.h.

Constructor & Destructor Documentation

BALL::SimpleDownloaderHelper::DLThread::DLThread ( const QUrl &  url,
QByteArray *  result,
SimpleDownloader parent 
)
BALL::SimpleDownloaderHelper::DLThread::DLThread ( const QUrl &  url,
const String path,
SimpleDownloader parent 
)

Member Function Documentation

virtual QNetworkReply* BALL::SimpleDownloaderHelper::DLThread::getReply_ ( QNetworkAccessManager *  man)
protectedvirtual