#include <SuseTagsPatternImpl.h>
Inheritance diagram for zypp::source::susetags::SuseTagsPatternImpl:
Public Member Functions | |
SuseTagsPatternImpl () | |
virtual | ~SuseTagsPatternImpl () |
virtual TranslatedText | summary () const |
Short label. | |
virtual TranslatedText | description () const |
Long description. | |
virtual TranslatedText | category () const |
virtual bool | userVisible () const |
virtual Label | order () const |
virtual Pathname | icon () const |
virtual Source_Ref | source () const |
Backlink to the source providing this. | |
Public Attributes | |
TranslatedText | _summary |
TranslatedText | _description |
Pathname | _icon |
std::string | _parser_version |
std::string | _name |
std::string | _version |
std::string | _release |
std::string | _arch |
std::string | _order |
TranslatedText | _category |
bool | _visible |
std::list< std::string > | _suggests |
std::list< std::string > | _recommends |
std::list< std::string > | _requires |
std::list< std::string > | _conflicts |
std::list< std::string > | _provides |
std::list< std::string > | _obsoletes |
std::list< std::string > | _freshens |
std::list< std::string > | _supplements |
std::list< std::string > | _pkgsuggests |
std::list< std::string > | _pkgrecommends |
std::list< std::string > | _pkgrequires |
Source_Ref | _source |
Definition at line 33 of file SuseTagsPatternImpl.h.
|
Definition at line 29 of file SuseTagsPatternImpl.cc. |
|
Definition at line 37 of file SuseTagsPatternImpl.cc. |
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 43 of file SuseTagsPatternImpl.cc. References _summary. |
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 46 of file SuseTagsPatternImpl.cc. References _description. |
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 49 of file SuseTagsPatternImpl.cc. References _category. |
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 52 of file SuseTagsPatternImpl.cc. References _visible. |
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 55 of file SuseTagsPatternImpl.cc. References _order. |
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 58 of file SuseTagsPatternImpl.cc. References _icon. |
|
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 40 of file SuseTagsPatternImpl.cc. References _source. |
|
Definition at line 47 of file SuseTagsPatternImpl.h. Referenced by summary(). |
|
Definition at line 48 of file SuseTagsPatternImpl.h. Referenced by description(). |
|
Definition at line 49 of file SuseTagsPatternImpl.h. Referenced by icon(). |
|
Definition at line 50 of file SuseTagsPatternImpl.h. |
|
Definition at line 51 of file SuseTagsPatternImpl.h. |
|
Definition at line 52 of file SuseTagsPatternImpl.h. |
|
Definition at line 53 of file SuseTagsPatternImpl.h. |
|
Definition at line 54 of file SuseTagsPatternImpl.h. |
|
Definition at line 55 of file SuseTagsPatternImpl.h. Referenced by order(). |
|
Definition at line 56 of file SuseTagsPatternImpl.h. Referenced by category(). |
|
Definition at line 58 of file SuseTagsPatternImpl.h. Referenced by userVisible(). |
|
Definition at line 60 of file SuseTagsPatternImpl.h. |
|
Definition at line 61 of file SuseTagsPatternImpl.h. |
|
Definition at line 62 of file SuseTagsPatternImpl.h. |
|
Definition at line 63 of file SuseTagsPatternImpl.h. |
|
Definition at line 64 of file SuseTagsPatternImpl.h. |
|
Definition at line 65 of file SuseTagsPatternImpl.h. |
|
Definition at line 66 of file SuseTagsPatternImpl.h. |
|
Definition at line 67 of file SuseTagsPatternImpl.h. |
|
Definition at line 68 of file SuseTagsPatternImpl.h. |
|
Definition at line 69 of file SuseTagsPatternImpl.h. |
|
Definition at line 70 of file SuseTagsPatternImpl.h. |
|
Definition at line 72 of file SuseTagsPatternImpl.h. Referenced by source(). |