Gnome::Vte::CharAttributes Class Reference

CharAttributes - class storing attributes of single char in string. More...

List of all members.

Public Member Functions

 CharAttributes (VteCharAttributes* castitem, bool take_copy=true)
 CharAttributes (const CharAttributes& src)
 ~CharAttributes ()
CharAttributesoperator= (const CharAttributes& src)
long get_row () const
 Gets row of a char.
long get_column () const
 Gets column of a char.
Gdk::Color get_fore () const
 Gets color of a char.
Gdk::Color get_back () const
 Gets background color of a char.
bool get_underline () const
 Checks whether or not a char is underlined.
bool get_strikethrough () const
 Checks whether or not a char is struckthrough.
VteCharAttributes* gobj ()
 Provides access to the underlying C GtkObject.
const VteCharAttributes* gobj () const
 Provides access to the underlying C GtkObject.

Protected Member Functions

 CharAttributes ()

Protected Attributes

VteCharAttributes* gobject_

Related Functions

(Note that these are not member functions.)



Gnome::Vte::CharAttributes wrap (VteCharAttributes* object, bool take_copy=true)
 A Glib::wrap() method for this object.

Detailed Description

CharAttributes - class storing attributes of single char in string.


Constructor & Destructor Documentation

Gnome::Vte::CharAttributes::CharAttributes (  )  [protected]
Gnome::Vte::CharAttributes::CharAttributes ( VteCharAttributes *  castitem,
bool  take_copy = true 
) [explicit]
Gnome::Vte::CharAttributes::CharAttributes ( const CharAttributes src  ) 
Gnome::Vte::CharAttributes::~CharAttributes (  ) 

Member Function Documentation

Gdk::Color Gnome::Vte::CharAttributes::get_back (  )  const

Gets background color of a char.

Returns:
background color of a char.
long Gnome::Vte::CharAttributes::get_column (  )  const

Gets column of a char.

Returns:
column of a char.
Gdk::Color Gnome::Vte::CharAttributes::get_fore (  )  const

Gets color of a char.

Returns:
color of a char.
long Gnome::Vte::CharAttributes::get_row (  )  const

Gets row of a char.

Returns:
row of a char.
bool Gnome::Vte::CharAttributes::get_strikethrough (  )  const

Checks whether or not a char is struckthrough.

Returns:
true if char is struckthrough, otherwise false.
bool Gnome::Vte::CharAttributes::get_underline (  )  const

Checks whether or not a char is underlined.

Returns:
true if char is underlined, otherwise false.
const VteCharAttributes* Gnome::Vte::CharAttributes::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

VteCharAttributes* Gnome::Vte::CharAttributes::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

CharAttributes& Gnome::Vte::CharAttributes::operator= ( const CharAttributes src  ) 

Friends And Related Function Documentation

Gnome::Vte::CharAttributes wrap ( VteCharAttributes *  object,
bool  take_copy = true 
) [related]

A Glib::wrap() method for this object.

Parameters:
object The C instance.
take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.

Member Data Documentation

VteCharAttributes* Gnome::Vte::CharAttributes::gobject_ [protected]

The documentation for this class was generated from the following file:

Generated on 2 Dec 2009 for libvtemm by  doxygen 1.6.1