TranslatableItem have a map of translation strings - one string for each locale. More...
Inherited by Glom::CustomTitle, Glom::Field, Glom::GroupInfo, Glom::LayoutItem, Glom::PrintLayout, Glom::Relationship, Glom::Report, and Glom::TableInfo.
| Public Types | |
| enum | enumTranslatableItemType { TRANSLATABLE_TYPE_INVALID, TRANSLATABLE_TYPE_FIELD, TRANSLATABLE_TYPE_RELATIONSHIP, TRANSLATABLE_TYPE_LAYOUT_ITEM, TRANSLATABLE_TYPE_CUSTOM_TITLE, TRANSLATABLE_TYPE_PRINT_LAYOUT, TRANSLATABLE_TYPE_REPORT, TRANSLATABLE_TYPE_TABLE, TRANSLATABLE_TYPE_BUTTON, TRANSLATABLE_TYPE_TEXTOBJECT, TRANSLATABLE_TYPE_IMAGEOBJECT } | 
| typedef std::map < Glib::ustring, Glib::ustring > | type_map_locale_to_translations | 
| Public Member Functions | |
| TranslatableItem () | |
| TranslatableItem (const TranslatableItem& src) | |
| virtual | ~TranslatableItem () | 
| TranslatableItem& | operator= (const TranslatableItem& src) | 
| bool | operator== (const TranslatableItem& src) const | 
| bool | operator!= (const TranslatableItem& src) const | 
| virtual void | set_name (const Glib::ustring& name) | 
| Set the non-translated identifier name. | |
| virtual Glib::ustring | get_name () const | 
| Get the non-translated identifier name. | |
| bool | get_name_not_empty () const | 
| virtual Glib::ustring | get_title_or_name () const | 
| Glib::ustring | get_title () const | 
| Get the title's translation for the current locale. | |
| Glib::ustring | get_title (const Glib::ustring& locale) const | 
| Get the title's translation for the specifed locale. | |
| Glib::ustring | get_title_original () const | 
| Get the title's original (non-translated, usually English) text. | |
| void | set_title (const Glib::ustring& title) | 
| Set the title's translation for the current locale. | |
| void | set_title (const Glib::ustring& locale, const Glib::ustring& title) | 
| Set the title's translation for the current locale. | |
| void | set_title_original (const Glib::ustring& title) | 
| Set the title's original (non-translated, usually English) text. | |
| void | set_translation (const Glib::ustring& locale, const Glib::ustring& translation) | 
| Glib::ustring | get_translation (const Glib::ustring& locale) const | 
| void | clear_title_in_all_locales () | 
| Clear the original title and any translations of the title. | |
| bool | get_has_translations () const | 
| enumTranslatableItemType | get_translatable_item_type () | 
| Static Public Member Functions | |
| static Glib::ustring | get_translatable_type_name (enumTranslatableItemType item_type) | 
| static Glib::ustring | get_translatable_type_name_nontranslated (enumTranslatableItemType item_type) | 
| The non-translated name is used for the context in gettext .po files. | |
| static void | set_current_locale (const Glib::ustring& locale) | 
| Set the locale used for titles, to test translations. | |
| static Glib::ustring | get_current_locale () | 
| Get the locale used by this program when it was started. | |
| static void | set_original_locale (const Glib::ustring& locale) | 
| Set the locale used for original text of titles. | |
| static bool | get_current_locale_not_original () | 
| 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 | 
| Glom::TranslatableItem::TranslatableItem | ( | ) | 
| Glom::TranslatableItem::TranslatableItem | ( | const TranslatableItem& | src | ) | 
| Glom::TranslatableItem::~TranslatableItem | ( | ) |  [virtual] | 
| void Glom::TranslatableItem::clear_title_in_all_locales | ( | ) | 
Clear the original title and any translations of the title.
| Glib::ustring Glom::TranslatableItem::get_current_locale | ( | ) |  [static] | 
Get the locale used by this program when it was started.
| bool Glom::TranslatableItem::get_current_locale_not_original | ( | ) |  [static] | 
| bool Glom::TranslatableItem::get_has_translations | ( | ) | const | 
| Glib::ustring Glom::TranslatableItem::get_name | ( | ) | const  [virtual] | 
Get the non-translated identifier name.
Reimplemented in Glom::Field.
| bool Glom::TranslatableItem::get_name_not_empty | ( | ) | const | 
| Glib::ustring Glom::TranslatableItem::get_title | ( | ) | const | 
Get the title's translation for the current locale.
| Glib::ustring Glom::TranslatableItem::get_title | ( | const Glib::ustring & | locale | ) | const | 
Get the title's translation for the specifed locale.
| Glib::ustring Glom::TranslatableItem::get_title_or_name | ( | ) | const  [virtual] | 
| Glib::ustring Glom::TranslatableItem::get_title_original | ( | ) | const | 
Get the title's original (non-translated, usually English) text.
| TranslatableItem::enumTranslatableItemType Glom::TranslatableItem::get_translatable_item_type | ( | ) | 
| Glib::ustring Glom::TranslatableItem::get_translatable_type_name | ( | enumTranslatableItemType | item_type | ) |  [static] | 
| Glib::ustring Glom::TranslatableItem::get_translatable_type_name_nontranslated | ( | enumTranslatableItemType | item_type | ) |  [static] | 
The non-translated name is used for the context in gettext .po files.
| Glib::ustring Glom::TranslatableItem::get_translation | ( | const Glib::ustring & | locale | ) | const | 
| bool Glom::TranslatableItem::operator!= | ( | const TranslatableItem& | src | ) | const | 
| TranslatableItem& Glom::TranslatableItem::operator= | ( | const TranslatableItem& | src | ) | 
| bool Glom::TranslatableItem::operator== | ( | const TranslatableItem& | src | ) | const | 
| void Glom::TranslatableItem::set_current_locale | ( | const Glib::ustring & | locale | ) |  [static] | 
Set the locale used for titles, to test translations.
Usually the current locale is just the locale at startup.
| void Glom::TranslatableItem::set_name | ( | const Glib::ustring & | name | ) |  [virtual] | 
Set the non-translated identifier name.
Reimplemented in Glom::Field.
| void Glom::TranslatableItem::set_original_locale | ( | const Glib::ustring & | locale | ) |  [static] | 
Set the locale used for original text of titles.
This must usually be stored in the document. Ideally, it would be English.
| void Glom::TranslatableItem::set_title | ( | const Glib::ustring & | title | ) | 
Set the title's translation for the current locale.
| void Glom::TranslatableItem::set_title | ( | const Glib::ustring & | locale, | |
| const Glib::ustring & | title | |||
| ) | 
Set the title's translation for the current locale.
| void Glom::TranslatableItem::set_title_original | ( | const Glib::ustring & | title | ) | 
Set the title's original (non-translated, usually English) text.
| void Glom::TranslatableItem::set_translation | ( | const Glib::ustring & | locale, | |
| const Glib::ustring & | translation | |||
| ) | 
 1.7.1
 1.7.1