|
libzypp
9.1.2
|
#include <ZYppCallbacks.h>

Public Types | |
| enum | Action { ABORT, RETRY, IGNORE } |
| enum | Error { NO_ERROR, NOT_FOUND, IO, INVALID } |
| enum | RpmLevel { RPM, RPM_NODEPS, RPM_NODEPS_FORCE } |
Public Member Functions | |
| virtual void | start (Resolvable::constPtr) |
| virtual bool | progress (int, Resolvable::constPtr) |
| virtual Action | problem (Resolvable::constPtr, Error, const std::string &, RpmLevel) |
| virtual void | finish (Resolvable::constPtr, Error, const std::string &, RpmLevel) |
Definition at line 449 of file ZYppCallbacks.h.
Definition at line 451 of file ZYppCallbacks.h.
Definition at line 457 of file ZYppCallbacks.h.
Definition at line 466 of file ZYppCallbacks.h.
| virtual void zypp::target::rpm::InstallResolvableReport::start | ( | Resolvable::constPtr | ) | [inline, virtual] |
Definition at line 472 of file ZYppCallbacks.h.
| virtual bool zypp::target::rpm::InstallResolvableReport::progress | ( | int | , |
| Resolvable::constPtr | |||
| ) | [inline, virtual] |
Definition at line 476 of file ZYppCallbacks.h.
| virtual Action zypp::target::rpm::InstallResolvableReport::problem | ( | Resolvable::constPtr | , |
| Error | , | ||
| const std::string & | , | ||
| RpmLevel | |||
| ) | [inline, virtual] |
Definition at line 479 of file ZYppCallbacks.h.
References ABORT.
| virtual void zypp::target::rpm::InstallResolvableReport::finish | ( | Resolvable::constPtr | , |
| Error | , | ||
| const std::string & | , | ||
| RpmLevel | |||
| ) | [inline, virtual] |
Definition at line 486 of file ZYppCallbacks.h.
1.7.6.1