#include <XMLSelectionImpl.h>
Public Member Functions | |
| XMLSelectionImpl () | |
| virtual | ~XMLSelectionImpl () |
| virtual TranslatedText | summary () const |
| Short label. | |
| virtual TranslatedText | description () const |
| Long description. | |
| virtual TranslatedText | insnotify () const |
| virtual TranslatedText | delnotify () const |
| virtual TranslatedText | licenseToConfirm () const |
| virtual Vendor | vendor () const |
| virtual ByteCount | size () const |
| Size. | |
| virtual ByteCount | downloadSize () const |
| virtual unsigned | sourceMediaNr () const |
| virtual bool | installOnly () const |
| virtual Date | buildtime () const |
| virtual Date | installtime () const |
Time of installation, or 0. | |
| Label | category () const |
| selection category | |
| bool | visible () const |
| selection visibility (for hidden selections) | |
| Label | order () const |
| selection presentation order | |
| const std::set < std::string > | suggests () const |
| const std::set < std::string > | recommends () const |
| const std::set < std::string > | install_packages (const Locale &lang=Locale("")) const |
Public Attributes | |
| TranslatedText | _summary |
| TranslatedText | _description |
| TranslatedText | _install_notify |
| TranslatedText | _delete_notify |
| TranslatedText | _license_to_confirm |
| std::string | _vendor |
| ByteCount | _size |
| ByteCount | _downloadSize |
| bool | _install_only |
| Date | _build_time |
| Date | _install_time |
| std::string | _name |
| std::string | _version |
| std::string | _release |
| std::string | _arch |
| std::string | _order |
| TranslatedText | _category |
| bool | _visible |
| std::set< std::string > | _suggests |
| std::set< std::string > | _recommends |
| std::set< std::string > | _install_packages |
Definition at line 31 of file XMLSelectionImpl.h.
| zypp::storage::XMLSelectionImpl::XMLSelectionImpl | ( | ) |
Definition at line 28 of file XMLSelectionImpl.cc.
| zypp::storage::XMLSelectionImpl::~XMLSelectionImpl | ( | ) | [virtual] |
Definition at line 36 of file XMLSelectionImpl.cc.
| virtual TranslatedText zypp::storage::XMLSelectionImpl::summary | ( | ) | const [inline, virtual] |
Short label.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 36 of file XMLSelectionImpl.h.
References _summary.
| virtual TranslatedText zypp::storage::XMLSelectionImpl::description | ( | void | ) | const [inline, virtual] |
Long description.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 38 of file XMLSelectionImpl.h.
References _description.
| virtual TranslatedText zypp::storage::XMLSelectionImpl::insnotify | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 40 of file XMLSelectionImpl.h.
References _install_notify.
| virtual TranslatedText zypp::storage::XMLSelectionImpl::delnotify | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 42 of file XMLSelectionImpl.h.
References _delete_notify.
| virtual TranslatedText zypp::storage::XMLSelectionImpl::licenseToConfirm | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 44 of file XMLSelectionImpl.h.
References _license_to_confirm.
| virtual Vendor zypp::storage::XMLSelectionImpl::vendor | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 46 of file XMLSelectionImpl.h.
References _vendor.
| virtual ByteCount zypp::storage::XMLSelectionImpl::size | ( | void | ) | const [inline, virtual] |
Size.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 48 of file XMLSelectionImpl.h.
References _size.
| virtual ByteCount zypp::storage::XMLSelectionImpl::downloadSize | ( | void | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 50 of file XMLSelectionImpl.h.
References _downloadSize.
| virtual unsigned zypp::storage::XMLSelectionImpl::sourceMediaNr | ( | ) | const [inline, virtual] |
Definition at line 52 of file XMLSelectionImpl.h.
| virtual bool zypp::storage::XMLSelectionImpl::installOnly | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 54 of file XMLSelectionImpl.h.
References _install_only.
| virtual Date zypp::storage::XMLSelectionImpl::buildtime | ( | ) | const [inline, virtual] |
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 56 of file XMLSelectionImpl.h.
References _build_time.
| virtual Date zypp::storage::XMLSelectionImpl::installtime | ( | ) | const [inline, virtual] |
Time of installation, or 0.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 58 of file XMLSelectionImpl.h.
References _install_time.
| Label zypp::storage::XMLSelectionImpl::category | ( | ) | const [virtual] |
selection category
Reimplemented from zypp::detail::SelectionImplIf.
Definition at line 39 of file XMLSelectionImpl.cc.
References _category, and zypp::TranslatedText::text().
| bool zypp::storage::XMLSelectionImpl::visible | ( | ) | const [virtual] |
selection visibility (for hidden selections)
Reimplemented from zypp::detail::SelectionImplIf.
Definition at line 42 of file XMLSelectionImpl.cc.
References _visible.
| Label zypp::storage::XMLSelectionImpl::order | ( | ) | const [virtual] |
selection presentation order
Reimplemented from zypp::detail::SelectionImplIf.
Definition at line 45 of file XMLSelectionImpl.cc.
References _order.
| const std::set< std::string > zypp::storage::XMLSelectionImpl::suggests | ( | ) | const |
| const std::set< std::string > zypp::storage::XMLSelectionImpl::recommends | ( | ) | const |
| const std::set< std::string > zypp::storage::XMLSelectionImpl::install_packages | ( | const Locale & | lang = Locale("") |
) | const [virtual] |
Reimplemented from zypp::detail::SelectionImplIf.
Definition at line 54 of file XMLSelectionImpl.cc.
References _install_packages.
| std::string zypp::storage::XMLSelectionImpl::_vendor |
| std::string zypp::storage::XMLSelectionImpl::_name |
Definition at line 87 of file XMLSelectionImpl.h.
| std::string zypp::storage::XMLSelectionImpl::_version |
Definition at line 88 of file XMLSelectionImpl.h.
| std::string zypp::storage::XMLSelectionImpl::_release |
Definition at line 89 of file XMLSelectionImpl.h.
| std::string zypp::storage::XMLSelectionImpl::_arch |
Definition at line 90 of file XMLSelectionImpl.h.
| std::string zypp::storage::XMLSelectionImpl::_order |
| std::set<std::string> zypp::storage::XMLSelectionImpl::_suggests |
| std::set<std::string> zypp::storage::XMLSelectionImpl::_recommends |
| std::set<std::string> zypp::storage::XMLSelectionImpl::_install_packages |
1.5.3