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

Public Member Functions | |
| YUMMessageImpl (Source_Ref source_r, const zypp::parser::yum::YUMPatchMessage &parsed, Patch::constPtr patch) | |
| Default ctor. | |
| virtual TranslatedText | text () const |
| Get the text of the message. | |
| Patch::constPtr | patch () const |
| Patch the message belongs to - if any. | |
| Source_Ref | source () const |
| Backlink to the source providing this. | |
Protected Attributes | |
| TranslatedText | _text |
| The text of the message. | |
Private Attributes | |
| Source_Ref | _source |
| Patch::constPtr | _patch |
Friends | |
| class | YUMSourceImpl |
Definition at line 34 of file YUMMessageImpl.h.
| zypp::source::yum::YUMMessageImpl::YUMMessageImpl | ( | Source_Ref | source_r, | |
| const zypp::parser::yum::YUMPatchMessage & | parsed, | |||
| Patch::constPtr | patch | |||
| ) |
Default ctor.
Definition at line 34 of file YUMMessageImpl.cc.
References _text, and zypp::parser::yum::YUMPatchMessage::text.
| TranslatedText zypp::source::yum::YUMMessageImpl::text | ( | ) | const [virtual] |
Get the text of the message.
Reimplemented from zypp::detail::MessageImplIf.
Definition at line 45 of file YUMMessageImpl.cc.
References _text.
| Patch::constPtr zypp::source::yum::YUMMessageImpl::patch | ( | ) | const [virtual] |
Patch the message belongs to - if any.
Reimplemented from zypp::detail::MessageImplIf.
Definition at line 56 of file YUMMessageImpl.cc.
References _patch.
| Source_Ref zypp::source::yum::YUMMessageImpl::source | ( | ) | const [virtual] |
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf.
Definition at line 50 of file YUMMessageImpl.cc.
References _source.
friend class YUMSourceImpl [friend] |
Definition at line 57 of file YUMMessageImpl.h.
The text of the message.
Definition at line 51 of file YUMMessageImpl.h.
Referenced by text(), and YUMMessageImpl().
1.5.0