#include <icon-textitem.h>
Inheritance diagram for Gnome::UI::IconTextItem:
Public Member Functions | |
virtual | ~IconTextItem () |
GnomeIconTextItem * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeIconTextItem * | gobj () const |
Provides access to the underlying C GtkObject. | |
IconTextItem (Gnome::Canvas::Group &parent) | |
IconTextItem (Gnome::Canvas::Group &parent, int x, int y, int width, const Glib::ustring &fontname, const Glib::ustring &text, bool is_editable=true) | |
void | set_xy (int x, int y) |
void | select (bool select=true) |
void | focus (bool focused=true) |
Glib::ustring | get_text () const |
void | start_editing () |
void | stop_editing (bool accept=true) |
Glib::RefPtr< Gtk::Editable > | get_editable () |
Glib::RefPtr< const Gtk::Editable > | get_editable () const |
Glib::SignalProxy0< bool > | signal_text_changed () |
| |
Glib::SignalProxy0< void > | signal_height_changed () |
| |
Glib::SignalProxy0< void > | signal_width_changed () |
| |
Glib::SignalProxy0< void > | signal_editing_started () |
| |
Glib::SignalProxy0< void > | signal_editing_stopped () |
| |
Glib::SignalProxy0< void > | signal_selection_started () |
| |
Glib::SignalProxy0< void > | signal_selection_stopped () |
| |
Protected Member Functions | |
virtual bool | on_text_changed () |
virtual void | on_height_changed () |
virtual void | on_width_changed () |
virtual void | on_editing_started () |
virtual void | on_editing_stopped () |
virtual void | on_selection_started () |
virtual void | on_selection_stopped () |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::UI::IconTextItem * | wrap (GnomeIconTextItem *object, bool take_copy=false) |
virtual Gnome::UI::IconTextItem::~IconTextItem | ( | ) | [virtual] |
Gnome::UI::IconTextItem::IconTextItem | ( | Gnome::Canvas::Group & | parent | ) |
Gnome::UI::IconTextItem::IconTextItem | ( | Gnome::Canvas::Group & | parent, | |
int | x, | |||
int | y, | |||
int | width, | |||
const Glib::ustring & | fontname, | |||
const Glib::ustring & | text, | |||
bool | is_editable = true | |||
) |
GnomeIconTextItem* Gnome::UI::IconTextItem::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
const GnomeIconTextItem* Gnome::UI::IconTextItem::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
virtual bool Gnome::UI::IconTextItem::on_text_changed | ( | ) | [protected, virtual] |
virtual void Gnome::UI::IconTextItem::on_height_changed | ( | ) | [protected, virtual] |
virtual void Gnome::UI::IconTextItem::on_width_changed | ( | ) | [protected, virtual] |
virtual void Gnome::UI::IconTextItem::on_editing_started | ( | ) | [protected, virtual] |
virtual void Gnome::UI::IconTextItem::on_editing_stopped | ( | ) | [protected, virtual] |
virtual void Gnome::UI::IconTextItem::on_selection_started | ( | ) | [protected, virtual] |
virtual void Gnome::UI::IconTextItem::on_selection_stopped | ( | ) | [protected, virtual] |
void Gnome::UI::IconTextItem::set_xy | ( | int | x, | |
int | y | |||
) |
void Gnome::UI::IconTextItem::select | ( | bool | select = true |
) |
void Gnome::UI::IconTextItem::focus | ( | bool | focused = true |
) |
Glib::ustring Gnome::UI::IconTextItem::get_text | ( | ) | const |
void Gnome::UI::IconTextItem::start_editing | ( | ) |
void Gnome::UI::IconTextItem::stop_editing | ( | bool | accept = true |
) |
Glib::RefPtr<Gtk::Editable> Gnome::UI::IconTextItem::get_editable | ( | ) |
Glib::RefPtr<const Gtk::Editable> Gnome::UI::IconTextItem::get_editable | ( | ) | const |
Glib::SignalProxy0<bool> Gnome::UI::IconTextItem::signal_text_changed | ( | ) |
bool text_changed()
Glib::SignalProxy0<void> Gnome::UI::IconTextItem::signal_height_changed | ( | ) |
void height_changed()
Glib::SignalProxy0<void> Gnome::UI::IconTextItem::signal_width_changed | ( | ) |
void width_changed()
Glib::SignalProxy0<void> Gnome::UI::IconTextItem::signal_editing_started | ( | ) |
void editing_started()
Glib::SignalProxy0<void> Gnome::UI::IconTextItem::signal_editing_stopped | ( | ) |
void editing_stopped()
Glib::SignalProxy0<void> Gnome::UI::IconTextItem::signal_selection_started | ( | ) |
void selection_started()
Glib::SignalProxy0<void> Gnome::UI::IconTextItem::signal_selection_stopped | ( | ) |
void selection_stopped()
Gnome::UI::IconTextItem * wrap | ( | GnomeIconTextItem * | object, | |
bool | take_copy = false | |||
) | [related] |