libyui-ncurses-pkg
2.48.5
|
Public Member Functions | |
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 the patch). More... | |
virtual bool | toggleStatus (ZyppSel slbPtr, ZyppObj objPtr, ZyppStatus &newStat) |
Toggles the patch status (e.g. More... | |
virtual bool | setObjectStatus (ZyppStatus newstatus, ZyppSel slbPtr, ZyppObj objPtr) |
Sets the status of the patch AND the status of the patch packages. More... | |
![]() | |
virtual ZyppStatus | getPackageStatus (ZyppSel slbPtr, ZyppObj objPtr) |
Gets the status information from the package manager. More... | |
void | solveResolvableCollections () |
Do a "small" solver run for all "resolvable collections", i.e., for selections, patterns, languages, patches. | |
Definition at line 199 of file NCPkgStatusStrategy.h.
|
virtual |
Returns the new status to the given key (respecting the old status of the patch).
key | The userinput (the key which is pressed) |
slbPtr | The object pointer (the patch pointer) |
newStatus | The new package status |
Reimplemented from NCPkgStatusStrategy.
Definition at line 352 of file NCPkgStatusStrategy.cc.
|
virtual |
Sets the status of the patch AND the status of the patch packages.
newStatus | The new package status |
slbPtr | The object pointer (e.g. a package pointer) |
Reimplemented from NCPkgStatusStrategy.
Definition at line 490 of file NCPkgStatusStrategy.cc.
|
virtual |
Toggles the patch status (e.g.
from selected to unselected)
The | object pointer |
Reimplemented from NCPkgStatusStrategy.
Definition at line 437 of file NCPkgStatusStrategy.cc.