libvtemm Reference Documentation
Main Page   Namespaces  

Gnome::Vte::CharAttributes Class Reference

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

List of all members.

Public Member Functions

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

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.

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

Provides access to the underlying C GtkObject.

References gobject_.

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

Provides access to the underlying C GtkObject.

References gobject_.

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]

Referenced by gobj().


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

Generated for libvtemm by Doxygen 1.5.9 © 1997-2008