Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Pango::AttrInt Class Reference

A PangoAttrInt C++ wrapper class. More...

#include <inti/pango/attributes.h>

Inheritance diagram for Inti::Pango::AttrInt:

Inti::Pango::Attribute Inti::ReferencedObject Inti::ReferencedBase Inti::Pango::AttrRise Inti::Pango::AttrSize Inti::Pango::AttrStretch Inti::Pango::AttrStrikethrough Inti::Pango::AttrStyle Inti::Pango::AttrUnderline Inti::Pango::AttrVariant Inti::Pango::AttrWeight List of all members.

Public Member Functions

Accessors
Methods

Protected Member Functions

Constructors

Detailed Description

A PangoAttrInt C++ wrapper class.

AttrInt is the base class for the integer attribute types: Style, Weight, Variant, Stretch, Size, Underline, Strikthrough and Rise.


Constructor & Destructor Documentation

Inti::Pango::AttrInt::AttrInt PangoAttribute *  attr,
bool  copy
[explicit, protected]
 

Construct a new integer attribute from an existing integer PangoAttribute.

Parameters:
attr An integer PangoAttribute.
copy Set true if a copy of attr should be used.

If copy is true attr is copied. If false attr is assumed to be a valid integer attribute that must be freed. Either way AttrInt will own the PangoAttribute and free it when it's no longer required.


Member Function Documentation

void Inti::Pango::AttrInt::set_value int  value  ) 
 

Sets the integer value.

Parameters:
value The new value.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:23 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002