|
YQPkgLangList * | _langList |
|
zypp::Locale | _zyppLang |
|
YQPkgObjList * | _pkgObjList |
|
ZyppSel | _selectable |
|
ZyppObj | _zyppObj |
|
bool | _editable:1 |
|
bool | _candidateIsNewer:1 |
|
bool | _installedIsNewer:1 |
|
bool | _debugIsBroken:1 |
|
bool | _debugIsSatisfied:1 |
|
bool | _excluded:1 |
|
◆ YQPkgLangListItem()
YQPkgLangListItem::YQPkgLangListItem |
( |
YQPkgLangList * |
pkgSelList, |
|
|
const zypp::Locale & |
lang |
|
) |
| |
Constructor. Creates a YQPkgLangList item that corresponds to the package manager object that 'pkg' refers to.
◆ ~YQPkgLangListItem()
YQPkgLangListItem::~YQPkgLangListItem |
( |
| ) |
|
|
virtual |
◆ applyChanges()
void YQPkgLangListItem::applyChanges |
( |
| ) |
|
|
protectedvirtual |
Propagate status changes in this list to other lists: Have the solver transact all languages.
Reimplemented from YQPkgObjListItem.
Reimplemented from YQPkgObjListItem.
◆ bySelection()
bool YQPkgLangListItem::bySelection |
( |
| ) |
const |
|
virtual |
Returns 'true' if this selectable's status is set by a selection (rather than by the user or by the dependency solver).
Reimplemented from YQPkgObjListItem.
◆ cycleStatus()
void YQPkgLangListItem::cycleStatus |
( |
| ) |
|
|
virtual |
Cycle the package status to the next valid value.
Reimplemented from YQPkgObjListItem.
◆ operator<()
bool YQPkgLangListItem::operator< |
( |
const QTreeWidgetItem & |
other | ) |
const |
|
virtual |
Sorting function. Redefined here (bnc#428355) as the one from parent YQPkgObjList can't be used - it refers to zyppObj's which are NULL here as zypp::Locale is not zypp::ResObject anymore
Reimplemented from YQPkgObjListItem.
◆ setStatus()
void YQPkgLangListItem::setStatus |
( |
ZyppStatus |
newStatus, |
|
|
bool |
sendSignals = true |
|
) |
| |
|
virtual |
Set the (binary RPM) package status.
If 'sendSignals' is 'true' (default), the parent list will be requested to send update signals. List operations might want to use this for optimizations to send the signals only once after all changes are done.
Reimplemented from YQPkgObjListItem.
◆ status()
ZyppStatus YQPkgLangListItem::status |
( |
| ) |
const |
|
virtual |
override this two as we don't have a real selectable and the status depends on the language
Reimplemented from YQPkgObjListItem.
◆ zyppLang()
zypp::Locale YQPkgLangListItem::zyppLang |
( |
| ) |
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/YQPkgLangList.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt-pkg/src/YQPkgLangList.cc