libglom-1.22
1.22.0
|
Public Member Functions | |
Report () | |
Report (const Report& src) | |
Report& | operator= (const Report& src) |
bool | get_show_table_title () const |
void | set_show_table_title (bool show_table_title=true) |
sharedptr< LayoutGroup > | get_layout_group () |
sharedptr< const LayoutGroup > | get_layout_group () const |
![]() | |
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& 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. | |
virtual Glib::ustring | get_title_original () const |
Get the title's original (non-translated, usually English) text. | |
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. | |
void | set_title (const Glib::ustring& title, const Glib::ustring& locale) |
Set the title's translation for the specified locale. | |
void | set_title_original (const Glib::ustring& title) |
Set the title's original (non-translated, usually English) text. | |
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 () const |
Glom::Report::Report | ( | ) |
Glom::Report::Report | ( | const Report& | src | ) |
sharedptr<LayoutGroup> Glom::Report::get_layout_group | ( | ) |
sharedptr<const LayoutGroup> Glom::Report::get_layout_group | ( | ) | const |
bool Glom::Report::get_show_table_title | ( | ) | const |
void Glom::Report::set_show_table_title | ( | bool | show_table_title = true | ) |