Inheritance diagram for zypp::source::DownloadProgressFileReceiver:

Public Member Functions | |
| DownloadProgressFileReceiver (callback::SendReport< SourceReport > &report_r) | |
| virtual | ~DownloadProgressFileReceiver () |
| virtual void | reportbegin () |
| virtual void | reportend () |
| virtual bool | progress (int percent, const Url &url) |
| Inform about progress Return true on abort. | |
Private Attributes | |
| callback::SendReport< SourceReport > & | _report |
Definition at line 106 of file SourceImpl.cc.
| zypp::source::DownloadProgressFileReceiver::DownloadProgressFileReceiver | ( | callback::SendReport< SourceReport > & | report_r | ) | [inline] |
Definition at line 112 of file SourceImpl.cc.
| virtual zypp::source::DownloadProgressFileReceiver::~DownloadProgressFileReceiver | ( | ) | [inline, virtual] |
Definition at line 116 of file SourceImpl.cc.
| virtual void zypp::source::DownloadProgressFileReceiver::reportbegin | ( | ) | [inline, virtual] |
Reimplemented from zypp::callback::ReceiveReport< _Report >.
Definition at line 118 of file SourceImpl.cc.
| virtual void zypp::source::DownloadProgressFileReceiver::reportend | ( | ) | [inline, virtual] |
Reimplemented from zypp::callback::ReceiveReport< _Report >.
Definition at line 120 of file SourceImpl.cc.
| virtual bool zypp::source::DownloadProgressFileReceiver::progress | ( | int | percent, | |
| const Url & | url | |||
| ) | [inline, virtual] |
Inform about progress Return true on abort.
Definition at line 127 of file SourceImpl.cc.
References _report.
1.5.0