23#ifndef NCPkgPackageDetails_h
24#define NCPkgPackageDetails_h
26#include <yui/ncurses/NCRichText.h>
46 std::string createText( std::list <std::string> info,
bool oneline );
48 std::string createHtmlText( std::string description );
50 std::string createRelLine(
const zypp::Capabilities & info );
52 std::string commonHeader( ZyppObj pkgPtr );
54 void longDescription( ZyppObj pkgPtr );
56 void technicalData( ZyppObj pkgPtr, ZyppSel slbPtr );
58 void fileList (ZyppSel slbPtr);
60 void dependencyList( ZyppObj objPtr, ZyppSel slbPtr );
62 bool patchDescription( ZyppObj objPtr, ZyppSel selectable );
Definition NCPackageSelector.h:105
Definition NCPkgPackageDetails.h:35