#include <ZYppCallbacks.h>
Inheritance diagram for zypp::media::DownloadProgressReport:

Public Types | |
| enum | Action { ABORT, RETRY, IGNORE } |
| enum | Error { NO_ERROR, NOT_FOUND, IO } |
Public Member Functions | |
| virtual void | start (const Url &, Pathname) |
| virtual bool | progress (int, const Url &) |
| virtual Action | problem (const Url &, Error, const std::string &) |
| virtual void | finish (const Url &, Error, const std::string &) |
Definition at line 246 of file ZYppCallbacks.h.
|
|
Definition at line 248 of file ZYppCallbacks.h. |
|
|
Definition at line 254 of file ZYppCallbacks.h. |
|
||||||||||||
|
Definition at line 260 of file ZYppCallbacks.h. |
|
||||||||||||
|
Reimplemented in zypp::source::DownloadProgressPackageReceiver, and zypp::source::DownloadProgressFileReceiver. Definition at line 262 of file ZYppCallbacks.h. |
|
||||||||||||||||
|
Definition at line 265 of file ZYppCallbacks.h. References ABORT. |
|
||||||||||||||||
|
Definition at line 271 of file ZYppCallbacks.h. |
1.4.6