|
libyui-qt-pkg
2.47.5
|


Signals | |
| void | statusChanged () |
| Emitted when the status of this package version is changed. | |
Public Member Functions | |
| YQPkgMultiVersion (YQPkgVersionsView *parent, ZyppSel selectable, ZyppPoolItem zyppPoolItem) | |
| Constructor. | |
| virtual | ~YQPkgMultiVersion () |
| Destructor. | |
| ZyppPoolItem | zyppPoolItem () const |
| Returns the original ZYPP object. | |
| 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 | |
| YQPkgVersionsView * | _parent |
| ZyppSel | _selectable |
| ZyppPoolItem | _zyppPoolItem |
Definition at line 246 of file YQPkgVersionsView.h.