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

Inti::Pango::Analysis Class Reference

A PangoAnalysis C++ wrapper class. More...

#include <inti/pango/item.h>

List of all members.

Public Member Functions

Accessors

Detailed Description

A PangoAnalysis C++ wrapper class.

Analysis is a read-only object that stores information about the properties of a segment of text. You can obtain an Analysis by calling Pango::Context::itemize() which returns a vector of Pointer<Item>. Each Item has an analysis() accessor that returns a reference to the item's Analysis object.


Member Function Documentation

bool Inti::Pango::Analysis::extra_attributes std::vector< Pointer< Attribute > > &  attrs  )  const
 

Gets a list of attributes that apply to this segment.

Parameters:
attrs A reference to a vector of Pointer<Attribute> to hold the list of attributes.
Returns:
true if the vector is not empty.


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