|
libyui-ncurses-pkg
2.50.7
|


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 | cycleStatus (ZyppSel slbPtr, ZyppObj objPtr, ZyppStatus &newStat_ret) |
| Cycle 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... | |
Public Member Functions inherited from NCPkgStatusStrategy | |
| 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 197 of file NCPkgStatusStrategy.h.
|
virtual |
Cycle the patch status (e.g.
from selected to unselected)
Reimplemented from NCPkgStatusStrategy.
Definition at line 459 of file NCPkgStatusStrategy.cc.

|
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 373 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 517 of file NCPkgStatusStrategy.cc.
