BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Private Attributes | List of all members
BALL::SimpleDownloaderHelper::DLHelper Class Reference

#include <BALL/SYSTEM/simpleDownloader.h>

Inheritance diagram for BALL::SimpleDownloaderHelper::DLHelper:
BALL::SimpleDownloaderHelper::BasicHelper QObject

Public Slots

void finished ()
void receivedData ()
- Public Slots inherited from BALL::SimpleDownloaderHelper::BasicHelper
void error (QNetworkReply::NetworkError error)
void sslErrors (const QList< QSslError > &errors)
virtual void finished ()=0

Public Member Functions

 DLHelper (HelperThread *caller, QNetworkReply *reply, const String &path)
- Public Member Functions inherited from BALL::SimpleDownloaderHelper::BasicHelper
 BasicHelper (HelperThread *caller, QNetworkReply *reply)
virtual ~BasicHelper ()

Private Attributes

QFile file_

Additional Inherited Members

- Protected Attributes inherited from BALL::SimpleDownloaderHelper::BasicHelper
HelperThreadcaller_
QNetworkReply * reply_

Detailed Description

Definition at line 232 of file simpleDownloader.h.

Constructor & Destructor Documentation

BALL::SimpleDownloaderHelper::DLHelper::DLHelper ( HelperThread caller,
QNetworkReply *  reply,
const String path 
)

Member Function Documentation

void BALL::SimpleDownloaderHelper::DLHelper::finished ( )
slot
void BALL::SimpleDownloaderHelper::DLHelper::receivedData ( )
slot

Member Data Documentation

QFile BALL::SimpleDownloaderHelper::DLHelper::file_
private

Definition at line 244 of file simpleDownloader.h.