libzypp 17.35.1
|
#include <zypp/ZYppCallbacks.h>
Public Types | |
enum | Action { ABORT , RETRY } |
enum | Error { NO_ERROR , NOT_FOUND , IO , INVALID , UNKNOWN } |
![]() | |
typedef callback::UserData | UserData |
typedef UserData::ContentType | ContentType |
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 &) |
![]() | |
virtual void | report (const UserData &userData_r=UserData()) |
The most generic way of sending/receiving data. | |
virtual | ~ReportBase () |
Definition at line 199 of file ZYppCallbacks.h.
Enumerator | |
---|---|
ABORT | |
RETRY |
Definition at line 201 of file ZYppCallbacks.h.
Enumerator | |
---|---|
NO_ERROR | |
NOT_FOUND | |
IO | |
INVALID | |
UNKNOWN |
Definition at line 206 of file ZYppCallbacks.h.
Definition at line 214 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 215 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 216 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 217 of file ZYppCallbacks.h.
Definition at line 219 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 222 of file ZYppCallbacks.h.