libyui-ncurses-pkg
2.48.5
|
Public Member Functions | |
virtual bool | setObjectStatus (ZyppStatus newstatus, ZyppSel slbPtr, ZyppObj objPtr) |
Informs the package manager about the new status and additionally sets the candidate object to the user chosen object. More... | |
![]() | |
virtual ZyppStatus | getPackageStatus (ZyppSel slbPtr, ZyppObj objPtr) |
Gets the status information from the package manager. More... | |
virtual bool | keyToStatus (const int &key, ZyppSel slbPtr, ZyppObj objPtr, ZyppStatus &newStat) |
Returns the new status to the given key (respecting the old status of th eobject). More... | |
virtual bool | toggleStatus (ZyppSel slbPtr, ZyppObj objPtr, ZyppStatus &newStat) |
Toggles the package status (e.g. More... | |
void | solveResolvableCollections () |
Do a "small" solver run for all "resolvable collections", i.e., for selections, patterns, languages, patches. | |
Definition at line 243 of file NCPkgStatusStrategy.h.
|
virtual |
Informs the package manager about the new status and additionally sets the candidate object to the user chosen object.
newStatus | The new package status |
slbPtr | The package pointer |
pkgPtr | The object pointer (used for candidate selection) |
Reimplemented from NCPkgStatusStrategy.
Definition at line 579 of file NCPkgStatusStrategy.cc.