Public Member Functions | Protected Member Functions | Related Functions

Pango::AttrLanguage Class Reference

A Pango::AttrLanguage is used to represent an attribute that is a language. More...

Inheritance diagram for Pango::AttrLanguage:
Inheritance graph
[legend]
Collaboration diagram for Pango::AttrLanguage:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AttrLanguage (const AttrLanguage& src)
 AttrLanguage (PangoAttrLanguage* castitem, bool take_copy=true)
AttrLanguageoperator= (const AttrLanguage& src)
Language get_language () const
 Gets the language which is the value of the attribute.
void set_language (const Language&value)
 Sets the language which is the value of the attribute.
PangoAttrLanguage* gobj ()
 Provides access to the underlying C GObject.
const PangoAttrLanguage* gobj () const
 Provides access to the underlying C GObject.

Protected Member Functions

 AttrLanguage ()

Related Functions

(Note that these are not member functions.)


Pango::AttrLanguage wrap (PangoAttrLanguage* object, bool take_copy=false)

Detailed Description

A Pango::AttrLanguage is used to represent an attribute that is a language.


Constructor & Destructor Documentation

Pango::AttrLanguage::AttrLanguage (  ) [protected]
Pango::AttrLanguage::AttrLanguage ( const AttrLanguage src )
Pango::AttrLanguage::AttrLanguage ( PangoAttrLanguage *  castitem,
bool  take_copy = true 
) [explicit]

Member Function Documentation

Language Pango::AttrLanguage::get_language (  ) const

Gets the language which is the value of the attribute.

Returns:
The language tag of the attribute.
const PangoAttrLanguage* Pango::AttrLanguage::gobj (  ) const [inline]

Provides access to the underlying C GObject.

Reimplemented from Pango::Attribute.

PangoAttrLanguage* Pango::AttrLanguage::gobj (  ) [inline]

Provides access to the underlying C GObject.

Reimplemented from Pango::Attribute.

AttrLanguage& Pango::AttrLanguage::operator= ( const AttrLanguage src )
void Pango::AttrLanguage::set_language ( const Language value )

Sets the language which is the value of the attribute.

Parameters:
valueThe new language tag for the attribute.

Friends And Related Function Documentation

Pango::AttrLanguage wrap ( PangoAttrLanguage *  object,
bool  take_copy = false 
) [related]

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