class Inti::Pango::ForegroundAttribute

Name

class Inti::Pango::ForegroundAttribute -- 

Synopsis

class Inti::Pango::ForegroundAttribute is declared in the header inti/pango/attributes.h.

Superclasses. Attribute

Subclasses. none

Class members

Public Constructors.
ForegroundAttribute (guint16 red, guint16 green, guint16 blue)

Public Methods.
guint16 red () const
guint16 green () const
guint16 blue () const
void set (guint16 red, guint16 green, guint16 blue)
void set_red (guint16 red)
void set_blue (guint16 blue)
void set_green (guint16 green)

Public Variables.
static const int TYPE_ID

Protected Constructors.
ForegroundAttribute (PangoAttribute * attr)

Description

Public Constructors

method Inti::Pango::ForegroundAttribute::ForegroundAttribute

ForegroundAttribute (guint16 red, guint16 green, guint16 blue)

red 
green 
blue 

Public Methods

method Inti::Pango::ForegroundAttribute::red

guint16 red () const

method Inti::Pango::ForegroundAttribute::green

guint16 green () const

method Inti::Pango::ForegroundAttribute::blue

guint16 blue () const

method Inti::Pango::ForegroundAttribute::set

void set (guint16 red, guint16 green, guint16 blue)

red 
green 
blue 

method Inti::Pango::ForegroundAttribute::set_red

void set_red (guint16 red)

red 

method Inti::Pango::ForegroundAttribute::set_blue

void set_blue (guint16 blue)

blue 

method Inti::Pango::ForegroundAttribute::set_green

void set_green (guint16 green)

green 

Public Variables

variable Inti::Pango::ForegroundAttribute::TYPE_ID

static const int TYPE_ID

Protected Constructors

method Inti::Pango::ForegroundAttribute::ForegroundAttribute

ForegroundAttribute (PangoAttribute * attr)

attr