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


Public Member Functions
Xfc::Pango::AttrColor Class Reference

A PangoAttrColor C++ wrapper class. More...

#include <xfc/pango/attributes.hh>

Inheritance diagram for Xfc::Pango::AttrColor:
Xfc::Pango::Attribute Xfc::Object Xfc::Trackable Xfc::Pango::AttrBackground Xfc::Pango::AttrForeground Xfc::Pango::AttrStrikethroughColor Xfc::Pango::AttrUnderlineColor

List of all members.

Public Member Functions

Accessors

Protected Member Functions

Constructors

Detailed Description

A PangoAttrColor C++ wrapper class.

AttrColor is the base class for the foreground and background color attributes.


Constructor & Destructor Documentation

Xfc::Pango::AttrColor::AttrColor ( PangoAttribute *  attr,
bool  copy 
) [explicit, protected]

Construct a new color attribute from an existing color PangoAttribute.

Parameters:
attrAn color PangoAttribute.
copySet 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 color attribute that must be freed. Either way AttrColor will own the PangoAttribute and free it when it's no longer required.


Member Function Documentation

Gets the attibute color.

Returns:
A Pango::Color.
void Xfc::Pango::AttrColor::set_color ( const Color color)

Sets the red, green and blue values for the color.

Parameters:
colorA Pango::Color.

The documentation for this class was generated from the following file:
Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC