#include <XMLSelectionImpl.h>
Inheritance diagram for zypp::storage::XMLSelectionImpl:
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 | archivesize () const |
virtual unsigned | sourceMediaNr () const |
Number of the source media that provides the data required for installation. | |
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 | _archive_size |
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.
|
Definition at line 28 of file XMLSelectionImpl.cc. |
|
Definition at line 36 of file XMLSelectionImpl.cc. |
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 36 of file XMLSelectionImpl.h. References _summary. |
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 38 of file XMLSelectionImpl.h. References _description. |
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 40 of file XMLSelectionImpl.h. References _install_notify. |
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 42 of file XMLSelectionImpl.h. References _delete_notify. |
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 44 of file XMLSelectionImpl.h. References _license_to_confirm. |
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 46 of file XMLSelectionImpl.h. References _vendor. |
|
Size.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 48 of file XMLSelectionImpl.h. References _size. |
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 50 of file XMLSelectionImpl.h. References _archive_size. |
|
Number of the source media that provides the data required for installation. Zero, if no media access is required. Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 52 of file XMLSelectionImpl.h. |
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 54 of file XMLSelectionImpl.h. References _install_only. |
|
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 56 of file XMLSelectionImpl.h. References _build_time. |
|
Time of installation, or
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 58 of file XMLSelectionImpl.h. References _install_time. |
|
selection category
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 39 of file XMLSelectionImpl.cc. References _category, and zypp::TranslatedText::text(). |
|
selection visibility (for hidden selections)
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 42 of file XMLSelectionImpl.cc. References _visible. |
|
selection presentation order
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 45 of file XMLSelectionImpl.cc. References _order. |
|
Definition at line 48 of file XMLSelectionImpl.cc. References _suggests. |
|
Definition at line 51 of file XMLSelectionImpl.cc. References _recommends. |
|
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 54 of file XMLSelectionImpl.cc. References _install_packages. |
|
Definition at line 74 of file XMLSelectionImpl.h. Referenced by summary(). |
|
Definition at line 75 of file XMLSelectionImpl.h. Referenced by description(). |
|
Definition at line 77 of file XMLSelectionImpl.h. Referenced by insnotify(). |
|
Definition at line 78 of file XMLSelectionImpl.h. Referenced by delnotify(). |
|
Definition at line 79 of file XMLSelectionImpl.h. Referenced by licenseToConfirm(). |
|
Definition at line 80 of file XMLSelectionImpl.h. Referenced by vendor(). |
|
Definition at line 81 of file XMLSelectionImpl.h. Referenced by size(). |
|
Definition at line 82 of file XMLSelectionImpl.h. Referenced by archivesize(). |
|
Definition at line 83 of file XMLSelectionImpl.h. Referenced by installOnly(). |
|
Definition at line 84 of file XMLSelectionImpl.h. Referenced by buildtime(). |
|
Definition at line 85 of file XMLSelectionImpl.h. Referenced by installtime(). |
|
Definition at line 87 of file XMLSelectionImpl.h. |
|
Definition at line 88 of file XMLSelectionImpl.h. |
|
Definition at line 89 of file XMLSelectionImpl.h. |
|
Definition at line 90 of file XMLSelectionImpl.h. |
|
Definition at line 91 of file XMLSelectionImpl.h. Referenced by order(). |
|
Definition at line 92 of file XMLSelectionImpl.h. Referenced by category(). |
|
Definition at line 93 of file XMLSelectionImpl.h. Referenced by visible(). |
|
Definition at line 95 of file XMLSelectionImpl.h. Referenced by suggests(). |
|
Definition at line 96 of file XMLSelectionImpl.h. Referenced by recommends(). |
|
Definition at line 97 of file XMLSelectionImpl.h. Referenced by install_packages(). |