libyui-qt-pkg
2.44.7
|
Signals | |
void | statusChanged () |
Public Member Functions | |
YQPkgMultiVersion (QWidget *parent, ZyppSel selectable, ZyppPoolItem zyppPoolItem, bool enabled=true) | |
Constructor. More... | |
virtual | ~YQPkgMultiVersion () |
Destructor. | |
ZyppSel | selectable () const |
Returns the original ZYPP selectable. | |
void | paintEvent (QPaintEvent *) |
Paints checkboxes with status icons instead of a checkmark. | |
Protected Slots | |
void | slotIconClicked () |
Protected Member Functions | |
void | cycleStatus () |
Cycle the package status to the next valid value. | |
void | setStatus (ZyppStatus newStatus) |
QPixmap | statusIcon (ZyppStatus status) |
Protected Attributes | |
ZyppSel | _selectable |
ZyppPoolItem | _zyppPoolItem |
Definition at line 193 of file YQPkgVersionsView.h.
YQPkgMultiVersion::YQPkgMultiVersion | ( | QWidget * | parent, |
ZyppSel | selectable, | ||
ZyppPoolItem | zyppPoolItem, | ||
bool | enabled = true |
||
) |
Constructor.
Creates a YQPkgVersion item that corresponds to the package manager object that 'pkg' refers to.
Definition at line 394 of file YQPkgVersionsView.cc.