libzypp 17.31.7
|
#include <ZYppCallbacks.h>
Public Types | |
enum | Action { ABORT , RETRY , IGNORE } |
enum | Error { NO_ERROR , NOT_FOUND , IO , INVALID } |
enum | RpmLevel { RPM , RPM_NODEPS , RPM_NODEPS_FORCE } |
![]() | |
typedef callback::UserData | UserData |
typedef UserData::ContentType | ContentType |
Public Member Functions | |
virtual void | start (Resolvable::constPtr) |
virtual bool | progress (int, Resolvable::constPtr) |
virtual Action | problem (Resolvable::constPtr, Error, const std::string &, RpmLevel) |
virtual void | finish (Resolvable::constPtr, Error, const std::string &, RpmLevel) |
![]() | |
virtual void | report (const UserData &userData_r=UserData()) |
The most generic way of sending/receiving data. More... | |
virtual | ~ReportBase () |
Static Public Attributes | |
static const UserData::ContentType | contentRpmout |
"rpmout/installpkg": Additional rpm output (sent immediately). More... | |
Definition at line 517 of file ZYppCallbacks.h.
Enumerator | |
---|---|
ABORT | |
RETRY | |
IGNORE |
Definition at line 519 of file ZYppCallbacks.h.
Enumerator | |
---|---|
NO_ERROR | |
NOT_FOUND | |
IO | |
INVALID |
Definition at line 525 of file ZYppCallbacks.h.
Enumerator | |
---|---|
RPM | |
RPM_NODEPS | |
RPM_NODEPS_FORCE | only this one used |
Definition at line 534 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 540 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 544 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 547 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 554 of file ZYppCallbacks.h.
|
static |
"rpmout/installpkg": Additional rpm output (sent immediately).
Data: solvable : satSolvable processed line : std::reference_wrapper<const std::string> lineno : unsigned
Definition at line 567 of file ZYppCallbacks.h.