
|
Main Page
Widgets
Namespaces
Book
Pango::AttrLanguage Class ReferenceA Pango::AttrLanguage is used to represent an attribute that is a language.
More...
Inheritance diagram for Pango::AttrLanguage:
[legend]List of all members.
|
Public Methods |
| | AttrLanguage (const AttrLanguage& src) |
| | AttrLanguage (PangoAttrLanguage* castitem, bool take_copy=true) |
| AttrLanguage& | operator= (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 () |
| const PangoAttrLanguage* | gobj () const |
Protected Methods |
| | 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] |
|
| PangoAttrLanguage* Pango::AttrLanguage::gobj |
( |
|
) |
[inline] |
|
| 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:
-
| language | The 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:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|