#include <DownloadManager.h>
Public Attributes | |
| AsciiString | server |
| AsciiString | userName |
| AsciiString | password |
| AsciiString | file |
| AsciiString | localFile |
| AsciiString | regKey |
| Bool | tryResume |
| std::string | server |
| std::string | userName |
| std::string | password |
| std::string | file |
| std::string | localFile |
| std::string | regKey |
| bool | tryResume |
Definition at line 38 of file DownloadManager.h.
| AsciiString QueuedDownload::file |
Definition at line 44 of file DownloadManager.h.
| std::string QueuedDownload::file |
Definition at line 40 of file DownloadManager.h.
| AsciiString QueuedDownload::localFile |
Definition at line 45 of file DownloadManager.h.
| std::string QueuedDownload::localFile |
Definition at line 41 of file DownloadManager.h.
| AsciiString QueuedDownload::password |
Definition at line 43 of file DownloadManager.h.
| std::string QueuedDownload::password |
Definition at line 39 of file DownloadManager.h.
| AsciiString QueuedDownload::regKey |
Definition at line 46 of file DownloadManager.h.
| std::string QueuedDownload::regKey |
Definition at line 42 of file DownloadManager.h.
| AsciiString QueuedDownload::server |
Definition at line 41 of file DownloadManager.h.
| std::string QueuedDownload::server |
Definition at line 37 of file DownloadManager.h.
| Bool QueuedDownload::tryResume |
Definition at line 47 of file DownloadManager.h.
| bool QueuedDownload::tryResume |
Definition at line 43 of file DownloadManager.h.
| AsciiString QueuedDownload::userName |
Definition at line 42 of file DownloadManager.h.
| std::string QueuedDownload::userName |
Definition at line 38 of file DownloadManager.h.