libgnomeuimm  2.28.0
Public Member Functions | Protected Member Functions | Related Functions | List of all members
Gnome::UI::IconTextItem Class Reference

#include <icon-textitem.h>

Inheritance diagram for Gnome::UI::IconTextItem:
Item

Public Member Functions

virtual ~IconTextItem ()
 
GnomeIconTextItem * gobj ()
 Provides access to the underlying C GtkObject. More...
 
const GnomeIconTextItem * gobj () const
 Provides access to the underlying C GtkObject. More...
 
 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::IconTextItemwrap (GnomeIconTextItem *object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Constructor & Destructor Documentation

§ ~IconTextItem()

virtual Gnome::UI::IconTextItem::~IconTextItem ( )
virtual

§ IconTextItem() [1/2]

Gnome::UI::IconTextItem::IconTextItem ( Gnome::Canvas::Group &  parent)

§ IconTextItem() [2/2]

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 
)

Member Function Documentation

§ focus()

void Gnome::UI::IconTextItem::focus ( bool  focused = true)

§ get_editable() [1/2]

Glib::RefPtr<Gtk::Editable> Gnome::UI::IconTextItem::get_editable ( )

§ get_editable() [2/2]

Glib::RefPtr<const Gtk::Editable> Gnome::UI::IconTextItem::get_editable ( ) const

§ get_text()

Glib::ustring Gnome::UI::IconTextItem::get_text ( ) const

§ gobj() [1/2]

GnomeIconTextItem* Gnome::UI::IconTextItem::gobj ( )
inline

Provides access to the underlying C GtkObject.

§ gobj() [2/2]

const GnomeIconTextItem* Gnome::UI::IconTextItem::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

§ on_editing_started()

virtual void Gnome::UI::IconTextItem::on_editing_started ( )
protectedvirtual

§ on_editing_stopped()

virtual void Gnome::UI::IconTextItem::on_editing_stopped ( )
protectedvirtual

§ on_height_changed()

virtual void Gnome::UI::IconTextItem::on_height_changed ( )
protectedvirtual

§ on_selection_started()

virtual void Gnome::UI::IconTextItem::on_selection_started ( )
protectedvirtual

§ on_selection_stopped()

virtual void Gnome::UI::IconTextItem::on_selection_stopped ( )
protectedvirtual

§ on_text_changed()

virtual bool Gnome::UI::IconTextItem::on_text_changed ( )
protectedvirtual

§ on_width_changed()

virtual void Gnome::UI::IconTextItem::on_width_changed ( )
protectedvirtual

§ select()

void Gnome::UI::IconTextItem::select ( bool  select = true)

§ set_xy()

void Gnome::UI::IconTextItem::set_xy ( int  x,
int  y 
)

§ signal_editing_started()

Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_editing_started ( )
Prototype:
void on_my_editing_started()

§ signal_editing_stopped()

Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_editing_stopped ( )
Prototype:
void on_my_editing_stopped()

§ signal_height_changed()

Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_height_changed ( )
Prototype:
void on_my_height_changed()

§ signal_selection_started()

Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_selection_started ( )
Prototype:
void on_my_selection_started()

§ signal_selection_stopped()

Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_selection_stopped ( )
Prototype:
void on_my_selection_stopped()

§ signal_text_changed()

Glib::SignalProxy0< bool > Gnome::UI::IconTextItem::signal_text_changed ( )
Prototype:
bool on_my_text_changed()

§ signal_width_changed()

Glib::SignalProxy0< void > Gnome::UI::IconTextItem::signal_width_changed ( )
Prototype:
void on_my_width_changed()

§ start_editing()

void Gnome::UI::IconTextItem::start_editing ( )

§ stop_editing()

void Gnome::UI::IconTextItem::stop_editing ( bool  accept = true)

Friends And Related Function Documentation

§ wrap()

Gnome::UI::IconTextItem * wrap ( GnomeIconTextItem *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file: