#include <YUMPatternImpl.h>
Inheritance diagram for zypp::source::yum::YUMPatternImpl:

Public Member Functions | |
| YUMPatternImpl (Source_Ref source_r, const zypp::parser::yum::YUMPatternData &parsed) | |
| Default ctor. | |
| virtual bool | userVisible () const |
| Is to be visible for user? | |
| virtual TranslatedText | summary () const |
| Short label. | |
| virtual TranslatedText | description () const |
| Long description. | |
| virtual bool | isDefault () const |
| virtual TranslatedText | category () const |
| virtual Pathname | icon () const |
| virtual Pathname | script () const |
| Source_Ref | source () const |
| Backlink to the source providing this. | |
Protected Attributes | |
| bool | _user_visible |
| TranslatedText | _summary |
| TranslatedText | _description |
| bool | _default |
| TranslatedText | _category |
| Pathname | _icon |
| Pathname | _script |
Private Attributes | |
| Source_Ref | _source |
Definition at line 35 of file YUMPatternImpl.h.
|
||||||||||||
|
Default ctor.
Definition at line 36 of file YUMPatternImpl.cc. |
|
|
Is to be visible for user?
Reimplemented from zypp::detail::PatternImplIf. Definition at line 51 of file YUMPatternImpl.cc. References _user_visible. |
|
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 55 of file YUMPatternImpl.cc. References _summary. |
|
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 58 of file YUMPatternImpl.cc. References _description. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 65 of file YUMPatternImpl.cc. References _default. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 68 of file YUMPatternImpl.cc. References _category. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 71 of file YUMPatternImpl.cc. References _icon. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 74 of file YUMPatternImpl.cc. References _script. |
|
|
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 61 of file YUMPatternImpl.cc. References _source. |
|
|
Definition at line 60 of file YUMPatternImpl.h. Referenced by userVisible(). |
|
|
Definition at line 61 of file YUMPatternImpl.h. Referenced by summary(). |
|
|
Definition at line 62 of file YUMPatternImpl.h. Referenced by description(). |
|
|
Definition at line 63 of file YUMPatternImpl.h. Referenced by isDefault(). |
|
|
Definition at line 64 of file YUMPatternImpl.h. Referenced by category(). |
|
|
Definition at line 65 of file YUMPatternImpl.h. Referenced by icon(). |
|
|
Definition at line 66 of file YUMPatternImpl.h. Referenced by script(). |
|
|
Definition at line 68 of file YUMPatternImpl.h. Referenced by source(). |
1.4.6