| libzypp 17.37.14
    | 
#include <zypp/ZYppCallbacks.h>
 
  
| Public Types | |
| enum | Action { ABORT , RETRY , IGNORE } | 
| enum | Error { NO_ERROR , NOT_FOUND , IO , INVALID } | 
| Public Types inherited from zypp::callback::ReportBase | |
| 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 &) | 
| Public Member Functions inherited from zypp::callback::ReportBase | |
| virtual void | report (const UserData &userData_r=UserData()) | 
| The most generic way of sending/receiving data. | |
| virtual | ~ReportBase () | 
Definition at line 262 of file ZYppCallbacks.h.
| Enumerator | |
|---|---|
| ABORT | |
| RETRY | |
| IGNORE | |
Definition at line 264 of file ZYppCallbacks.h.
| Enumerator | |
|---|---|
| NO_ERROR | |
| NOT_FOUND | |
| IO | |
| INVALID | |
Definition at line 270 of file ZYppCallbacks.h.
| 
 | inlinevirtual | 
Definition at line 277 of file ZYppCallbacks.h.
| 
 | inlinevirtual | 
Definition at line 278 of file ZYppCallbacks.h.
| 
 | inlinevirtual | 
Definition at line 281 of file ZYppCallbacks.h.
| 
 | inlinevirtual | 
Definition at line 287 of file ZYppCallbacks.h.