libzypp
17.24.1
|
#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 516 of file ZYppCallbacks.h.
Enumerator | |
---|---|
ABORT | |
RETRY | |
IGNORE |
Definition at line 518 of file ZYppCallbacks.h.
Enumerator | |
---|---|
NO_ERROR | |
NOT_FOUND | |
IO | |
INVALID |
Definition at line 524 of file ZYppCallbacks.h.
Enumerator | |
---|---|
RPM | |
RPM_NODEPS | |
RPM_NODEPS_FORCE | only this one used |
Definition at line 533 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 539 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 543 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 546 of file ZYppCallbacks.h.
|
inlinevirtual |
Definition at line 553 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 566 of file ZYppCallbacks.h.