42 #ifndef NCPkgFilterRepo_h 43 #define NCPkgFilterRepo_h 51 #include "NCPadWidget.h" 53 #include "NCPushButton.h" 55 #include "NCTablePad.h" 88 ZyppRepo getRepo()
const {
return repo; }
118 virtual void addLine( ZyppRepo r,
const std::vector<std::string> & cols );
138 ZyppRepo getRepo(
int index );
140 std::string showDescription (ZyppRepo r);
142 virtual NCursesEvent wHandleInput ( wint_t ch );
151 ZyppProduct findProductForRepo (ZyppRepo repo);
158 bool fillRepoList( );
160 bool showRepoPackages( );
NCPkgRepoTag(ZyppRepo repo)
A helper class to hold a reference to zypp::Repository for each repository table line (actually it's ...