|
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 597 of file ZYppCallbacks.h.
| Enumerator | |
|---|---|
| ABORT | |
| RETRY | |
| IGNORE | |
Definition at line 599 of file ZYppCallbacks.h.
| Enumerator | |
|---|---|
| NO_ERROR | |
| FAILED | |
Definition at line 605 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 610 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 612 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 615 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 621 of file ZYppCallbacks.h.