#include <YUMGroupImpl.h>
Inheritance diagram for zypp::source::yum::YUMGroupImpl:

Public Member Functions | |
| YUMGroupImpl (Source_Ref source_r, const zypp::parser::yum::YUMGroupData &parsed) | |
| Default ctor. | |
| virtual | ~YUMGroupImpl () |
| virtual TranslatedText | summary () const |
| Short label. | |
| virtual TranslatedText | description () const |
| Long description. | |
| virtual Label | category () const |
| virtual bool | visible () const |
| Is to be visible for user? | |
| virtual Label | order () const |
| Source_Ref | source () const |
| Backlink to the source providing this. | |
Protected Attributes | |
| TranslatedText | _summary |
| TranslatedText | _description |
| bool | _user_visible |
Private Attributes | |
| Source_Ref | _source |
Definition at line 35 of file YUMGroupImpl.h.
| zypp::source::yum::YUMGroupImpl::YUMGroupImpl | ( | Source_Ref | source_r, | |
| const zypp::parser::yum::YUMGroupData & | parsed | |||
| ) |
| zypp::source::yum::YUMGroupImpl::~YUMGroupImpl | ( | ) | [virtual] |
Definition at line 50 of file YUMGroupImpl.cc.
| TranslatedText zypp::source::yum::YUMGroupImpl::summary | ( | ) | const [virtual] |
Short label.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 59 of file YUMGroupImpl.cc.
References _summary.
| TranslatedText zypp::source::yum::YUMGroupImpl::description | ( | ) | const [virtual] |
Long description.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 64 of file YUMGroupImpl.cc.
References _description.
| Label zypp::source::yum::YUMGroupImpl::category | ( | ) | const [virtual] |
| bool zypp::source::yum::YUMGroupImpl::visible | ( | ) | const [virtual] |
Is to be visible for user?
Reimplemented from zypp::detail::SelectionImplIf.
Definition at line 54 of file YUMGroupImpl.cc.
References _user_visible.
| Label zypp::source::yum::YUMGroupImpl::order | ( | ) | const [virtual] |
| Source_Ref zypp::source::yum::YUMGroupImpl::source | ( | ) | const [virtual] |
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 81 of file YUMGroupImpl.cc.
References _source.
bool zypp::source::yum::YUMGroupImpl::_user_visible [protected] |
1.5.0