Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Xfc::Pango::Analysis Class Reference

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

#include <xfc/pango/item.hh>

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 Xfc::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: Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC 4.3