|
BALL
1.4.1
|
#include <BALL/SYSTEM/simpleDownloader.h>
Public Slots | |
| void | finished () |
| void | receivedData () |
Public Member Functions | |
| DLHelper (HelperThread *caller, QNetworkReply *reply, const String &path) | |
Private Attributes | |
| QFile | file_ |
Definition at line 232 of file simpleDownloader.h.
| BALL::SimpleDownloaderHelper::DLHelper::DLHelper | ( | HelperThread * | caller, |
| QNetworkReply * | reply, | ||
| const String & | path | ||
| ) |
| void BALL::SimpleDownloaderHelper::DLHelper::finished | ( | ) | [virtual, slot] |
Implements BALL::SimpleDownloaderHelper::BasicHelper.
| void BALL::SimpleDownloaderHelper::DLHelper::receivedData | ( | ) | [slot] |
QFile BALL::SimpleDownloaderHelper::DLHelper::file_ [private] |
Definition at line 244 of file simpleDownloader.h.
1.7.6.1