#include <XMLPatternImpl.h>
Inheritance diagram for zypp::storage::XMLPatternImpl:

Public Member Functions | |
| XMLPatternImpl () | |
| virtual | ~XMLPatternImpl () |
| virtual bool | userVisible () const |
| 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 |
Public Attributes | |
| bool | _user_visible |
| TranslatedText | _summary |
| TranslatedText | _description |
| bool | _default |
| TranslatedText | _category |
| Pathname | _icon |
| Pathname | _script |
Definition at line 31 of file XMLPatternImpl.h.
|
|
Definition at line 28 of file XMLPatternImpl.cc. |
|
|
Definition at line 36 of file XMLPatternImpl.cc. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 39 of file XMLPatternImpl.cc. References _user_visible. |
|
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 43 of file XMLPatternImpl.cc. References _summary. |
|
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 46 of file XMLPatternImpl.cc. References _description. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 50 of file XMLPatternImpl.cc. References _default. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 53 of file XMLPatternImpl.cc. References _category. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 56 of file XMLPatternImpl.cc. References _icon. |
|
|
Reimplemented from zypp::detail::PatternImplIf. Definition at line 59 of file XMLPatternImpl.cc. References _script. |
|
|
Definition at line 44 of file XMLPatternImpl.h. Referenced by userVisible(). |
|
|
Definition at line 45 of file XMLPatternImpl.h. Referenced by summary(). |
|
|
Definition at line 46 of file XMLPatternImpl.h. Referenced by description(). |
|
|
Definition at line 47 of file XMLPatternImpl.h. Referenced by isDefault(). |
|
|
Definition at line 48 of file XMLPatternImpl.h. Referenced by category(). |
|
|
Definition at line 49 of file XMLPatternImpl.h. Referenced by icon(). |
|
|
Definition at line 50 of file XMLPatternImpl.h. Referenced by script(). |
1.4.6