|
libzypp
15.22.2
|
#include <ZYppCallbacks.h>

Public Types | |
| enum | Action { ABORT, RETRY, IGNORE } |
| enum | Error { NO_ERROR, FAILED } |
Public Types inherited from zypp::callback::ReportBase | |
| typedef callback::UserData | UserData |
| typedef UserData::ContentType | ContentType |
Public Member Functions | |
| virtual void | start (Pathname) |
| virtual bool | progress (int, Pathname) |
| virtual Action | problem (Pathname, Error, const std::string &) |
| virtual void | finish (Pathname, Error, const std::string &) |
Public Member Functions inherited from zypp::callback::ReportBase | |
| virtual void | report (const UserData &userData_r=UserData()) |
| The most generic way of sending/receiving data. More... | |
| virtual | ~ReportBase () |
Definition at line 629 of file ZYppCallbacks.h.
| Enumerator | |
|---|---|
| ABORT | |
| RETRY | |
| IGNORE | |
Definition at line 631 of file ZYppCallbacks.h.
| Enumerator | |
|---|---|
| NO_ERROR | |
| FAILED | |
Definition at line 637 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 642 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 646 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 649 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 655 of file ZYppCallbacks.h.