Inherits Pango::Attribute.
Public Member Functions | |
AttrInt (const AttrInt& src) | |
AttrInt (PangoAttrInt* castitem, bool take_copy=true) | |
AttrInt& | operator= (const AttrInt& src) |
int | get_value () const |
Gets the integer value of the attribute. | |
void | set_value (const int&value) |
Sets the integer value of the attribute. | |
PangoAttrInt* | gobj () |
Provides access to the underlying C GObject. | |
const PangoAttrInt* | gobj () const |
Provides access to the underlying C GObject. | |
Protected Member Functions | |
AttrInt () | |
Related Functions | |
(Note that these are not member functions.) | |
Pango::AttrInt | wrap (PangoAttrInt* object, bool take_copy=false) |
Pango::AttrInt::AttrInt | ( | ) | [protected] |
Pango::AttrInt::AttrInt | ( | const AttrInt& | src | ) |
Pango::AttrInt::AttrInt | ( | PangoAttrInt * | castitem, | |
bool | take_copy = true | |||
) | [explicit] |
int Pango::AttrInt::get_value | ( | ) | const |
Gets the integer value of the attribute.
const PangoAttrInt* Pango::AttrInt::gobj | ( | ) | const [inline] |
PangoAttrInt* Pango::AttrInt::gobj | ( | ) | [inline] |
void Pango::AttrInt::set_value | ( | const int & | value | ) |
Sets the integer value of the attribute.
value | The new integer value for the attribute. |
Pango::AttrInt wrap | ( | PangoAttrInt * | object, | |
bool | take_copy = false | |||
) | [related] |