libzypp 17.31.7
|
#include <ZYppCallbacks.h>
Public Types | |
enum | Action { ABORT , RETRY , IGNORE } |
enum | Error { NO_ERROR , NOT_FOUND , IO , INVALID } |
![]() | |
typedef callback::UserData | UserData |
typedef UserData::ContentType | ContentType |
Public Member Functions | |
virtual void | start (const ProgressData &, const RepoInfo) |
virtual bool | progress (const ProgressData &) |
virtual Action | problem (Repository, Error, const std::string &) |
virtual void | finish (Repository, const std::string &, Error, const std::string &) |
![]() | |
virtual void | report (const UserData &userData_r=UserData()) |
The most generic way of sending/receiving data. More... | |
virtual | ~ReportBase () |
Definition at line 255 of file ZYppCallbacks.h.
Enumerator | |
---|---|
ABORT | |
RETRY | |
IGNORE |
Definition at line 257 of file ZYppCallbacks.h.
Enumerator | |
---|---|
NO_ERROR | |
NOT_FOUND | |
IO | |
INVALID |
Definition at line 263 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 270 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 271 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 274 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 280 of file ZYppCallbacks.h.