libzypp 17.35.9
|
Namespaces | |
namespace | selfilter |
Classes | |
struct | asSelectable |
Solvable to Selectable transform functor. More... | |
class | Selectable |
Collects PoolItems of same kind and name. More... | |
struct | SelectableTraits |
class | StatusBackup |
Simple ResStatus backup stack. More... | |
struct | StatusHelper |
Typedefs | |
using | PoolProxyIterator = ResPoolProxy::const_iterator |
Enumerations | |
enum | Status { S_Protected , S_Taboo , S_Del , S_Update , S_Install , S_AutoDel , S_AutoUpdate , S_AutoInstall , S_KeepInstalled , S_NoInst } |
UI status Status values calculated by Selectable. More... | |
Definition at line 37 of file UserWantedPackages.cc.
UI status Status values calculated by Selectable.
Enumerator | |
---|---|
S_Protected | |
S_Taboo | |
S_Del | |
S_Update | |
S_Install | |
S_AutoDel | |
S_AutoUpdate | |
S_AutoInstall | |
S_KeepInstalled | |
S_NoInst |
zypp::ui::IMPL_PTR_TYPE | ( | Selectable | ) |
|
related |
Definition at line 331 of file Selectable.cc.
|
related |
Definition at line 334 of file Selectable.cc.
zypp::ui::DEFINE_PTR_TYPE | ( | Selectable | ) |
|
inlinestatic |
Definition at line 39 of file UserWantedPackages.cc.
PoolProxyIterator zypp::ui::poolProxyBegin | ( | ) |
Definition at line 41 of file UserWantedPackages.cc.
PoolProxyIterator zypp::ui::poolProxyEnd | ( | ) |
Definition at line 42 of file UserWantedPackages.cc.
|
inlinestatic |
Definition at line 44 of file UserWantedPackages.cc.
|
inlinestatic |
Definition at line 45 of file UserWantedPackages.cc.
|
inlinestatic |
Definition at line 47 of file UserWantedPackages.cc.
|
inlinestatic |
Definition at line 48 of file UserWantedPackages.cc.
Definition at line 50 of file UserWantedPackages.cc.
Definition at line 78 of file UserWantedPackages.cc.
Definition at line 97 of file UserWantedPackages.cc.
std::set< std::string > zypp::ui::userWantedPackageNames | ( | ) |
This returns a set of package names the user explicitly wanted to transact ( to install, to update, or to delete) for any of the following reasons:
Definition at line 64 of file UserWantedPackages.cc.