#include <YQPkgSelList.h>
Inheritance diagram for YQPkgSelListItem:
Public Member Functions | |
YQPkgSelListItem (YQPkgSelList *pkgSelList, PMSelectionPtr sel) | |
virtual | ~YQPkgSelListItem () |
PMSelectionPtr | pmSel () |
const PMSelectionPtr | constPmSel () const |
virtual void | setStatus (PMSelectable::UI_Status newStatus) |
virtual int | compare (QListViewItem *other, int col, bool ascending) const |
int | statusCol () const |
int | summaryCol () const |
Protected Attributes | |
YQPkgSelList * | _pkgSelList |
PMSelectionPtr | _pmSel |
|
Constructor. Creates a YQPkgSelList 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: Sort by PMSelection::order() only. Reimplemented from YQPkgObjListItem. |
|
Returns the original object within the package manager backend. |
|
Returns the original object within the package manager backend. |
|
Set the selection status. Reimplemented from YQPkgObjListItem: Activate selections and emit updatePackages signal for each status change. Reimplemented from YQPkgObjListItem. |
|
Reimplemented from YQPkgObjListItem. |
|
Reimplemented from YQPkgObjListItem. |
|
|
|
|