41 #ifndef YQPkgProductList_h 42 #define YQPkgProductList_h 45 #include "YQPkgObjList.h" 80 ZyppProduct zyppProduct );
121 ZyppProduct zyppProduct );
136 int statusCol()
const {
return _productList->statusCol(); }
137 int summaryCol()
const {
return _productList->summaryCol(); }
138 int versionCol()
const {
return _productList->versionCol(); }
139 int vendorCol()
const {
return _productList->vendorCol(); }
150 virtual void applyChanges();
156 ZyppProduct _zyppProduct;
160 #endif // ifndef YQPkgProductList_h Abstract base class to display a list of zypp::ResObjects.
virtual ~YQPkgProductList()
Destructor.
void fillList()
Fill the product list.
YQPkgProductList(QWidget *parent)
Constructor.
int vendorCol() const
Returns the column for the product's vendor.
YQPkgProductListItem * selection() const
Returns the currently selected item or 0 if there is none.
ZyppProduct zyppProduct() const
Returns the original zyppProduct object.
Display a list of zypp::Product objects.
void addProductItem(ZyppSel selectable, ZyppProduct zyppProduct)
Add a product to the list.