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

Public Member Functions | |
| void | downloadAdd (DownloadOperation *download) |
| add a new download operation More... | |
| void | downloadCancel (DownloadOperation *download) |
| cancel a download operation More... | |
| int | process () |
| process finished and queued downloads More... | |
Static Public Member Functions | |
| static void | init () |
| static void | quit () |
Static Public Attributes | |
| static DownloadQueue * | downloadQueue = NULL |
Definition at line 39 of file DownloadQueue.hpp.
| DownloadQueue::DownloadQueue | ( | ) |
Definition at line 61 of file DownloadQueue.cpp.
| DownloadQueue::~DownloadQueue | ( | ) |
Definition at line 69 of file DownloadQueue.cpp.
| void DownloadQueue::downloadAdd | ( | DownloadOperation * | download | ) |
add a new download operation
Definition at line 78 of file DownloadQueue.cpp.
Referenced by NetImageElement::fetch().
| void DownloadQueue::downloadCancel | ( | DownloadOperation * | download | ) |
cancel a download operation
Definition at line 85 of file DownloadQueue.cpp.
|
static |
Definition at line 44 of file DownloadQueue.cpp.
| int DownloadQueue::process | ( | ) |
process finished and queued downloads
Definition at line 153 of file DownloadQueue.cpp.
|
static |
Definition at line 49 of file DownloadQueue.cpp.
|
static |
Definition at line 57 of file DownloadQueue.hpp.