libyui-qt-pkg
2.45.5
|
Public Member Functions | |
YQPkgVersion (QWidget *parent, ZyppSel selectable, ZyppObj zyppObj) | |
Constructor. More... | |
virtual | ~YQPkgVersion () |
Destructor. | |
ZyppObj | zyppObj () const |
Returns the original ZYPP object. | |
ZyppSel | selectable () const |
Returns the original ZYPP selectable. | |
virtual QString | toolTip (int column) |
Returns a tool tip text for a specific column of this item. More... | |
Protected Attributes | |
ZyppSel | _selectable |
ZyppObj | _zyppObj |
Definition at line 186 of file YQPkgVersionsView.h.
YQPkgVersion::YQPkgVersion | ( | QWidget * | parent, |
ZyppSel | selectable, | ||
ZyppObj | zyppObj | ||
) |
Constructor.
Creates a YQPkgVersion item that corresponds to the package manager object that 'pkg' refers to.
Definition at line 517 of file YQPkgVersionsView.cc.
|
virtual |
Returns a tool tip text for a specific column of this item.
'column' is -1 if the mouse pointer is in the tree indentation area.
Reimplemented from QY2CheckListItem.
Definition at line 549 of file YQPkgVersionsView.cc.