40 #ifndef NCPkgPackageDetails_h 41 #define NCPkgPackageDetails_h 43 #include <yui/ncurses/NCRichText.h> 63 std::string createText( std::list <std::string> info,
bool oneline );
65 std::string createHtmlText( std::string description );
67 std::string createRelLine(
const zypp::Capabilities & info );
69 std::string commonHeader( ZyppObj pkgPtr );
71 void longDescription( ZyppObj pkgPtr );
73 void technicalData( ZyppObj pkgPtr, ZyppSel slbPtr );
75 void fileList (ZyppSel slbPtr);
77 void dependencyList( ZyppObj objPtr, ZyppSel slbPtr );
79 bool patchDescription( ZyppObj objPtr, ZyppSel selectable );
Definition: NCPkgPackageDetails.h:51
Definition: NCPackageSelector.h:109