#include <YQPkgVersionsView.h>
Inheritance diagram for YQPkgVersion:
Public Member Functions | |
YQPkgVersion (YQPkgVersionsView *pkgVersionList, QY2CheckListItem *parent, PMObjectPtr pmObj, bool enabled=true) | |
virtual | ~YQPkgVersion () |
PMObjectPtr | pmObj () |
const PMObjectPtr | constPMObj () const |
virtual int | compare (QListViewItem *other, int col, bool ascending) const |
virtual QString | toolTip (int column) |
int | versionCol () const |
int | instSrcCol () const |
int | statusCol () const |
int | archCol () const |
Protected Attributes | |
YQPkgVersionsView * | _pkgVersionList |
PMObjectPtr | _pmObj |
|
Constructor. Creates a YQPkgVersion 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 QY2CheckListItem. |
|
Returns the original object within the package manager backend. |
|
|
|
Returns the original object within the package manager backend. |
|
|
|
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 QY2CheckListItem. Reimplemented from QY2CheckListItem. |
|
|
|
|
|
|