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;
Definition: YQPkgRepoList.h:167
ZyppRepo zyppRepo() const
Definition: YQPkgRepoList.h:183
static ZyppProduct singleProduct(ZyppRepo repo)
Definition: YQPkgRepoList.cc:284
virtual ~YQPkgRepoListItem()
Definition: YQPkgRepoList.cc:277
const YQPkgRepoList * repoList() const
Definition: YQPkgRepoList.h:188
YQPkgRepoListItem(YQPkgRepoList *parentList, ZyppRepo repo)
Definition: YQPkgRepoList.cc:208
Display a list of libzypp repositories.
Definition: YQPkgRepoList.h:60
void filterIfVisible()
Definition: YQPkgRepoList.cc:134
void filter()
Definition: YQPkgRepoList.cc:142
void filterMatch(ZyppSel selectable, ZyppPkg pkg)
void filterNearMatch(ZyppSel selectable, ZyppPkg pkg)
void addRepo(ZyppRepo repo)
Definition: YQPkgRepoList.cc:190
YQPkgRepoListItem * selection() const
Definition: YQPkgRepoList.cc:197
virtual ~YQPkgRepoList()
Definition: YQPkgRepoList.cc:103
YQPkgRepoList(QWidget *parent)
Definition: YQPkgRepoList.cc:69
static int countEnabledRepositories()
Definition: YQPkgRepoList.cc:127
void fillList()
Definition: YQPkgRepoList.cc:110