libglom-1.30  1.30.4
Public Member Functions | Public Attributes | List of all members
Glom::HasTitleSingular Class Reference

HasTitleSingular instances may have a (translated) singular form of their title. More...

Inheritance diagram for Glom::HasTitleSingular:
Inheritance graph
[legend]
Collaboration diagram for Glom::HasTitleSingular:
Collaboration graph
[legend]

Public Member Functions

 HasTitleSingular ()
 
 HasTitleSingular (const HasTitleSingular& src)
 
 HasTitleSingular (HasTitleSingular&& src)=delete
 
virtual ~HasTitleSingular ()
 
HasTitleSingularoperator= (const HasTitleSingular& src)
 
HasTitleSingularoperator= (HasTitleSingular&& src)=delete
 
bool operator== (const HasTitleSingular& src) const
 
bool operator!= (const HasTitleSingular& src) const
 
Glib::ustring get_title_singular (const Glib::ustring& locale) const
 Get the (translation of the) singular form of the title, in the current locale, if specified. More...
 
Glib::ustring get_title_singular_original () const
 Get the title's original (non-translated, usually English) text. More...
 
Glib::ustring get_title_singular_with_fallback (const Glib::ustring& locale) const
 Get the (translation of the) singular form of the title, in the current locale, if specified, falling back to the non-singular title, and then falling back to the table name. More...
 
void set_title_singular (const Glib::ustring& title, const Glib::ustring& locale)
 Set the singular title's translation for the current locale. More...
 

Public Attributes

std::shared_ptr< TranslatableItemm_title_singular
 For instance, "Customer" if the table is titled "Customers". More...
 

Detailed Description

HasTitleSingular instances may have a (translated) singular form of their title.

For instance, "Album" instead of "Albums". This is useful in some generated UI strings.

Constructor & Destructor Documentation

Glom::HasTitleSingular::HasTitleSingular ( )
Glom::HasTitleSingular::HasTitleSingular ( const HasTitleSingular src)
Glom::HasTitleSingular::HasTitleSingular ( HasTitleSingular&&  src)
delete
virtual Glom::HasTitleSingular::~HasTitleSingular ( )
virtual

Member Function Documentation

Glib::ustring Glom::HasTitleSingular::get_title_singular ( const Glib::ustring locale) const

Get the (translation of the) singular form of the title, in the current locale, if specified.

Glib::ustring Glom::HasTitleSingular::get_title_singular_original ( ) const

Get the title's original (non-translated, usually English) text.

Glib::ustring Glom::HasTitleSingular::get_title_singular_with_fallback ( const Glib::ustring locale) const

Get the (translation of the) singular form of the title, in the current locale, if specified, falling back to the non-singular title, and then falling back to the table name.

HasTitleSingular& Glom::HasTitleSingular::operator= ( const HasTitleSingular src)
HasTitleSingular& Glom::HasTitleSingular::operator= ( HasTitleSingular&&  src)
delete
bool Glom::HasTitleSingular::operator== ( const HasTitleSingular src) const
void Glom::HasTitleSingular::set_title_singular ( const Glib::ustring title,
const Glib::ustring locale 
)

Set the singular title's translation for the current locale.

Member Data Documentation

std::shared_ptr<TranslatableItem> Glom::HasTitleSingular::m_title_singular

For instance, "Customer" if the table is titled "Customers".

This is useful in some UI strings.


The documentation for this class was generated from the following file: