|
libyui-qt-pkg
2.43.0
|


Public Member Functions | |
| YQPkgPatchListItem (YQPkgPatchList *patchList, ZyppSel selectable, ZyppPatch zyppPatch) | |
| YQPkgPatchListItem (YQPkgPatchList *patchList, YQPkgPatchCategoryItem *parentCategory, ZyppSel selectable, ZyppPatch zyppPatch) | |
| virtual | ~YQPkgPatchListItem () |
| ZyppPatch | zyppPatch () const |
| virtual void | cycleStatus () |
| virtual QString | toolTip (int column) |
| virtual bool | operator< (const QTreeWidgetItem &other) const |
| int | statusCol () const |
| int | summaryCol () const |
| int | categoryCol () const |
| YQPkgPatchCategory | patchCategory () const |
Public Member Functions inherited from YQPkgObjListItem | |
| YQPkgObjListItem (YQPkgObjList *pkgObjList, ZyppSel selectable, ZyppObj zyppObj=0) | |
| YQPkgObjListItem (YQPkgObjList *pkgObjList) | |
| virtual | ~YQPkgObjListItem () |
| ZyppSel | selectable () const |
| ZyppObj | zyppObj () const |
| bool | editable () const |
| void | setEditable (bool editable=true) |
| virtual ZyppStatus | status () const |
| virtual bool | bySelection () const |
| virtual void | setStatus (ZyppStatus newStatus, bool sendSignals=true) |
| virtual void | setStatusIcon () |
| virtual void | updateStatus () |
| bool | candidateIsNewer () const |
| bool | installedIsNewer () const |
| bool | isSatisfied () const |
| bool | isBroken () const |
| void | showNotifyTexts (ZyppStatus status) |
| bool | showLicenseAgreement () |
| int | versionPoints () const |
| virtual void | updateData () |
| bool | isExcluded () const |
| void | setExcluded (bool exclude=true) |
| bool | debugIsBroken () const |
| bool | debugIsSatisfied () const |
| void | setDebugIsBroken (bool val=true) |
| void | setDebugIsSatisfied (bool val=true) |
| void | toggleDebugIsBroken () |
| void | toggleDebugIsSatisfied () |
| int | statusCol () const |
| int | nameCol () const |
| int | summaryCol () const |
| int | sizeCol () const |
| int | versionCol () const |
| int | instVersionCol () const |
| int | brokenIconCol () const |
| int | satisfiedIconCol () const |
| void | setText (int column, const QString &text) |
Protected Member Functions | |
| void | init () |
| virtual void | applyChanges () |
Protected Member Functions inherited from YQPkgObjListItem | |
| YQPkgObjListItem (YQPkgObjList *pkgObjList, QY2ListViewItem *parent, ZyppSel selectable, ZyppObj zyppObj=0) | |
| void | init () |
| void | solveResolvableCollections () |
| void | setText (int column, const string text) |
| void | setText (int column, const zypp::Edition &edition) |
Protected Attributes | |
| YQPkgPatchList * | _patchList |
| ZyppPatch | _zyppPatch |
| YQPkgPatchCategory | _patchCategory |
Protected Attributes inherited from YQPkgObjListItem | |
| YQPkgObjList * | _pkgObjList |
| ZyppSel | _selectable |
| ZyppObj | _zyppObj |
| bool | _editable:1 |
| bool | _candidateIsNewer:1 |
| bool | _installedIsNewer:1 |
| bool | _debugIsBroken:1 |
| bool | _debugIsSatisfied:1 |
| bool | _excluded:1 |
Additional Inherited Members | |
Static Public Member Functions inherited from YQPkgObjListItem | |
| static bool | showLicenseAgreement (ZyppSel sel) |
Definition at line 240 of file YQPkgPatchList.h.
| YQPkgPatchListItem::YQPkgPatchListItem | ( | YQPkgPatchList * | patchList, |
| ZyppSel | selectable, | ||
| ZyppPatch | zyppPatch | ||
| ) |
Constructor. Creates a YQPkgPatchList item that corresponds to zyppPatch.
Definition at line 484 of file YQPkgPatchList.cc.
| YQPkgPatchListItem::YQPkgPatchListItem | ( | YQPkgPatchList * | patchList, |
| YQPkgPatchCategoryItem * | parentCategory, | ||
| ZyppSel | selectable, | ||
| ZyppPatch | zyppPatch | ||
| ) |
Constructor. Creates a YQPkgPatchList item that corresponds to zyppPatch.
Definition at line 472 of file YQPkgPatchList.cc.
|
virtual |
Destructor
Definition at line 504 of file YQPkgPatchList.cc.
|
protectedvirtual |
Propagate status changes in this list to other lists: Have the solver transact all patches.
Reimplemented from YQPkgObjListItem.
Reimplemented from YQPkgObjListItem.
Definition at line 551 of file YQPkgPatchList.cc.

|
virtual |
Cycle the package status to the next valid value. Reimplemented from YQPkgObjList.
Reimplemented from YQPkgObjListItem.
Definition at line 510 of file YQPkgPatchList.cc.

|
virtual |
sorting function
Reimplemented from YQPkgObjListItem.
Definition at line 557 of file YQPkgPatchList.cc.

|
inline |
Returns the category of this patch (security, recommended, ...).
Definition at line 300 of file YQPkgPatchList.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 YQPkgObjList.
Reimplemented from YQPkgObjListItem.
Definition at line 520 of file YQPkgPatchList.cc.

|
inline |
Returns the original zyppPatch object.
Definition at line 270 of file YQPkgPatchList.h.