|
libzypp 17.31.32
|
#include </builddir/build/BUILD/libzypp-17.31.32/zypp-curl/ng/network/private/downloader_p.h>

Public Member Functions | |
| DownloaderPrivate (std::shared_ptr< MirrorControl > mc, Downloader &p) | |
| void | onDownloadStarted (Download &download) |
| void | onDownloadFinished (Download &download) |
Public Attributes | |
| std::vector< std::shared_ptr< Download > > | _runningDownloads |
| std::shared_ptr< NetworkRequestDispatcher > | _requestDispatcher |
| Signal< void(Downloader &parent, Download &download) | _sigStarted ) |
| Signal< void(Downloader &parent, Download &download) | _sigFinished ) |
| Signal< void(Downloader &parent) | _queueEmpty ) |
| std::shared_ptr< MirrorControl > | _mirrors |
Definition at line 97 of file downloader_p.h.
| zyppng::DownloaderPrivate::DownloaderPrivate | ( | std::shared_ptr< MirrorControl > | mc, |
| Downloader & | p ) |
Definition at line 335 of file downloader.cc.
| void zyppng::DownloaderPrivate::onDownloadStarted | ( | Download & | download | ) |
Definition at line 345 of file downloader.cc.
| void zyppng::DownloaderPrivate::onDownloadFinished | ( | Download & | download | ) |
Definition at line 350 of file downloader.cc.
| std::vector< std::shared_ptr<Download> > zyppng::DownloaderPrivate::_runningDownloads |
Definition at line 103 of file downloader_p.h.
| std::shared_ptr<NetworkRequestDispatcher> zyppng::DownloaderPrivate::_requestDispatcher |
Definition at line 104 of file downloader_p.h.
| Signal< void ( Downloader &parent, Download& download ) zyppng::DownloaderPrivate::_sigStarted) |
Definition at line 109 of file downloader_p.h.
| Signal< void ( Downloader &parent, Download& download ) zyppng::DownloaderPrivate::_sigFinished) |
Definition at line 110 of file downloader_p.h.
| Signal< void ( Downloader &parent ) zyppng::DownloaderPrivate::_queueEmpty) |
Definition at line 111 of file downloader_p.h.
| std::shared_ptr<MirrorControl> zyppng::DownloaderPrivate::_mirrors |
Definition at line 112 of file downloader_p.h.