|
YQPkgList * | _pkgList |
|
ZyppPkg | _zyppPkg |
|
bool | _dimmed |
|
YQPkgObjList * | _pkgObjList |
|
ZyppSel | _selectable |
|
ZyppObj | _zyppObj |
|
bool | _editable:1 |
|
bool | _candidateIsNewer:1 |
|
bool | _installedIsNewer:1 |
|
bool | _debugIsBroken:1 |
|
bool | _debugIsSatisfied:1 |
|
bool | _excluded:1 |
|
◆ YQPkgListItem()
YQPkgListItem::YQPkgListItem |
( |
YQPkgList * |
pkgList, |
|
|
ZyppSel |
selectable, |
|
|
ZyppPkg |
zyppPkg |
|
) |
| |
Constructor. Creates a YQPkgList item that corresponds to the package manager object that 'pkg' refers to.
◆ ~YQPkgListItem()
YQPkgListItem::~YQPkgListItem |
( |
| ) |
|
|
virtual |
◆ hasSourceRpm()
bool YQPkgListItem::hasSourceRpm |
( |
| ) |
const |
Returns whether or not a source RPM is available for this package.
◆ installSourceRpm()
bool YQPkgListItem::installSourceRpm |
( |
| ) |
const |
Returns the source RPM package status: Should the source RPM be installed?
◆ isDimmed()
bool YQPkgListItem::isDimmed |
( |
| ) |
const |
|
inline |
Returns true if this package is to be displayed dimmed, i.e. with grey text foreground rather than the normal black.
◆ operator<()
bool YQPkgListItem::operator< |
( |
const QTreeWidgetItem & |
other | ) |
const |
|
virtual |
◆ pkgList()
Returns the parent package list.
◆ setDimmed()
void YQPkgListItem::setDimmed |
( |
bool |
d = true | ) |
|
|
inline |
◆ setInstallSourceRpm()
void YQPkgListItem::setInstallSourceRpm |
( |
bool |
installSourceRpm | ) |
|
Set the source RPM status
◆ setSourceRpmIcon()
void YQPkgListItem::setSourceRpmIcon |
( |
| ) |
|
|
protected |
Set the suitable icon for the source RPM status.
◆ toggleSourceRpmStatus()
void YQPkgListItem::toggleSourceRpmStatus |
( |
| ) |
|
Cycle the source package status to the next valid value.
◆ toolTip()
QString YQPkgListItem::toolTip |
( |
int |
column | ) |
|
|
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.
◆ updateData()
void YQPkgListItem::updateData |
( |
| ) |
|
|
virtual |
Update this item's data completely. Triggered by QY2ListView::updateAllItemData().
Reimplemented from YQPkgObjList.
Reimplemented from YQPkgObjListItem.
◆ zyppPkg()
ZyppPkg YQPkgListItem::zyppPkg |
( |
| ) |
const |
|
inline |
Returns the original object within the package manager backend.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt-pkg/src/YQPkgList.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt-pkg/src/YQPkgList.cc