#include <Selection.h>
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.
| typedef Selection zypp::Selection::Self |
| typedef ResTraits<Self> zypp::Selection::TraitsType |
| zypp::Selection::Selection | ( | const NVRAD & | nvrad_r | ) | [protected] |
| zypp::Selection::~Selection | ( | ) | [protected, virtual] |
| Label zypp::Selection::category | ( | ) | const |
selection category
Definition at line 49 of file Selection.cc.
References pimpl().
Referenced by isBase().
| bool zypp::Selection::isBase | ( | ) | const [inline] |
| bool zypp::Selection::visible | ( | ) | const |
selection visibility (for hidden selections)
Definition at line 55 of file Selection.cc.
References pimpl().
| Label zypp::Selection::order | ( | ) | const |
| virtual Impl& zypp::Selection::pimpl | ( | ) | [private, pure virtual] |
Access implementation.
Implements zypp::ResObject.
Referenced by category(), install_packages(), order(), and visible().
| virtual const Impl& zypp::Selection::pimpl | ( | ) | const [private, pure virtual] |
1.5.3