libgnomedbmm Reference Documentation
Main Page   Namespaces   Book  

Gnome::Db::DataCellRendererCombo Class Reference

TODO. More...

Inheritance diagram for Gnome::Db::DataCellRendererCombo:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 DataCellRendererCombo (const Glib::RefPtr<Gda::ParameterList>& param_list, GdaParameterListSource* param_list_source)
const GnomeDbDataCellRendererCombo* gobj () const
 Provides access to the underlying C GtkObject.
GnomeDbDataCellRendererCombo* 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_ReadOnly<
bool > 
property_set_default_if_invalid () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> property_set_default_if_invalid ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<
bool > 
property_show_expander ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
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::ValueAttribute > 
property_value_attributes () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gda::ValueAttribute> property_value_attributes ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<
Glib::ListHandle<Gda::Value >> 
property_values ()
 GList of GValue to render.
Glib::PropertyProxy_WriteOnly<
Glib::ListHandle<Gda::Value >> 
property_values_display ()
 GList of GValue to render.
virtual ~DataCellRendererCombo ()

Related Functions

(Note that these are not member functions.)

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


Detailed Description

TODO.


Constructor & Destructor Documentation

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

Gnome::Db::DataCellRendererCombo::DataCellRendererCombo ( const Glib::RefPtr< Gda::ParameterList > &  param_list,
GdaParameterListSource *  param_list_source 
) [explicit]


Member Function Documentation

const GnomeDbDataCellRendererCombo* Gnome::Db::DataCellRendererCombo::gobj (  )  const [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::CellRendererText.

GnomeDbDataCellRendererCombo* Gnome::Db::DataCellRendererCombo::gobj (  )  [inline]

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::CellRendererText.

Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::DataCellRendererCombo::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::DataCellRendererCombo::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_ReadOnly<bool> Gnome::Db::DataCellRendererCombo::property_set_default_if_invalid (  )  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<bool> Gnome::Db::DataCellRendererCombo::property_set_default_if_invalid (  ) 

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::DataCellRendererCombo::property_show_expander (  ) 

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::DataCellRendererCombo::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::ValueAttribute> Gnome::Db::DataCellRendererCombo::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<Gda::ValueAttribute> Gnome::Db::DataCellRendererCombo::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::PropertyProxy_WriteOnly< Glib::ListHandle<Gda::Value> > Gnome::Db::DataCellRendererCombo::property_values (  ) 

GList of 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_WriteOnly< Glib::ListHandle<Gda::Value> > Gnome::Db::DataCellRendererCombo::property_values_display (  ) 

GList of 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.


Friends And Related Function Documentation

Gnome::Db::DataCellRendererCombo* wrap ( GnomeDbDataCellRendererCombo *  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