#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. |
|
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(). |
|
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(). |
|
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(). |
|
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(). |