#include <YQPkgYouPatchList.h>
Inheritance diagram for YQPkgYouPatchListItem:
Public Member Functions | |
YQPkgYouPatchListItem (YQPkgYouPatchList *youPatchList, PMYouPatchPtr youPatch) | |
virtual | ~YQPkgYouPatchListItem () |
PMYouPatchPtr | pmYouPatch () |
const PMYouPatchPtr | constPMYouPatch () const |
virtual void | setStatus (PMSelectable::UI_Status newStatus) |
virtual void | cycleStatus () |
virtual QString | toolTip (int column) |
virtual int | compare (QListViewItem *other, int col, bool ascending) const |
int | statusCol () const |
int | summaryCol () const |
int | kindCol () const |
Protected Attributes | |
YQPkgYouPatchList * | _youPatchList |
PMYouPatchPtr | _pmYouPatch |
|
Constructor. Creates a YQPkgYouPatchList item that corresponds to the package manager object that 'pkg' refers to. |
|
Destructor |
|
Comparison function used for sorting the list. Returns: -1 if this < other 0 if this == other +1 if this > other Reimplemented from QListViewItem. Reimplemented from YQPkgObjListItem. |
|
Returns the original object within the package manager backend. |
|
Cycle the package status to the next valid value. Reimplemented from YQPkgObjList. Reimplemented from YQPkgObjListItem. |
|
|
|
Returns the original object within the package manager backend. |
|
Set the patch status. Reimplemented from YQPkgObjListItem: Emit updatePackages signals after changing status. Reimplemented from YQPkgObjListItem. |
|
Reimplemented from YQPkgObjListItem. |
|
Reimplemented from YQPkgObjListItem. |
|
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. |
|
|
|
|