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

#include <BALL/SYSTEM/simpleDownloader.h>

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

Public Member Functions

 UPThread (const QUrl &url, const QByteArray *data, QByteArray *result, SimpleDownloader *parent)
 
 UPThread (const QUrl &url, const QByteArray *data, const String &path, SimpleDownloader *parent)
 
 UPThread (const QUrl &url, QIODevice *file, QByteArray *result, SimpleDownloader *parent)
 
 UPThread (const QUrl &url, QIODevice *file, 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 ()
 

Protected Attributes

const QByteArray * data_
 
QIODevice * file_
 
- Protected Attributes inherited from BALL::SimpleDownloaderHelper::HelperThread
int err_
 
QUrl url_
 
QByteArray * result_
 
String path_
 
SimpleDownloaderparent_
 

Detailed Description

Definition at line 183 of file simpleDownloader.h.

Constructor & Destructor Documentation

BALL::SimpleDownloaderHelper::UPThread::UPThread ( const QUrl &  url,
const QByteArray *  data,
QByteArray *  result,
SimpleDownloader parent 
)
BALL::SimpleDownloaderHelper::UPThread::UPThread ( const QUrl &  url,
const QByteArray *  data,
const String path,
SimpleDownloader parent 
)
BALL::SimpleDownloaderHelper::UPThread::UPThread ( const QUrl &  url,
QIODevice *  file,
QByteArray *  result,
SimpleDownloader parent 
)
BALL::SimpleDownloaderHelper::UPThread::UPThread ( const QUrl &  url,
QIODevice *  file,
const String path,
SimpleDownloader parent 
)

Member Function Documentation

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

Member Data Documentation

const QByteArray* BALL::SimpleDownloaderHelper::UPThread::data_
protected

Definition at line 194 of file simpleDownloader.h.

QIODevice* BALL::SimpleDownloaderHelper::UPThread::file_
protected

Definition at line 195 of file simpleDownloader.h.