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

Public Member Functions | |
| XMLSelectionImpl () | |
| virtual | ~XMLSelectionImpl () |
| TranslatedText | summary () const |
| selection summary (FIXME: localized) | |
| TranslatedText | description () const |
| Long description. | |
| 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 |
| std::string | _name |
| std::string | _version |
| std::string | _release |
| std::string | _arch |
| std::string | _order |
| std::string | _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. |
|
|
selection summary (FIXME: localized)
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 39 of file XMLSelectionImpl.cc. References _summary. |
|
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 42 of file XMLSelectionImpl.cc. References _description. |
|
|
selection category
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 45 of file XMLSelectionImpl.cc. References _category. |
|
|
selection visibility (for hidden selections)
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 48 of file XMLSelectionImpl.cc. References _visible. |
|
|
selection presentation order
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 51 of file XMLSelectionImpl.cc. References _order. |
|
|
Definition at line 54 of file XMLSelectionImpl.cc. References _suggests. |
|
|
Definition at line 57 of file XMLSelectionImpl.cc. References _recommends. |
|
|
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 60 of file XMLSelectionImpl.cc. References _install_packages. |
|
|
Definition at line 54 of file XMLSelectionImpl.h. Referenced by summary(). |
|
|
Definition at line 55 of file XMLSelectionImpl.h. Referenced by description(). |
|
|
Definition at line 57 of file XMLSelectionImpl.h. |
|
|
Definition at line 58 of file XMLSelectionImpl.h. |
|
|
Definition at line 59 of file XMLSelectionImpl.h. |
|
|
Definition at line 60 of file XMLSelectionImpl.h. |
|
|
Definition at line 61 of file XMLSelectionImpl.h. Referenced by order(). |
|
|
Definition at line 62 of file XMLSelectionImpl.h. Referenced by category(). |
|
|
Definition at line 63 of file XMLSelectionImpl.h. Referenced by visible(). |
|
|
Definition at line 65 of file XMLSelectionImpl.h. Referenced by suggests(). |
|
|
Definition at line 66 of file XMLSelectionImpl.h. Referenced by recommends(). |
|
|
Definition at line 67 of file XMLSelectionImpl.h. Referenced by install_packages(). |
1.4.6