libzypp  17.22.0
zyppng::DownloaderPrivate Class Reference

#include <downloader_p.h>

Inheritance diagram for zyppng::DownloaderPrivate:

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::Ptrchildren
 
Basez_ptr = nullptr
 

Detailed Description

Definition at line 98 of file downloader_p.h.

Constructor & Destructor Documentation

◆ DownloaderPrivate()

zyppng::DownloaderPrivate::DownloaderPrivate ( )

Definition at line 777 of file downloader.cc.

Member Function Documentation

◆ onDownloadStarted()

void zyppng::DownloaderPrivate::onDownloadStarted ( Download download)

Definition at line 782 of file downloader.cc.

◆ onDownloadFinished()

void zyppng::DownloaderPrivate::onDownloadFinished ( Download download)

Definition at line 787 of file downloader.cc.

Member Data Documentation

◆ _runningDownloads

std::vector< std::shared_ptr<Download> > zyppng::DownloaderPrivate::_runningDownloads

Definition at line 104 of file downloader_p.h.

◆ _requestDispatcher

std::shared_ptr<NetworkRequestDispatcher> zyppng::DownloaderPrivate::_requestDispatcher

Definition at line 105 of file downloader_p.h.

◆ _sigStarted

signal<void ( Downloader &parent, Download& download )> zyppng::DownloaderPrivate::_sigStarted

Definition at line 110 of file downloader_p.h.

◆ _sigFinished

signal<void ( Downloader &parent, Download& download )> zyppng::DownloaderPrivate::_sigFinished

Definition at line 111 of file downloader_p.h.

◆ _queueEmpty

signal<void ( Downloader &parent )> zyppng::DownloaderPrivate::_queueEmpty

Definition at line 112 of file downloader_p.h.


The documentation for this class was generated from the following files: