libglom-1.30: Glom::StaticText Class Reference
This reuses the title concept of the TranslatableItem base class to give us translatable text. More...
Inheritance diagram for Glom::StaticText:

Collaboration diagram for Glom::StaticText:

Public Member Functions | |
| StaticText () | |
| StaticText (const StaticText& src) | |
| StaticText (StaticText&& src)=delete | |
| StaticText& | operator= (const StaticText& src) |
| StaticText& | operator= (StaticText&& src)=delete |
| virtual | ~StaticText () |
| bool | operator== (const StaticText& src) const |
Public Member Functions inherited from Glom::TranslatableItem | |
| TranslatableItem () noexcept | |
| TranslatableItem (const TranslatableItem& src) noexcept | |
| TranslatableItem (TranslatableItem&& src) noexcept | |
| virtual | ~TranslatableItem () |
| TranslatableItem& | operator= (const TranslatableItem& src) noexcept |
| TranslatableItem& | operator= (TranslatableItem&& src) noexcept |
| bool | operator== (const TranslatableItem& src) const noexcept |
| bool | operator!= (const TranslatableItem& src) const noexcept |
| virtual void | set_name (const Glib::ustring& name) noexcept |
| Set the non-translated identifier name. More... | |
| virtual Glib::ustring | get_name () const noexcept |
| Get the non-translated identifier name. More... | |
| bool | get_name_not_empty () const noexcept |
| virtual Glib::ustring | get_title_or_name (const Glib::ustring& locale) const noexcept |
| virtual Glib::ustring | get_title (const Glib::ustring& locale) const noexcept |
| Get the title's translation for the specified locale, falling back to the original text if there is no translation. More... | |
| virtual Glib::ustring | get_title_original () const noexcept |
| Get the title's original (non-translated, usually English) text. More... | |
| Glib::ustring | get_title_translation (const Glib::ustring& locale, bool fallback=true) const noexcept |
| Get the title's translation for the specified locale, optionally falling back to a locale of the same language, and then falling back to the original. More... | |
| void | set_title (const Glib::ustring& title, const Glib::ustring& locale) noexcept |
| Set the title's translation for the specified locale. More... | |
| void | set_title_original (const Glib::ustring& title) noexcept |
| Set the title's original (non-translated, usually English) text. More... | |
| void | clear_title_in_all_locales () noexcept |
| Clear the original title and any translations of the title. More... | |
| bool | get_has_translations () const noexcept |
| enumTranslatableItemType | get_translatable_item_type () const noexcept |
Detailed Description
This reuses the title concept of the TranslatableItem base class to give us translatable text.
Constructor & Destructor Documentation
| Glom::StaticText::StaticText | ( | ) |
| Glom::StaticText::StaticText | ( | const StaticText& | src | ) |
|
delete |
|
virtual |
Member Function Documentation
| StaticText& Glom::StaticText::operator= | ( | const StaticText& | src | ) |
|
delete |
| bool Glom::StaticText::operator== | ( | const StaticText& | src | ) | const |
The documentation for this class was generated from the following file:
- libglom/data_structure/layout/static_text.h

Public Member Functions inherited from