libyui-ncurses-pkg
2.48.5.2
|
Public Member Functions | |
virtual bool | setObjectStatus (ZyppStatus newstatus, ZyppSel slbPtr, ZyppObj objPtr) |
It is not possible to std::set the package status for packages belonging to a patch, i.e. 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 176 of file NCPkgStatusStrategy.h.
|
virtual |
It is not possible to std::set the package status for packages belonging to a patch, i.e.
returns always false.
Reimplemented from NCPkgStatusStrategy.
Definition at line 831 of file NCPkgStatusStrategy.cc.