#include <TranslatedText.h>
Public Member Functions | |
| TranslatedText () | |
| Default ctor. | |
| bool | empty () const |
| Ctor. | |
| TranslatedText (const std::string &text, const Locale &lang=Locale()) | |
| TranslatedText (const std::list< std::string > &text, const Locale &lang=Locale()) | |
| Ctor. | |
| ~TranslatedText () | |
| Dtor. | |
| std::string | asString (const Locale &lang=Locale()) const |
| Synonym for text. | |
| std::string | text (const Locale &lang=Locale()) const |
| std::set< Locale > | locales () const |
| void | setText (const std::string &text, const Locale &lang=Locale()) |
| void | setText (const std::list< std::string > &text, const Locale &lang=Locale()) |
| Locale | detectLanguage () const |
Static Public Attributes | |
| static const TranslatedText | notext |
Private Attributes | |
| RWCOW_pointer< Impl > | _pimpl |
| Pointer to implementation. | |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const TranslatedText &obj) |
Classes | |
| struct | Impl |
| TranslatedText implementation. More... | |
Definition at line 34 of file TranslatedText.h.
|
|
Default ctor.
Definition at line 143 of file TranslatedText.cc. |
|
||||||||||||
|
Definition at line 152 of file TranslatedText.cc. |
|
||||||||||||
|
Ctor.
Definition at line 162 of file TranslatedText.cc. |
|
|
Dtor.
Definition at line 172 of file TranslatedText.cc. |
|
|
Ctor.
Definition at line 198 of file TranslatedText.cc. References _pimpl. |
|
|
Synonym for text.
Definition at line 61 of file TranslatedText.h. References text(). Referenced by zypp::source::yum::YUMPackageImpl::YUMPackageImpl(). |
|
|
|
Definition at line 187 of file TranslatedText.cc. References _pimpl. Referenced by zypp::storage::translatedTextToXML(). |
|
||||||||||||
|
Definition at line 184 of file TranslatedText.cc. References _pimpl. Referenced by zypp::source::susetags::ProductMetadataParser::parseLine(), zypp::target::rpm::RPMPackageImpl::RPMPackageImpl(), and zypp::source::yum::YUMPackageImpl::YUMPackageImpl(). |
|
||||||||||||
|
Definition at line 192 of file TranslatedText.cc. References _pimpl. |
|
|
Definition at line 195 of file TranslatedText.cc. References _pimpl. |
|
||||||||||||
|
Stream output Definition at line 79 of file TranslatedText.h. |
|
|
Definition at line 56 of file TranslatedText.h. Referenced by zypp::detail::ResObjectImplIf::delnotify(), zypp::detail::ResObjectImplIf::description(), zypp::detail::ResObjectImplIf::insnotify(), and zypp::detail::ResObjectImplIf::summary(). |
|
|
Pointer to implementation.
Definition at line 74 of file TranslatedText.h. Referenced by detectLanguage(), empty(), locales(), setText(), and text(). |
1.4.6