libgnomedbmm Reference Documentation
Main Page   Namespaces   Book  

Gnome::Db::DataCellRendererTextual Class Reference

Cell renderer for textual data. More...

Inheritance diagram for Gnome::Db::DataCellRendererTextual:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 DataCellRendererTextual (const Glib::RefPtr<Gda::DataHandler>& handler, GType type, const Glib::ustring& options="")
const GnomeDbDataCellRendererTextual* gobj () const
 Provides access to the underlying C GtkObject.
GnomeDbDataCellRendererTextual* gobj ()
 Provides access to the underlying C GtkObject.
Glib::PropertyProxy_ReadOnly<
bool > 
property_editable () const
 Whether the text can be modified by the user.
Glib::PropertyProxy<bool> property_editable ()
 Whether the text can be modified by the user.
Glib::PropertyProxy_WriteOnly<
bool > 
property_to_be_deleted ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<
guint > 
property_value_attributes () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> property_value_attributes ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::SignalProxy2< void,
const Glib::ustring &, const
Gnome::Gda::Value& > 
signal_changed ()
 
Prototype:
void changed(const Glib::ustring& path, const Gnome::Gda::Value& new_value)

virtual ~DataCellRendererTextual ()

Protected Member Functions

virtual void on_changed (const Glib::ustring& path, const Gnome::Gda::Value& new_value)

Related Functions

(Note that these are not member functions.)

Gnome::Db::DataCellRendererTextualwrap (GnomeDbDataCellRendererTextual* object, bool take_copy=false)
 
Parameters:
object The C instance


Detailed Description

Cell renderer for textual data.


Constructor & Destructor Documentation

virtual Gnome::Db::DataCellRendererTextual::~DataCellRendererTextual (  )  [virtual]

Gnome::Db::DataCellRendererTextual::DataCellRendererTextual ( const Glib::RefPtr< Gda::DataHandler > &  handler,
GType  type,
const Glib::ustring options = "" 
) [explicit]


Member Function Documentation

const GnomeDbDataCellRendererTextual* Gnome::Db::DataCellRendererTextual::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::CellRendererText.

GnomeDbDataCellRendererTextual* Gnome::Db::DataCellRendererTextual::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::CellRendererText.

virtual void Gnome::Db::DataCellRendererTextual::on_changed ( const Glib::ustring path,
const Gnome::Gda::Value &  new_value 
) [protected, virtual]

Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::DataCellRendererTextual::property_editable (  )  const

Whether the text can be modified by the user.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Reimplemented from Gtk::CellRendererText.

Glib::PropertyProxy<bool> Gnome::Db::DataCellRendererTextual::property_editable (  ) 

Whether the text can be modified by the user.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Reimplemented from Gtk::CellRendererText.

Glib::PropertyProxy_WriteOnly<bool> Gnome::Db::DataCellRendererTextual::property_to_be_deleted (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy_ReadOnly<guint> Gnome::Db::DataCellRendererTextual::property_value_attributes (  )  const

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<guint> Gnome::Db::DataCellRendererTextual::property_value_attributes (  ) 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::SignalProxy2< void,const Glib::ustring&,const Gnome::Gda::Value& > Gnome::Db::DataCellRendererTextual::signal_changed (  ) 

Prototype:
void changed(const Glib::ustring& path, const Gnome::Gda::Value& new_value)


Friends And Related Function Documentation

Gnome::Db::DataCellRendererTextual* wrap ( GnomeDbDataCellRendererTextual *  object,
bool  take_copy = false 
) [related]

Parameters:
object The C instance

Parameters:
take_copy False 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:
Generated for libgnomedbmm by Doxygen 1.5.1 © 1997-2001