#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.
|
||||||||||||
|
Default ctor.
Definition at line 36 of file YUMGroupImpl.cc. |
|
|
Definition at line 50 of file YUMGroupImpl.cc. |
|
|
Short label.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 58 of file YUMGroupImpl.cc. References _summary. |
|
|
Long description.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 61 of file YUMGroupImpl.cc. References _description. |
|
|
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 69 of file YUMGroupImpl.cc. |
|
|
Is to be visible for user?
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 54 of file YUMGroupImpl.cc. References _user_visible. |
|
|
Reimplemented from zypp::detail::SelectionImplIf. Definition at line 64 of file YUMGroupImpl.cc. |
|
|
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 74 of file YUMGroupImpl.cc. References _source. |
|
|
Definition at line 58 of file YUMGroupImpl.h. Referenced by summary(). |
|
|
Definition at line 59 of file YUMGroupImpl.h. Referenced by description(). |
|
|
Definition at line 60 of file YUMGroupImpl.h. Referenced by visible(). |
|
|
Definition at line 62 of file YUMGroupImpl.h. Referenced by source(). |
1.4.6