#include <Message.h>
Inheritance diagram for zypp::Message:
Public Types | |
typedef detail::MessageImplIf | Impl |
typedef Message | Self |
typedef ResTraits< Self > | TraitsType |
typedef TraitsType::PtrType | Ptr |
typedef TraitsType::constPtrType | constPtr |
Public Member Functions | |
TranslatedText | text () const |
Get the text of the message. | |
Patch::constPtr | patch () const |
Patch the message belongs to - if any. | |
Protected Member Functions | |
Message (const NVRAD &nvrad_r) | |
virtual | ~Message () |
Dtor. | |
Private Member Functions | |
virtual Impl & | pimpl ()=0 |
Access implementation. | |
virtual const Impl & | pimpl () const =0 |
Access implementation. |
Definition at line 28 of file Message.h.
|
Reimplemented from zypp::ResObject. |
|
Reimplemented from zypp::ResObject. |
|
Reimplemented from zypp::ResObject. |
|
Reimplemented from zypp::ResObject. |
|
Reimplemented from zypp::ResObject. |
|
Definition at line 25 of file Message.cc. |
|
Dtor.
Definition at line 34 of file Message.cc. |
|
Get the text of the message.
Definition at line 43 of file Message.cc. References pimpl(), and zypp::detail::MessageImplIf::text(). |
|
Patch the message belongs to - if any.
Definition at line 47 of file Message.cc. References zypp::detail::MessageImplIf::patch(), and pimpl(). |
|
Access implementation.
Implements zypp::ResObject. |
|
Access implementation.
Implements zypp::ResObject. |