#include <DownloadManager.h>
Inherits IDownload, and IDownload.
Inherited by DownloadManagerMunkee, and DownloadManagerMunkee.
|
| | DownloadManager () |
| |
| virtual | ~DownloadManager () |
| |
| void | init (void) |
| |
| HRESULT | update (void) |
| |
| void | reset (void) |
| |
| virtual HRESULT | OnError (Int error) |
| |
| virtual HRESULT | OnEnd () |
| |
| virtual HRESULT | OnQueryResume () |
| |
| virtual HRESULT | OnProgressUpdate (Int bytesread, Int totalsize, Int timetaken, Int timeleft) |
| |
| virtual HRESULT | OnStatusUpdate (Int status) |
| |
| virtual HRESULT | downloadFile (AsciiString server, AsciiString username, AsciiString password, AsciiString file, AsciiString localfile, AsciiString regkey, Bool tryResume) |
| |
| AsciiString | getLastLocalFile (void) |
| |
| Bool | isDone (void) |
| |
| Bool | isOk (void) |
| |
| Bool | wasError (void) |
| |
| UnicodeString | getStatusString (void) |
| |
| UnicodeString | getErrorString (void) |
| |
| void | queueFileForDownload (AsciiString server, AsciiString username, AsciiString password, AsciiString file, AsciiString localfile, AsciiString regkey, Bool tryResume) |
| |
| Bool | isFileQueuedForDownload (void) |
| |
| HRESULT | downloadNextQueuedFile (void) |
| |
| | DownloadManager () |
| |
| virtual | ~DownloadManager () |
| |
| void | init (void) |
| |
| HRESULT | update (void) |
| |
| void | reset (void) |
| |
| virtual HRESULT | OnError (int error) |
| |
| virtual HRESULT | OnEnd () |
| |
| virtual HRESULT | OnQueryResume () |
| |
| virtual HRESULT | OnProgressUpdate (int bytesread, int totalsize, int timetaken, int timeleft) |
| |
| virtual HRESULT | OnStatusUpdate (int status) |
| |
| virtual HRESULT | downloadFile (std::string server, std::string username, std::string password, std::string file, std::string localfile, std::string regkey, bool tryResume) |
| |
| std::string | getLastLocalFile (void) |
| |
| bool | isDone (void) |
| |
| bool | isOk (void) |
| |
| bool | wasError (void) |
| |
| std::string | getStatusString (void) |
| |
| std::string | getErrorString (void) |
| |
| void | queueFileForDownload (std::string server, std::string username, std::string password, std::string file, std::string localfile, std::string regkey, bool tryResume) |
| |
| bool | isFileQueuedForDownload (void) |
| |
| HRESULT | downloadNextQueuedFile (void) |
| |
Definition at line 53 of file DownloadManager.h.
◆ DownloadManager() [1/2]
| DownloadManager::DownloadManager |
( |
| ) |
|
◆ ~DownloadManager() [1/2]
| DownloadManager::~DownloadManager |
( |
| ) |
|
|
virtual |
◆ DownloadManager() [2/2]
| DownloadManager::DownloadManager |
( |
| ) |
|
◆ ~DownloadManager() [2/2]
| virtual DownloadManager::~DownloadManager |
( |
| ) |
|
|
virtual |
◆ downloadFile() [1/2]
◆ downloadFile() [2/2]
| HRESULT DownloadManager::downloadFile |
( |
std::string | server, |
|
|
std::string | username, |
|
|
std::string | password, |
|
|
std::string | file, |
|
|
std::string | localfile, |
|
|
std::string | regkey, |
|
|
bool | tryResume ) |
|
virtual |
◆ downloadNextQueuedFile() [1/2]
| HRESULT DownloadManager::downloadNextQueuedFile |
( |
void | | ) |
|
◆ downloadNextQueuedFile() [2/2]
| HRESULT DownloadManager::downloadNextQueuedFile |
( |
void | | ) |
|
◆ getErrorString() [1/2]
◆ getErrorString() [2/2]
| std::string DownloadManager::getErrorString |
( |
void | | ) |
|
|
inline |
◆ getLastLocalFile() [1/2]
| std::string DownloadManager::getLastLocalFile |
( |
void | | ) |
|
◆ getLastLocalFile() [2/2]
| std::string DownloadManager::getLastLocalFile |
( |
void | | ) |
|
◆ getStatusString() [1/2]
◆ getStatusString() [2/2]
| std::string DownloadManager::getStatusString |
( |
void | | ) |
|
|
inline |
◆ init() [1/2]
| void DownloadManager::init |
( |
void | | ) |
|
◆ init() [2/2]
| void DownloadManager::init |
( |
void | | ) |
|
◆ isDone() [1/2]
| Bool DownloadManager::isDone |
( |
void | | ) |
|
|
inline |
◆ isDone() [2/2]
| bool DownloadManager::isDone |
( |
void | | ) |
|
|
inline |
◆ isFileQueuedForDownload() [1/2]
| Bool DownloadManager::isFileQueuedForDownload |
( |
void | | ) |
|
|
inline |
◆ isFileQueuedForDownload() [2/2]
| bool DownloadManager::isFileQueuedForDownload |
( |
void | | ) |
|
|
inline |
◆ isOk() [1/2]
| Bool DownloadManager::isOk |
( |
void | | ) |
|
|
inline |
◆ isOk() [2/2]
| bool DownloadManager::isOk |
( |
void | | ) |
|
|
inline |
◆ OnEnd() [1/2]
| HRESULT DownloadManager::OnEnd |
( |
| ) |
|
|
virtual |
◆ OnEnd() [2/2]
| virtual HRESULT DownloadManager::OnEnd |
( |
| ) |
|
|
virtual |
◆ OnError() [1/2]
| HRESULT DownloadManager::OnError |
( |
Int | error | ) |
|
|
virtual |
◆ OnError() [2/2]
| HRESULT DownloadManager::OnError |
( |
int | error | ) |
|
|
virtual |
◆ OnProgressUpdate() [1/2]
| HRESULT DownloadManager::OnProgressUpdate |
( |
Int | bytesread, |
|
|
Int | totalsize, |
|
|
Int | timetaken, |
|
|
Int | timeleft ) |
|
virtual |
◆ OnProgressUpdate() [2/2]
| HRESULT DownloadManager::OnProgressUpdate |
( |
int | bytesread, |
|
|
int | totalsize, |
|
|
int | timetaken, |
|
|
int | timeleft ) |
|
virtual |
◆ OnQueryResume() [1/2]
| HRESULT DownloadManager::OnQueryResume |
( |
| ) |
|
|
virtual |
◆ OnQueryResume() [2/2]
| virtual HRESULT DownloadManager::OnQueryResume |
( |
| ) |
|
|
virtual |
◆ OnStatusUpdate() [1/2]
| HRESULT DownloadManager::OnStatusUpdate |
( |
Int | status | ) |
|
|
virtual |
◆ OnStatusUpdate() [2/2]
| HRESULT DownloadManager::OnStatusUpdate |
( |
int | status | ) |
|
|
virtual |
◆ queueFileForDownload() [1/2]
◆ queueFileForDownload() [2/2]
| void DownloadManager::queueFileForDownload |
( |
std::string | server, |
|
|
std::string | username, |
|
|
std::string | password, |
|
|
std::string | file, |
|
|
std::string | localfile, |
|
|
std::string | regkey, |
|
|
bool | tryResume ) |
◆ reset() [1/2]
| void DownloadManager::reset |
( |
void | | ) |
|
◆ reset() [2/2]
| void DownloadManager::reset |
( |
void | | ) |
|
◆ update() [1/2]
| HRESULT DownloadManager::update |
( |
void | | ) |
|
◆ update() [2/2]
| HRESULT DownloadManager::update |
( |
void | | ) |
|
◆ wasError() [1/2]
| Bool DownloadManager::wasError |
( |
void | | ) |
|
|
inline |
◆ wasError() [2/2]
| bool DownloadManager::wasError |
( |
void | | ) |
|
|
inline |
◆ m_queuedDownloads
The documentation for this class was generated from the following files: