libglom-1.30
1.30.4
|
TranslatableItem have a map of translation strings - one string for each locale. More...
Public Member Functions | |
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 |
Static Public Member Functions | |
static Glib::ustring | get_translatable_type_name (enumTranslatableItemType item_type) noexcept |
static Glib::ustring | get_translatable_type_name_nontranslated (enumTranslatableItemType item_type) noexcept |
The non-translated name is used for the context in gettext .po files. More... | |
Protected Attributes | |
enumTranslatableItemType | m_translatable_item_type |
TranslatableItem have a map of translation strings - one string for each locale.
typedef std::map<Glib::ustring, Glib::ustring> Glom::TranslatableItem::type_map_locale_to_translations |
|
strong |
|
noexcept |
|
noexcept |
|
noexcept |
|
virtual |
|
noexcept |
Clear the original title and any translations of the title.
|
noexcept |
|
virtualnoexcept |
Get the non-translated identifier name.
Reimplemented in Glom::Field, and Glom::LayoutItem_Field.
|
noexcept |
|
virtualnoexcept |
Get the title's translation for the specified locale, falling back to the original text if there is no translation.
See also get_title_translation() and get_title_original(), which (optionally) do not use fallbacks.
locale | The locale whose title text should be returned. If this is empty then the original text will be returned. |
Reimplemented in Glom::LayoutItem_Field, Glom::LayoutItem_FieldSummary, and Glom::LayoutItem_Portal.
|
virtualnoexcept |
Reimplemented in Glom::LayoutItem_Field, Glom::LayoutItem_FieldSummary, and Glom::LayoutItem_Portal.
|
virtualnoexcept |
Get the title's original (non-translated, usually English) text.
Reimplemented in Glom::ChoiceValue.
|
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.
Calling this with the current locale is the same as calling get_title_original().
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
The non-translated name is used for the context in gettext .po files.
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
virtualnoexcept |
Set the non-translated identifier name.
Reimplemented in Glom::Field, and Glom::LayoutItem_Field.
|
noexcept |
Set the title's translation for the specified locale.
title | The text of the title. |
locale | The locale whose title text should be set. If this is empty then the original text will be set. |
|
noexcept |
Set the title's original (non-translated, usually English) text.
This is the same as calling set_title() with an empty locale parameter.
|
protected |