#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.
|
Default ctor.
Definition at line 34 of file YUMMessageImpl.cc. References _text, and zypp::parser::yum::YUMPatchMessage::text. |
|
Get the text of the message.
Implements zypp::detail::MessageImplIf. Definition at line 45 of file YUMMessageImpl.cc. References _text. |
|
Patch the message belongs to - if any.
Reimplemented from zypp::detail::MessageImplIf. Definition at line 53 of file YUMMessageImpl.cc. References _patch. |
|
Backlink to the source providing this.
Reimplemented from zypp::detail::ResObjectImplIf. Definition at line 49 of file YUMMessageImpl.cc. References _source. |
|
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(). |
|
Definition at line 53 of file YUMMessageImpl.h. Referenced by source(). |
|
Definition at line 54 of file YUMMessageImpl.h. Referenced by patch(). |