25#ifndef YQPkgRepoList_h
26#define YQPkgRepoList_h
28#include <zypp/Repository.h>
29#include <zypp/Product.h>
30#include <yui/qt/QY2ListView.h>
37typedef zypp::Repository ZyppRepo;
91 int nameCol()
const {
return _nameCol; }
92 int urlCol()
const {
return _urlCol; }
183 int nameCol()
const {
return _repoList->nameCol(); }
184 int urlCol()
const {
return _repoList->urlCol(); }
186 virtual bool operator< (
const QTreeWidgetItem & other )
const;
Definition YQPkgRepoList.h:151
ZyppRepo zyppRepo() const
Definition YQPkgRepoList.h:167
const YQPkgRepoList * repoList() const
Definition YQPkgRepoList.h:172
static ZyppProduct singleProduct(ZyppRepo repo)
Definition YQPkgRepoList.cc:269
virtual ~YQPkgRepoListItem()
Definition YQPkgRepoList.cc:262
Display a list of libzypp repositories.
Definition YQPkgRepoList.h:44
void filterIfVisible()
Definition YQPkgRepoList.cc:119
void filter()
Definition YQPkgRepoList.cc:127
void filterMatch(ZyppSel selectable, ZyppPkg pkg)
void filterNearMatch(ZyppSel selectable, ZyppPkg pkg)
void addRepo(ZyppRepo repo)
Definition YQPkgRepoList.cc:175
YQPkgRepoListItem * selection() const
Definition YQPkgRepoList.cc:182
virtual ~YQPkgRepoList()
Definition YQPkgRepoList.cc:88
static int countEnabledRepositories()
Definition YQPkgRepoList.cc:112
void fillList()
Definition YQPkgRepoList.cc:95