libglom-1.30
1.29.4
|
Public Member Functions | |
CustomTitle () | |
CustomTitle (const CustomTitle& src) | |
CustomTitle& | operator= (const CustomTitle& src) |
virtual | ~CustomTitle () |
bool | operator== (const CustomTitle& src) const |
bool | get_use_custom_title () const |
void | set_use_custom_title (bool use_custom_title=true) |
![]() | |
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. More... | |
virtual Glib::ustring | get_name () const |
Get the non-translated identifier name. More... | |
bool | get_name_not_empty () const |
virtual Glib::ustring | get_title_or_name (const Glib::ustring& locale) const |
virtual Glib::ustring | get_title (const Glib::ustring& locale) const |
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 |
Get the title's original (non-translated, usually English) text. More... | |
Glib::ustring | get_title_translation (const Glib::ustring& locale, bool fallback=true) const |
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) |
Set the title's translation for the specified locale. More... | |
void | set_title_original (const Glib::ustring& title) |
Set the title's original (non-translated, usually English) text. More... | |
void | clear_title_in_all_locales () |
Clear the original title and any translations of the title. More... | |
bool | get_has_translations () const |
enumTranslatableItemType | get_translatable_item_type () const |
Glom::CustomTitle::CustomTitle | ( | ) |
Glom::CustomTitle::CustomTitle | ( | const CustomTitle& | src | ) |
|
virtual |
bool Glom::CustomTitle::get_use_custom_title | ( | ) | const |
CustomTitle& Glom::CustomTitle::operator= | ( | const CustomTitle& | src | ) |
bool Glom::CustomTitle::operator== | ( | const CustomTitle& | src | ) | const |
void Glom::CustomTitle::set_use_custom_title | ( | bool | use_custom_title = true | ) |