libyui-qt-pkg
2.42.13
|
Public Member Functions | |
YQPkgVersion (QWidget *parent, ZyppSel selectable, ZyppObj zyppObj, bool enabled=true) | |
virtual | ~YQPkgVersion () |
ZyppObj | zyppObj () const |
ZyppSel | selectable () const |
virtual QString | toolTip (int column) |
Protected Attributes | |
ZyppSel | _selectable |
ZyppObj | _zyppObj |
Definition at line 146 of file YQPkgVersionsView.h.
YQPkgVersion::YQPkgVersion | ( | QWidget * | parent, |
ZyppSel | selectable, | ||
ZyppObj | zyppObj, | ||
bool | enabled = true |
||
) |
Constructor. Creates a YQPkgVersion item that corresponds to the package manager object that 'pkg' refers to.
Definition at line 355 of file YQPkgVersionsView.cc.
|
virtual |
Destructor
Definition at line 381 of file YQPkgVersionsView.cc.
|
inline |
Returns the original ZYPP selectable
Definition at line 172 of file YQPkgVersionsView.h.
|
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 388 of file YQPkgVersionsView.cc.
|
inline |
Returns the original ZYPP object
Definition at line 167 of file YQPkgVersionsView.h.