#include <PatternImplIf.h>
Inheritance diagram for zypp::detail::PatternImplIf:
Public Types | |
typedef Pattern | ResType |
Public Member Functions | |
virtual bool | isDefault () const PURE_VIRTUAL |
virtual bool | userVisible () const PURE_VIRTUAL |
virtual TranslatedText | category () const PURE_VIRTUAL |
virtual Pathname | icon () const PURE_VIRTUAL |
virtual Pathname | script () const PURE_VIRTUAL |
virtual Label | order () const PURE_VIRTUAL |
virtual std::set< std::string > | install_packages (const Locale &lang=Locale("")) const |
ui helper |
Definition at line 35 of file PatternImplIf.h.
|
Definition at line 38 of file PatternImplIf.h. |
|
Reimplemented in zypp::source::yum::YUMPatternImpl, and zypp::storage::XMLPatternImpl. Definition at line 23 of file PatternImplIf.cc. Referenced by zypp::Pattern::isDefault(). |
|
Reimplemented in zypp::source::susetags::SuseTagsPatternImpl, zypp::source::yum::YUMPatternImpl, and zypp::storage::XMLPatternImpl. Definition at line 26 of file PatternImplIf.cc. Referenced by zypp::Pattern::userVisible(). |
|
Reimplemented in zypp::source::susetags::SuseTagsPatternImpl, zypp::source::yum::YUMPatternImpl, and zypp::storage::XMLPatternImpl. Definition at line 29 of file PatternImplIf.cc. Referenced by zypp::Pattern::category(). |
|
Reimplemented in zypp::source::susetags::SuseTagsPatternImpl, zypp::source::yum::YUMPatternImpl, and zypp::storage::XMLPatternImpl. Definition at line 32 of file PatternImplIf.cc. Referenced by zypp::Pattern::icon(). |
|
Reimplemented in zypp::source::yum::YUMPatternImpl, and zypp::storage::XMLPatternImpl. Definition at line 35 of file PatternImplIf.cc. Referenced by zypp::Pattern::script(). |
|
Reimplemented in zypp::source::susetags::SuseTagsPatternImpl. Definition at line 38 of file PatternImplIf.cc. Referenced by zypp::Pattern::order(). |
|
ui helper
Definition at line 52 of file PatternImplIf.cc. References zypp::detail::copycaps(), zypp::Dep::RECOMMENDS, and zypp::Dep::REQUIRES. Referenced by zypp::Pattern::install_packages(). |