supertux
|
Public Member Functions | |
TransferStatus (Downloader &downloader, TransferId id_, const std::string &url) | |
void | abort () |
void | update () |
void | then (const std::function< void(bool)> &callback) |
Public Attributes | |
Downloader & | m_downloader |
TransferId | id |
const std::string | file |
std::vector< std::function< void(bool)> > | callbacks |
int | dltotal |
int | dlnow |
int | ultotal |
int | ulnow |
std::string | error_msg |
Friends | |
class | Downloader |
class | TransferStatusList |