|
BALL
1.4.1
|
#include <BALL/SYSTEM/simpleDownloader.h>
Public Slots | |
| void | error (QNetworkReply::NetworkError error) |
| void | sslErrors (const QList< QSslError > &errors) |
| virtual void | finished ()=0 |
Public Member Functions | |
| BasicHelper (HelperThread *caller, QNetworkReply *reply) | |
| virtual | ~BasicHelper () |
Protected Attributes | |
| HelperThread * | caller_ |
| QNetworkReply * | reply_ |
Definition at line 198 of file simpleDownloader.h.
| BALL::SimpleDownloaderHelper::BasicHelper::BasicHelper | ( | HelperThread * | caller, |
| QNetworkReply * | reply | ||
| ) |
| virtual BALL::SimpleDownloaderHelper::BasicHelper::~BasicHelper | ( | ) | [inline, virtual] |
Definition at line 204 of file simpleDownloader.h.
| void BALL::SimpleDownloaderHelper::BasicHelper::error | ( | QNetworkReply::NetworkError | error | ) | [slot] |
| virtual void BALL::SimpleDownloaderHelper::BasicHelper::finished | ( | ) | [pure virtual, slot] |
Implemented in BALL::SimpleDownloaderHelper::DLHelper, and BALL::SimpleDownloaderHelper::DLArrayHelper.
| void BALL::SimpleDownloaderHelper::BasicHelper::sslErrors | ( | const QList< QSslError > & | errors | ) | [slot] |
Definition at line 214 of file simpleDownloader.h.
QNetworkReply* BALL::SimpleDownloaderHelper::BasicHelper::reply_ [protected] |
Definition at line 215 of file simpleDownloader.h.
1.7.6.1