libgnomedbmm Reference Documentation
Main Page   Namespaces   Book  

Gnome::Db::DataCellRendererBoolean Class Reference

Cell Renderer for booleans. More...

Inheritance diagram for Gnome::Db::DataCellRendererBoolean:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 DataCellRendererBoolean (const Glib::RefPtr<Gda::DataHandler>& handler, GType type)
const GnomeDbDataCellRendererBoolean* gobj () const
 Provides access to the underlying C GtkObject.
GnomeDbDataCellRendererBoolean* gobj ()
 Provides access to the underlying C GtkObject.
Glib::PropertyProxy_ReadOnly<
bool > 
property_editable () const
 The toggle button can be activated.
Glib::PropertyProxy<bool> property_editable ()
 The toggle button can be activated.
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<
Gda::Value > 
property_value () const
 GValue to render.
Glib::PropertyProxy<Gda::Value> property_value ()
 GValue to render.
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 ~DataCellRendererBoolean ()

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::DataCellRendererBooleanwrap (GnomeDbDataCellRendererBoolean* object, bool take_copy=false)
 
Parameters:
object The C instance


Detailed Description

Cell Renderer for booleans.


Constructor & Destructor Documentation

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

Gnome::Db::DataCellRendererBoolean::DataCellRendererBoolean ( const Glib::RefPtr< Gda::DataHandler > &  handler,
GType  type 
) [explicit]


Member Function Documentation

const GnomeDbDataCellRendererBoolean* Gnome::Db::DataCellRendererBoolean::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::CellRendererToggle.

GnomeDbDataCellRendererBoolean* Gnome::Db::DataCellRendererBoolean::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::CellRendererToggle.

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

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

The toggle button can be activated.

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<bool> Gnome::Db::DataCellRendererBoolean::property_editable (  ) 

The toggle button can be activated.

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_WriteOnly<bool> Gnome::Db::DataCellRendererBoolean::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<Gda::Value> Gnome::Db::DataCellRendererBoolean::property_value (  )  const

GValue to render.

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<Gda::Value> Gnome::Db::DataCellRendererBoolean::property_value (  ) 

GValue to render.

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::DataCellRendererBoolean::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::DataCellRendererBoolean::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::DataCellRendererBoolean::signal_changed (  ) 

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


Friends And Related Function Documentation

Gnome::Db::DataCellRendererBoolean* wrap ( GnomeDbDataCellRendererBoolean *  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