Inherits DownloadManager, and DownloadManager.
|
| | DownloadManagerMunkee () |
| |
| virtual HRESULT | OnError (Int error) |
| |
| virtual HRESULT | OnEnd () |
| |
| 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) |
| |
| | DownloadManagerMunkee () |
| |
| virtual HRESULT | OnError (int error) |
| |
| virtual HRESULT | OnEnd () |
| |
| 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) |
| |
| | DownloadManager () |
| |
| virtual | ~DownloadManager () |
| |
| void | init (void) |
| |
| HRESULT | update (void) |
| |
| void | reset (void) |
| |
| virtual HRESULT | OnQueryResume () |
| |
| 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 | OnQueryResume () |
| |
| 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 118 of file DownloadMenu.cpp.
◆ DownloadManagerMunkee() [1/2]
| DownloadManagerMunkee::DownloadManagerMunkee |
( |
| ) |
|
|
inline |
◆ DownloadManagerMunkee() [2/2]
| DownloadManagerMunkee::DownloadManagerMunkee |
( |
| ) |
|
|
inline |
◆ downloadFile() [1/2]
◆ downloadFile() [2/2]
| HRESULT DownloadManagerMunkee::downloadFile |
( |
std::string | server, |
|
|
std::string | username, |
|
|
std::string | password, |
|
|
std::string | file, |
|
|
std::string | localfile, |
|
|
std::string | regkey, |
|
|
bool | tryResume ) |
|
virtual |
◆ OnEnd() [1/2]
| HRESULT DownloadManagerMunkee::OnEnd |
( |
| ) |
|
|
virtual |
◆ OnEnd() [2/2]
| virtual HRESULT DownloadManagerMunkee::OnEnd |
( |
| ) |
|
|
virtual |
◆ OnError() [1/2]
| HRESULT DownloadManagerMunkee::OnError |
( |
Int | error | ) |
|
|
virtual |
◆ OnError() [2/2]
| HRESULT DownloadManagerMunkee::OnError |
( |
int | error | ) |
|
|
virtual |
◆ OnProgressUpdate() [1/2]
| HRESULT DownloadManagerMunkee::OnProgressUpdate |
( |
Int | bytesread, |
|
|
Int | totalsize, |
|
|
Int | timetaken, |
|
|
Int | timeleft ) |
|
virtual |
◆ OnProgressUpdate() [2/2]
| HRESULT DownloadManagerMunkee::OnProgressUpdate |
( |
int | bytesread, |
|
|
int | totalsize, |
|
|
int | timetaken, |
|
|
int | timeleft ) |
|
virtual |
◆ OnStatusUpdate() [1/2]
| HRESULT DownloadManagerMunkee::OnStatusUpdate |
( |
Int | status | ) |
|
|
virtual |
◆ OnStatusUpdate() [2/2]
| HRESULT DownloadManagerMunkee::OnStatusUpdate |
( |
int | status | ) |
|
|
virtual |
The documentation for this class was generated from the following files: