#include <SuseTagsSelectionImpl.h>
Inheritance diagram for zypp::source::susetags::SuseTagsSelectionImpl:
Public Member Functions | |
SuseTagsSelectionImpl () | |
virtual | ~SuseTagsSelectionImpl () |
virtual TranslatedText | summary () const |
Short label. | |
virtual TranslatedText | description () const |
Long description. | |
virtual Label | category () const |
virtual bool | visible () const |
virtual Label | order () const |
virtual const std::set< std::string > | suggests () const PURE_VIRTUAL |
virtual const std::set< std::string > | recommends () const PURE_VIRTUAL |
virtual const std::set< std::string > | install_packages (const Locale &lang=Locale("")) const |
virtual Source_Ref | source () const |
Backlink to the source providing this. | |
Public Attributes | |
TranslatedText | _summary |
TranslatedText | _description |
std::string | _parser_version |
std::string | _name |
std::string | _version |
std::string | _release |
std::string | _arch |
std::string | _order |
std::string | _category |
bool | _visible |
std::set< std::string > | _suggests |
std::set< std::string > | _recommends |
std::set< std::string > | _requires |
std::set< std::string > | _conflicts |
std::set< std::string > | _provides |
std::set< std::string > | _obsoletes |
std::map< Locale, std::set< std::string > > | _inspacks |
std::map< Locale, std::set< std::string > > | _delpacks |
Source_Ref | _source |
Definition at line 33 of file SuseTagsSelectionImpl.h.
|
Definition at line 29 of file SuseTagsSelectionImpl.cc. |
|
Definition at line 37 of file SuseTagsSelectionImpl.cc. |
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 41 of file SuseTagsSelectionImpl.cc. References _summary. |
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 44 of file SuseTagsSelectionImpl.cc. References _description. |
|
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 47 of file SuseTagsSelectionImpl.cc. References _category. |
|
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 50 of file SuseTagsSelectionImpl.cc. References _visible. |
|
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 53 of file SuseTagsSelectionImpl.cc. References _order. |
|
Definition at line 56 of file SuseTagsSelectionImpl.cc. References _suggests. |
|
Definition at line 61 of file SuseTagsSelectionImpl.cc. References _recommends. |
|
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 66 of file SuseTagsSelectionImpl.cc. References _inspacks. |
|
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 75 of file SuseTagsSelectionImpl.cc. References _source. |
|
Definition at line 50 of file SuseTagsSelectionImpl.h. Referenced by summary(). |
|
Definition at line 51 of file SuseTagsSelectionImpl.h. Referenced by description(). |
|
Definition at line 52 of file SuseTagsSelectionImpl.h. |
|
Definition at line 53 of file SuseTagsSelectionImpl.h. |
|
Definition at line 54 of file SuseTagsSelectionImpl.h. |
|
Definition at line 55 of file SuseTagsSelectionImpl.h. |
|
Definition at line 56 of file SuseTagsSelectionImpl.h. |
|
Definition at line 57 of file SuseTagsSelectionImpl.h. Referenced by order(). |
|
Definition at line 58 of file SuseTagsSelectionImpl.h. Referenced by category(). |
|
Definition at line 59 of file SuseTagsSelectionImpl.h. Referenced by visible(). |
|
Definition at line 61 of file SuseTagsSelectionImpl.h. Referenced by suggests(). |
|
Definition at line 62 of file SuseTagsSelectionImpl.h. Referenced by recommends(). |
|
Definition at line 63 of file SuseTagsSelectionImpl.h. |
|
Definition at line 64 of file SuseTagsSelectionImpl.h. |
|
Definition at line 65 of file SuseTagsSelectionImpl.h. |
|
Definition at line 66 of file SuseTagsSelectionImpl.h. |
|
Definition at line 67 of file SuseTagsSelectionImpl.h. Referenced by install_packages(). |
|
Definition at line 68 of file SuseTagsSelectionImpl.h. |
|
Definition at line 70 of file SuseTagsSelectionImpl.h. Referenced by source(). |