libvtemm 0.25.0
|
TextAndCharAttrs - class storing string and its attributes. More...
#include <libvtemm/textandcharattrs.h>
Public Member Functions | |
TextAndCharAttrs (const Glib::ustring& text, const ArrayHandle_CharAttributes& attributes) | |
The only way to fill Gnome::Vte::TextAndCharAttrs class. | |
Glib::ustring | get_text () const |
Gets stored string. | |
ArrayHandle_CharAttributes | get_attributes () const |
Gets stored attributes. |
TextAndCharAttrs - class storing string and its 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. |
ArrayHandle_CharAttributes Gnome::Vte::TextAndCharAttrs::get_attributes | ( | ) | const |
Gets stored attributes.
Glib::ustring Gnome::Vte::TextAndCharAttrs::get_text | ( | ) | const |
Gets stored string.