#include <zypp/ZYppCallbacks.h>
Definition at line 103 of file ZYppCallbacks.h.
 
◆ Action
◆ Error
◆ infoInCache()
Hint that package is available in the local cache (no download needed). 
This will be the only trigger for an already cached package. 
Definition at line 121 of file ZYppCallbacks.h.
 
 
◆ start()
◆ startDeltaDownload()
  
  | 
        
          | virtual void zypp::repo::DownloadResolvableReport::startDeltaDownload | ( | const Pathname & | , |  
          |  |  | const ByteCount & | ) |  | inlinevirtual | 
 
 
◆ progressDeltaDownload()
  
  | 
        
          | virtual bool zypp::repo::DownloadResolvableReport::progressDeltaDownload | ( | int |  | ) |  |  | inlinevirtual | 
 
 
◆ problemDeltaDownload()
  
  | 
        
          | virtual void zypp::repo::DownloadResolvableReport::problemDeltaDownload | ( | const std::string & |  | ) |  |  | inlinevirtual | 
 
 
◆ finishDeltaDownload()
  
  | 
        
          | virtual void zypp::repo::DownloadResolvableReport::finishDeltaDownload | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ startDeltaApply()
  
  | 
        
          | virtual void zypp::repo::DownloadResolvableReport::startDeltaApply | ( | const Pathname & |  | ) |  |  | inlinevirtual | 
 
 
◆ progressDeltaApply()
  
  | 
        
          | virtual void zypp::repo::DownloadResolvableReport::progressDeltaApply | ( | int |  | ) |  |  | inlinevirtual | 
 
 
◆ problemDeltaApply()
  
  | 
        
          | virtual void zypp::repo::DownloadResolvableReport::problemDeltaApply | ( | const std::string & |  | ) |  |  | inlinevirtual | 
 
 
◆ finishDeltaApply()
  
  | 
        
          | virtual void zypp::repo::DownloadResolvableReport::finishDeltaApply | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ progress()
◆ problem()
◆ pkgGpgCheck()
  
  | 
        
          | virtual void zypp::repo::DownloadResolvableReport::pkgGpgCheck | ( | const UserData & | userData_r = UserData() | ) |  |  | inlinevirtual | 
 
Detail information about the result of a performed pkgGpgCheck. 
Userdata sent: 
- Parameters
- 
  
    | ResObject | ResObject::constPtr of the downloaded package (Package or SrcPackage) |  | Localpath | Pathname to downloaded package on disk |  | CheckPackageResult | RpmDb::CheckPackageResult of signature check |  | CheckPackageDetail | RpmDb::CheckPackageDetail logmessages of rpm signature check |  
 
Userdata accepted: 
- Parameters
- 
  
  
Legacy data: 
- Parameters
- 
  
  
Definition at line 189 of file ZYppCallbacks.h.
 
 
◆ finish()
The documentation for this struct was generated from the following file: