|
BALL
1.4.79
|
#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 | ||
| ) |
|
inlinevirtual |
Definition at line 204 of file simpleDownloader.h.
|
slot |
|
pure virtualslot |
|
slot |
|
protected |
Definition at line 214 of file simpleDownloader.h.
|
protected |
Definition at line 215 of file simpleDownloader.h.
1.8.9.1