libzypp
10.5.0
|
#include <ZYppCallbacks.h>
Public Types | |
enum | Action { ABORT, RETRY } |
enum | Error { NO_ERROR, NOT_FOUND, IO, INVALID, UNKNOWN } |
Public Member Functions | |
virtual void | start (const Url &) |
virtual void | failedProbe (const Url &, const std::string &) |
virtual void | successProbe (const Url &, const std::string &) |
virtual void | finish (const Url &, Error, const std::string &) |
virtual bool | progress (const Url &, int) |
virtual Action | problem (const Url &, Error, const std::string &) |
Definition at line 178 of file ZYppCallbacks.h.
Definition at line 180 of file ZYppCallbacks.h.
Definition at line 185 of file ZYppCallbacks.h.
virtual void zypp::repo::ProbeRepoReport::start | ( | const Url & | ) | [inline, virtual] |
Definition at line 193 of file ZYppCallbacks.h.
virtual void zypp::repo::ProbeRepoReport::failedProbe | ( | const Url & | , |
const std::string & | |||
) | [inline, virtual] |
Definition at line 194 of file ZYppCallbacks.h.
virtual void zypp::repo::ProbeRepoReport::successProbe | ( | const Url & | , |
const std::string & | |||
) | [inline, virtual] |
Definition at line 195 of file ZYppCallbacks.h.
virtual void zypp::repo::ProbeRepoReport::finish | ( | const Url & | , |
Error | , | ||
const std::string & | |||
) | [inline, virtual] |
Definition at line 196 of file ZYppCallbacks.h.
virtual bool zypp::repo::ProbeRepoReport::progress | ( | const Url & | , |
int | |||
) | [inline, virtual] |
Definition at line 198 of file ZYppCallbacks.h.
virtual Action zypp::repo::ProbeRepoReport::problem | ( | const Url & | , |
Error | , | ||
const std::string & | |||
) | [inline, virtual] |
Definition at line 201 of file ZYppCallbacks.h.