19#ifndef NCPkgFilterService_h
20#define NCPkgFilterService_h
27#include <zypp/RepoManager.h>
29#include <yui/ncurses/NCPadWidget.h>
30#include <yui/ncurses/NCPopup.h>
31#include <yui/ncurses/NCPushButton.h>
32#include <yui/ncurses/NCTable.h>
33#include <yui/ncurses/NCTablePad.h>
43typedef std::string ZyppService;
69 ZyppService getService()
const {
return service; }
81 zypp::shared_ptr<zypp::RepoManager> repo_manager;
107 virtual void addLine( ZyppService r,
const std::vector<std::string> & cols );
134 virtual NCursesEvent wHandleInput ( wint_t ch );
Definition NCPackageSelector.h:105
Definition NCPkgFilterService.h:74
NCPkgServiceTag * getTag(int index)
Definition NCPkgFilterService.cc:141
void showServicePackages()
Definition NCPkgFilterService.cc:226
std::string getDescription(ZyppService r)
Definition NCPkgFilterService.cc:182
bool fillServiceList()
Definition NCPkgFilterService.cc:201
static bool any_service()
Definition NCPkgFilterService.cc:74
ZyppService getService(int index)
Definition NCPkgFilterService.cc:167
virtual void addLine(ZyppService r, const std::vector< std::string > &cols)
Definition NCPkgFilterService.cc:114
Definition NCPkgFilterService.h:46
NCPkgServiceTag(ZyppService service)
Definition NCPkgFilterService.cc:49