libvtemm Reference Documentation |
Public Member Functions | |
CharAttributes (VteCharAttributes* castitem, bool take_copy=true) | |
CharAttributes (const CharAttributes& src) | |
~CharAttributes () | |
CharAttributes& | operator= (const CharAttributes& src) |
long | get_row () const |
Gets row of a char. | |
long | get_column () const |
Gets column of a char. | |
Gdk::Color | get_fore () const |
Gets color of a char. | |
Gdk::Color | get_back () const |
Gets background color of a char. | |
bool | get_underline () const |
Checks whether or not a char is underlined. | |
bool | get_strikethrough () const |
Checks whether or not a char is struckthrough. | |
VteCharAttributes* | gobj () |
Provides access to the underlying C GtkObject. | |
const VteCharAttributes* | gobj () const |
Provides access to the underlying C GtkObject. | |
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. |
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 | ( | ) |
Gdk::Color Gnome::Vte::CharAttributes::get_back | ( | ) | const |
Gets background color of a char.
long Gnome::Vte::CharAttributes::get_column | ( | ) | const |
Gets column of a char.
Gdk::Color Gnome::Vte::CharAttributes::get_fore | ( | ) | const |
Gets color of a char.
long Gnome::Vte::CharAttributes::get_row | ( | ) | const |
Gets row of a char.
bool Gnome::Vte::CharAttributes::get_strikethrough | ( | ) | const |
Checks whether or not a char is struckthrough.
true
if char is struckthrough, otherwise false
. bool Gnome::Vte::CharAttributes::get_underline | ( | ) | const |
Checks whether or not a char is underlined.
true
if char is underlined, otherwise false
. const VteCharAttributes* Gnome::Vte::CharAttributes::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
VteCharAttributes* Gnome::Vte::CharAttributes::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
CharAttributes& Gnome::Vte::CharAttributes::operator= | ( | const CharAttributes& | src | ) |
Gnome::Vte::CharAttributes wrap | ( | VteCharAttributes * | object, | |
bool | take_copy = true | |||
) | [related] |
A Glib::wrap() method for this object.
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. |
VteCharAttributes* Gnome::Vte::CharAttributes::gobject_ [protected] |