Ubuntu Download Manager  1.2.0
A session-wide downloading service
manager.h File Reference
#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>
+ Include dependency graph for manager.h:
+ This graph shows which files directly or indirectly include this file:

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