libvtemm Reference Documentation |
Public Member Functions | |
TextAndCharAttrs (const Glib::ustring& text, const ArrayHandle_CharAttributes& attributes) | |
The only way to fill Gnome::Vte::TextAndCharAttrs class. | |
virtual | ~TextAndCharAttrs () |
Glib::ustring | get_text () const |
Gets stored string. | |
ArrayHandle_CharAttributes | get_attributes () const |
Gets stored attributes. |
Gnome::Vte::TextAndCharAttrs::TextAndCharAttrs | ( | const Glib::ustring & | text, | |
const ArrayHandle_CharAttributes & | attributes | |||
) |
The only way to fill Gnome::Vte::TextAndCharAttrs class.
text | String to store. | |
attributes | Array of string's attributes. |
virtual Gnome::Vte::TextAndCharAttrs::~TextAndCharAttrs | ( | ) | [virtual] |
ArrayHandle_CharAttributes Gnome::Vte::TextAndCharAttrs::get_attributes | ( | ) | const |
Gets stored attributes.
Glib::ustring Gnome::Vte::TextAndCharAttrs::get_text | ( | ) | const |
Gets stored string.