41 #ifndef YQPkgRepoList_h 42 #define YQPkgRepoList_h 44 #include <zypp/Repository.h> 45 #include <zypp/Product.h> 46 #include <yui/qt/QY2ListView.h> 53 typedef zypp::Repository ZyppRepo;
107 int nameCol()
const {
return _nameCol; }
108 int urlCol()
const {
return _urlCol; }
199 int nameCol()
const {
return _repoList->nameCol(); }
200 int urlCol()
const {
return _repoList->urlCol(); }
202 virtual bool operator< (
const QTreeWidgetItem & other )
const;
212 #endif // ifndef YQPkgRepoList_h const YQPkgRepoList * repoList() const
Definition: YQPkgRepoList.h:188
void fillList()
Definition: YQPkgRepoList.cc:110
void filter()
Definition: YQPkgRepoList.cc:142
static int countEnabledRepositories()
Definition: YQPkgRepoList.cc:127
YQPkgRepoListItem * selection() const
Definition: YQPkgRepoList.cc:197
ZyppRepo zyppRepo() const
Definition: YQPkgRepoList.h:183
YQPkgRepoList(QWidget *parent)
Definition: YQPkgRepoList.cc:69
void filterNearMatch(ZyppSel selectable, ZyppPkg pkg)
virtual ~YQPkgRepoList()
Definition: YQPkgRepoList.cc:103
YQPkgRepoListItem(YQPkgRepoList *parentList, ZyppRepo repo)
Definition: YQPkgRepoList.cc:208
Definition: YQPkgRepoList.h:166
void filterMatch(ZyppSel selectable, ZyppPkg pkg)
virtual ~YQPkgRepoListItem()
Definition: YQPkgRepoList.cc:277
static ZyppProduct singleProduct(ZyppRepo repo)
Definition: YQPkgRepoList.cc:284
Display a list of libzypp repositories.
Definition: YQPkgRepoList.h:59
void addRepo(ZyppRepo repo)
Definition: YQPkgRepoList.cc:190
void filterIfVisible()
Definition: YQPkgRepoList.cc:134