libvtemm Reference Documentation
Main Page   Namespaces  

Gnome::Vte::TextAndCharAttrs Class Reference

TextAndCharAttrs - class storing string and its attributes. More...

List of all members.

Public Member Functions

ArrayHandle_CharAttributes get_attributes () const
 Gets stored attributes.
ArrayHandle_CharAttributes get_attributes ()
 Gets stored attributes.
Glib::ustring get_text () const
 Gets stored string.
Glib::ustring get_text ()
 Gets stored string.
 TextAndCharAttrs (const Glib::ustring& src_text, const ArrayHandle_CharAttributes& src_attributes)
 The only way to fill Gnome::Vte::TextAndCharAttrs class.
 ~TextAndCharAttrs ()


Detailed Description

TextAndCharAttrs - class storing string and its attributes.

Constructor& Destructor Documentation

Gnome::Vte::TextAndCharAttrs::TextAndCharAttrs ( const Glib::ustring src_text,
const ArrayHandle_CharAttributes src_attributes 
)

The only way to fill Gnome::Vte::TextAndCharAttrs class.

Parameters:
src_text String to store.
src_attributes Array of string's attributes.

Gnome::Vte::TextAndCharAttrs::~TextAndCharAttrs (  ) 


Member Function Documentation

ArrayHandle_CharAttributes Gnome::Vte::TextAndCharAttrs::get_attributes (  )  const

Gets stored attributes.

Returns:
Stored attributes.

ArrayHandle_CharAttributes Gnome::Vte::TextAndCharAttrs::get_attributes (  ) 

Gets stored attributes.

Returns:
Stored attributes.

Glib::ustring Gnome::Vte::TextAndCharAttrs::get_text (  )  const

Gets stored string.

Returns:
Stored string.

Glib::ustring Gnome::Vte::TextAndCharAttrs::get_text (  ) 

Gets stored string.

Returns:
Stored string.


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

Generated for libvtemm by Doxygen 1.5.8 © 1997-2008