#include <functional>
#include <QObject>
#include <ubuntu/download_manager/metatypes.h>
#include <ubuntu/download_manager/download_struct.h>
#include <ubuntu/download_manager/group_download_struct.h>
Go to the source code of this file.
Classes | |
class | Ubuntu::DownloadManager::Manager |
The Manager class is the entry point of the download manager API and allows the client to create download requests in the download manager. More... | |
Namespaces | |
Ubuntu | |
Ubuntu::DownloadManager | |
Typedefs | |
typedef std::function< void(Download *)> | Ubuntu::DownloadManager::DownloadCb |
typedef std::function< void(DownloadsList *)> | Ubuntu::DownloadManager::DownloadsListCb |
typedef std::function< void(const QString &, const QString &, DownloadsList *)> | Ubuntu::DownloadManager::MetadataDownloadsListCb |
typedef std::function< void(GroupDownload *)> | Ubuntu::DownloadManager::GroupCb |