#include <Selection.h>
Inheritance diagram for zypp::Selection:
Public Types | |
typedef detail::SelectionImplIf | Impl |
typedef Selection | Self |
typedef ResTraits< Self > | TraitsType |
typedef TraitsType::PtrType | Ptr |
typedef TraitsType::constPtrType | constPtr |
Public Member Functions | |
Label | category () const |
selection category | |
bool | isBase () const |
bool | visible () const |
selection visibility (for hidden selections) | |
Label | order () const |
selection presentation order | |
const std::set< std::string > | install_packages (const Locale &lang=Locale("")) const |
Protected Member Functions | |
Selection (const NVRAD &nvrad_r) | |
Ctor. | |
virtual | ~Selection () |
Dtor. | |
Private Member Functions | |
virtual Impl & | pimpl ()=0 |
Access implementation. | |
virtual const Impl & | pimpl () const =0 |
Access implementation. |
Definition at line 30 of file Selection.h.
|
Reimplemented from zypp::ResObject. Definition at line 33 of file Selection.h. |
|
Reimplemented from zypp::ResObject. Definition at line 34 of file Selection.h. |
|
Reimplemented from zypp::ResObject. Definition at line 35 of file Selection.h. |
|
Reimplemented from zypp::ResObject. Definition at line 36 of file Selection.h. |
|
Reimplemented from zypp::ResObject. Definition at line 37 of file Selection.h. |
|
Ctor.
Definition at line 30 of file Selection.cc. |
|
Dtor.
Definition at line 39 of file Selection.cc. |
|
selection category
Definition at line 49 of file Selection.cc. References zypp::detail::SelectionImplIf::category(), and pimpl(). Referenced by isBase(). |
|
Definition at line 42 of file Selection.h. References category(). |
|
selection visibility (for hidden selections)
Definition at line 55 of file Selection.cc. References pimpl(), and zypp::detail::SelectionImplIf::visible(). |
|
selection presentation order
Definition at line 61 of file Selection.cc. References zypp::detail::SelectionImplIf::order(), and pimpl(). |
|
Definition at line 66 of file Selection.cc. References zypp::detail::SelectionImplIf::install_packages(), and pimpl(). |
|
Access implementation.
Implements zypp::ResObject. Referenced by category(), install_packages(), order(), and visible(). |
|
Access implementation.
Implements zypp::ResObject. |