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

#include <BALL/SYSTEM/simpleDownloader.h>

Inheritance diagram for BALL::SimpleDownloaderHelper::QFtpHackThread:
QThread

Public Member Functions

 QFtpHackThread (const QUrl &url, QIODevice *iodev, SimpleDownloader *parent)
 ~QFtpHackThread ()

Protected Member Functions

void run ()

Private Attributes

QFtp * ftp_
QFtpHackHelperhelper_
QUrl url_
QIODevice * iodev_
SimpleDownloaderparent_

Detailed Description

Definition at line 254 of file simpleDownloader.h.

Constructor & Destructor Documentation

BALL::SimpleDownloaderHelper::QFtpHackThread::QFtpHackThread ( const QUrl &  url,
QIODevice *  iodev,
SimpleDownloader parent 
)
BALL::SimpleDownloaderHelper::QFtpHackThread::~QFtpHackThread ( )

Member Function Documentation

void BALL::SimpleDownloaderHelper::QFtpHackThread::run ( )
protected

Member Data Documentation

QFtp* BALL::SimpleDownloaderHelper::QFtpHackThread::ftp_
private

Definition at line 266 of file simpleDownloader.h.

QFtpHackHelper* BALL::SimpleDownloaderHelper::QFtpHackThread::helper_
private

Definition at line 267 of file simpleDownloader.h.

QIODevice* BALL::SimpleDownloaderHelper::QFtpHackThread::iodev_
private

Definition at line 269 of file simpleDownloader.h.

SimpleDownloader* BALL::SimpleDownloaderHelper::QFtpHackThread::parent_
private

Definition at line 270 of file simpleDownloader.h.

QUrl BALL::SimpleDownloaderHelper::QFtpHackThread::url_
private

Definition at line 268 of file simpleDownloader.h.