![]() |
Chesto 0.9
A declarative and element-based library for creating GUIs on homebrew'd consoles
|

Public Attributes | |
| std::string | url |
| std::string | buffer |
| DownloadStatus | status |
| std::function< void(DownloadOperation *)> | cb |
| void * | cbdata |
Definition at line 26 of file DownloadQueue.hpp.
| std::string DownloadOperation::buffer |
Definition at line 29 of file DownloadQueue.hpp.
| std::function<void(DownloadOperation*)> DownloadOperation::cb |
Definition at line 35 of file DownloadQueue.hpp.
| void* DownloadOperation::cbdata |
Definition at line 36 of file DownloadQueue.hpp.
| DownloadStatus DownloadOperation::status |
Definition at line 30 of file DownloadQueue.hpp.
| std::string DownloadOperation::url |
Definition at line 28 of file DownloadQueue.hpp.