|
libzypp
17.22.0
|
#include <downloader_p.h>

Public Member Functions | |
| DownloaderPrivate () | |
| void | onDownloadStarted (Download &download) |
| void | onDownloadFinished (Download &download) |
Public Member Functions inherited from zyppng::BasePrivate | |
| virtual | ~BasePrivate () |
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 |
Public Attributes inherited from zyppng::BasePrivate | |
| Base::WeakPtr | parent |
| std::unordered_set< Base::Ptr > | children |
| Base * | z_ptr = nullptr |
Definition at line 98 of file downloader_p.h.
| zyppng::DownloaderPrivate::DownloaderPrivate | ( | ) |
Definition at line 777 of file downloader.cc.
| void zyppng::DownloaderPrivate::onDownloadStarted | ( | Download & | download | ) |
Definition at line 782 of file downloader.cc.
| void zyppng::DownloaderPrivate::onDownloadFinished | ( | Download & | download | ) |
Definition at line 787 of file downloader.cc.
| std::vector< std::shared_ptr<Download> > zyppng::DownloaderPrivate::_runningDownloads |
Definition at line 104 of file downloader_p.h.
| std::shared_ptr<NetworkRequestDispatcher> zyppng::DownloaderPrivate::_requestDispatcher |
Definition at line 105 of file downloader_p.h.
| signal<void ( Downloader &parent, Download& download )> zyppng::DownloaderPrivate::_sigStarted |
Definition at line 110 of file downloader_p.h.
| signal<void ( Downloader &parent, Download& download )> zyppng::DownloaderPrivate::_sigFinished |
Definition at line 111 of file downloader_p.h.
| signal<void ( Downloader &parent )> zyppng::DownloaderPrivate::_queueEmpty |
Definition at line 112 of file downloader_p.h.