libyui-ncurses-pkg
2.43.4.1
|
Public Member Functions | |
virtual bool | keyToStatus (const int &key, ZyppSel slbPtr, ZyppObj objPtr, ZyppStatus &newStat) |
virtual bool | setObjectStatus (ZyppStatus newstatus, ZyppSel slbPtr, ZyppObj objPtr) |
![]() | |
virtual ZyppStatus | getPackageStatus (ZyppSel slbPtr, ZyppObj objPtr) |
virtual bool | toggleStatus (ZyppSel slbPtr, ZyppObj objPtr, ZyppStatus &newStat) |
void | solveResolvableCollections () |
Definition at line 200 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 350 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 482 of file NCPkgStatusStrategy.cc.