libvtemm Reference Documentation |
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 () |
Gnome::Vte::TextAndCharAttrs::TextAndCharAttrs | ( | const Glib::ustring & | src_text, | |
const ArrayHandle_CharAttributes & | src_attributes | |||
) |
The only way to fill Gnome::Vte::TextAndCharAttrs class.
src_text | String to store. | |
src_attributes | Array of string's attributes. |
Gnome::Vte::TextAndCharAttrs::~TextAndCharAttrs | ( | ) |
ArrayHandle_CharAttributes Gnome::Vte::TextAndCharAttrs::get_attributes | ( | ) | const |
Gets stored attributes.
ArrayHandle_CharAttributes Gnome::Vte::TextAndCharAttrs::get_attributes | ( | ) |
Gets stored attributes.
Glib::ustring Gnome::Vte::TextAndCharAttrs::get_text | ( | ) | const |
Gets stored string.
Glib::ustring Gnome::Vte::TextAndCharAttrs::get_text | ( | ) |
Gets stored string.