#include <SelectionImplIf.h>
Inheritance diagram for zypp::detail::SelectionImplIf:

Public Types | |
| typedef Selection | ResType |
Public Member Functions | |
| virtual Label | category () const PURE_VIRTUAL |
| virtual bool | visible () const PURE_VIRTUAL |
| virtual Label | order () const PURE_VIRTUAL |
| virtual const std::set< std::string > | install_packages (const Locale &lang=Locale("")) const |
Definition at line 34 of file SelectionImplIf.h.
Definition at line 37 of file SelectionImplIf.h.
| Label zypp::detail::SelectionImplIf::category | ( | ) | const [virtual] |
Reimplemented in zypp::source::susetags::SuseTagsSelectionImpl, zypp::source::yum::YUMGroupImpl, and zypp::storage::XMLSelectionImpl.
Definition at line 30 of file SelectionImplIf.cc.
Referenced by zypp::Selection::category().
| bool zypp::detail::SelectionImplIf::visible | ( | ) | const [virtual] |
Reimplemented in zypp::source::susetags::SuseTagsSelectionImpl, zypp::source::yum::YUMGroupImpl, and zypp::storage::XMLSelectionImpl.
Definition at line 33 of file SelectionImplIf.cc.
Referenced by zypp::Selection::visible().
| Label zypp::detail::SelectionImplIf::order | ( | ) | const [virtual] |
Reimplemented in zypp::source::susetags::SuseTagsSelectionImpl, zypp::source::yum::YUMGroupImpl, and zypp::storage::XMLSelectionImpl.
Definition at line 36 of file SelectionImplIf.cc.
Referenced by zypp::Selection::order().
| const std::set< std::string > zypp::detail::SelectionImplIf::install_packages | ( | const Locale & | lang = Locale("") |
) | const [virtual] |
Reimplemented in zypp::source::susetags::SuseTagsSelectionImpl, and zypp::storage::XMLSelectionImpl.
Definition at line 50 of file SelectionImplIf.cc.
References zypp::detail::copycaps(), zypp::Dep::RECOMMENDS, and zypp::Dep::REQUIRES.
Referenced by zypp::Selection::install_packages().
1.5.0