![]() |
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 28 of file DownloadQueue.hpp.
| std::string Chesto::DownloadOperation::buffer |
Definition at line 31 of file DownloadQueue.hpp.
| std::function<void(DownloadOperation*)> Chesto::DownloadOperation::cb |
Definition at line 37 of file DownloadQueue.hpp.
| void* Chesto::DownloadOperation::cbdata |
Definition at line 38 of file DownloadQueue.hpp.
| DownloadStatus Chesto::DownloadOperation::status |
Definition at line 32 of file DownloadQueue.hpp.
| std::string Chesto::DownloadOperation::url |
Definition at line 30 of file DownloadQueue.hpp.