libzypp 17.35.9
|
#include <zypp/ZYppCallbacks.h>
Public Types | |
enum | Action { ABORT , RETRY , IGNORE } |
enum | Error { NO_ERROR , FAILED } |
![]() | |
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 &) |
![]() | |
virtual void | report (const UserData &userData_r=UserData()) |
The most generic way of sending/receiving data. | |
virtual | ~ReportBase () |
Definition at line 616 of file ZYppCallbacks.h.
Enumerator | |
---|---|
ABORT | |
RETRY | |
IGNORE |
Definition at line 618 of file ZYppCallbacks.h.
Enumerator | |
---|---|
NO_ERROR | |
FAILED |
Definition at line 624 of file ZYppCallbacks.h.
Definition at line 629 of file ZYppCallbacks.h.
Definition at line 631 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 634 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 640 of file ZYppCallbacks.h.