libyui-ncurses-pkg
2.44.4
|
Public Member Functions | |
virtual bool | keyToStatus (const int &key, ZyppSel slbPtr, ZyppObj objPtr, ZyppStatus &newStat) |
virtual bool | toggleStatus (ZyppSel slbPtr, ZyppObj objPtr, ZyppStatus &newStat) |
virtual bool | setObjectStatus (ZyppStatus newstatus, ZyppSel slbPtr, ZyppObj objPtr) |
![]() | |
virtual ZyppStatus | getPackageStatus (ZyppSel slbPtr, ZyppObj objPtr) |
void | solveResolvableCollections () |
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 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 488 of file NCPkgStatusStrategy.cc.
|
virtual |
Toggles the patch status (e.g. from selected to unselected)
The | object pointer |
Reimplemented from NCPkgStatusStrategy.
Definition at line 435 of file NCPkgStatusStrategy.cc.