|
RADLib
RADical C++ application framework
|
Download state used by download events and the downloads pane. More...
#include <RADWeb.h>
Public Attributes | |
| int | id = 0 |
| Stable download id for this browser window. More... | |
| std::string | uri |
| Source URI. More... | |
| std::string | destination |
| Local destination path. More... | |
| std::string | suggestedFileName |
| Filename suggested by WebKit/server metadata. More... | |
| double | progress = 0.0 |
| Progress in the 0.0 to 1.0 range when known. More... | |
| uint64_t | receivedBytes = 0 |
| Number of bytes received so far. More... | |
| bool | finished = false |
| True when the download completed successfully. More... | |
Download state used by download events and the downloads pane.
| std::string RADWeb::RADWebDownloadInfo::destination |
Local destination path.
| bool RADWeb::RADWebDownloadInfo::finished = false |
True when the download completed successfully.
| int RADWeb::RADWebDownloadInfo::id = 0 |
Stable download id for this browser window.
| double RADWeb::RADWebDownloadInfo::progress = 0.0 |
Progress in the 0.0 to 1.0 range when known.
| uint64_t RADWeb::RADWebDownloadInfo::receivedBytes = 0 |
Number of bytes received so far.
| std::string RADWeb::RADWebDownloadInfo::suggestedFileName |
Filename suggested by WebKit/server metadata.
| std::string RADWeb::RADWebDownloadInfo::uri |
Source URI.