libyui-qt-pkg
2.45.27
|
Public Member Functions | |
YQPkgServiceListItem (YQPkgServiceList *parentList, ZyppService service, const zypp::RepoManager &mgr) | |
Constructor. | |
virtual | ~YQPkgServiceListItem () |
Destructor. | |
ZyppService | zyppService () const |
Returns the ZYPP service this item corresponds to (its alias) | |
std::string | zyppServiceName () const |
Returns the ZYPP service name this item corresponds to. | |
const YQPkgServiceList * | serviceList () const |
Returns the parent list. | |
int | nameCol () const |
virtual bool | operator< (const QTreeWidgetItem &other) const |
Static Public Member Functions | |
static ZyppProduct | singleProduct (ZyppService service) |
Returns the product on a source if it has one single product or 0 if there are no or multiple products. | |
Protected Attributes | |
YQPkgServiceList * | _serviceList |
ZyppService | _zyppService |
std::string | _zyppServiceName |
Definition at line 140 of file YQPkgServiceList.h.