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

Public Member Functions | |
| XMLProductImpl () | |
| Default ctor. | |
| ~XMLProductImpl () | |
| Dtor. | |
| virtual std::string | category () const |
| Get the category of the product - addon or base. | |
| virtual Label | vendor () const |
| Get the vendor of the product. | |
| virtual Label | summary (const Locale &locale_r=Locale()) const |
| virtual Label | shortName (const Locale &locale_r=Locale()) const |
| virtual Label | description (const Locale &locale_r=Locale()) const |
| virtual Url | releaseNotesUrl () const |
| virtual std::list< Url > | updateUrls () const |
| virtual std::list< std::string > | flags () const |
| The product flags. | |
Public Attributes | |
| std::string | _category |
| std::string | _vendor |
| Url | _release_notes_url |
| std::list< Url > | _update_urls |
| std::list< std::string > | _flags |
| TranslatedText | _summary |
| TranslatedText | _description |
| TranslatedText | _short_name |
| Source_Ref | _source |
Definition at line 31 of file XMLProductImpl.h.
|
|
Default ctor.
Definition at line 31 of file XMLProductImpl.cc. |
|
|
Dtor.
Definition at line 34 of file XMLProductImpl.cc. |
|
|
Get the category of the product - addon or base.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 37 of file XMLProductImpl.cc. References _category. |
|
|
Get the vendor of the product.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 40 of file XMLProductImpl.cc. References _vendor. |
|
|
Definition at line 43 of file XMLProductImpl.cc. References _summary, and zypp::TranslatedText::text(). |
|
|
Definition at line 46 of file XMLProductImpl.cc. References _short_name, and zypp::TranslatedText::text(). |
|
|
Definition at line 49 of file XMLProductImpl.cc. References _description, and zypp::TranslatedText::text(). |
|
|
Reimplemented from zypp::detail::ProductImplIf. Definition at line 52 of file XMLProductImpl.cc. References _release_notes_url. |
|
|
Reimplemented from zypp::detail::ProductImplIf. Definition at line 55 of file XMLProductImpl.cc. References _update_urls. |
|
|
The product flags.
Reimplemented from zypp::detail::ProductImplIf. Definition at line 58 of file XMLProductImpl.cc. References _flags. |
|
|
Definition at line 45 of file XMLProductImpl.h. Referenced by category(). |
|
|
Definition at line 46 of file XMLProductImpl.h. Referenced by vendor(). |
|
|
Definition at line 47 of file XMLProductImpl.h. Referenced by releaseNotesUrl(). |
|
|
Definition at line 48 of file XMLProductImpl.h. Referenced by updateUrls(). |
|
|
Definition at line 49 of file XMLProductImpl.h. Referenced by flags(). |
|
|
Definition at line 50 of file XMLProductImpl.h. Referenced by summary(). |
|
|
Definition at line 51 of file XMLProductImpl.h. Referenced by description(). |
|
|
Definition at line 52 of file XMLProductImpl.h. Referenced by shortName(). |
|
|
Definition at line 53 of file XMLProductImpl.h. |
1.4.6