24 #ifndef NCPkgFilterService_h 25 #define NCPkgFilterService_h 32 #include <zypp/RepoManager.h> 34 #include "NCPadWidget.h" 36 #include "NCPushButton.h" 38 #include "NCTablePad.h" 46 typedef std::string ZyppService;
72 ZyppService getService()
const {
return service; }
84 zypp::shared_ptr<zypp::RepoManager> repo_manager;
103 static bool any_service();
110 virtual void addLine( ZyppService r,
const std::vector<std::string> & cols );
130 ZyppService getService(
int index );
135 std::string getDescription (ZyppService r);
137 virtual NCursesEvent wHandleInput ( wint_t ch );
144 bool fillServiceList( );
150 void showServicePackages( );
NCPkgServiceTag(ZyppService service)
A helper class to hold a reference to zypp::Service for each service table line (actually it's a dumm...