41 #ifndef YQPkgSelList_h
42 #define YQPkgSelList_h
44 #include <YQPkgObjList.h>
69 YQPkgSelList( QWidget * parent,
bool autoFill =
true,
bool autoFilter =
true );
168 virtual int compare( QTreeWidgetItem * other,
170 bool ascending )
const;
174 int statusCol()
const {
return _pkgSelList->statusCol(); }
175 int summaryCol()
const {
return _pkgSelList->summaryCol(); }
192 ZyppSelection _zyppSelection;
196 #endif // ifndef YQPkgSelList_h
ZyppSel selectable() const
Abstract base class to display a list of zypp::ResObjects. Handles most generic stuff like setting st...
Display a list of zypp::Selection objects.
void addPkgSelItem(ZyppSel selectable, ZyppSelection selection)
void filterMatch(ZyppSel selectable, ZyppPkg pkg)
virtual void applyChanges()
virtual int compare(QTreeWidgetItem *other, int col, bool ascending) const
virtual ~YQPkgSelListItem()
ZyppSelection zyppSelection() const
YQPkgSelListItem * selection() const
YQPkgSelList(QWidget *parent, bool autoFill=true, bool autoFilter=true)
YQPkgSelListItem(YQPkgSelList *pkgSelList, ZyppSel selectable, ZyppSelection zyppSelection)