libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::DataCellRendererInfo:
Public Member Functions | ||||
DataCellRendererInfo (const Glib::RefPtr<DataStore>& store, const Glib::RefPtr<Gda::DataModelIter>& iter, GdaParameterListGroup* group) | ||||
const GnomeDbDataCellRendererInfo* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbDataCellRendererInfo* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::PropertyProxy_ReadOnly< bool > | property_editable () const | |||
The information and status changer can be activated. | ||||
Glib::PropertyProxy<bool> | property_editable () | |||
The information and status changer 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< 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. | ||||
virtual | ~DataCellRendererInfo () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::DataCellRendererInfo* | wrap (GnomeDbDataCellRendererInfo* object, bool take_copy=false) | |||
|
virtual Gnome::Db::DataCellRendererInfo::~DataCellRendererInfo | ( | ) | [virtual] |
Gnome::Db::DataCellRendererInfo::DataCellRendererInfo | ( | const Glib::RefPtr<DataStore>& | store, | |
const Glib::RefPtr< Gda::DataModelIter > & | iter, | |||
GdaParameterListGroup * | group | |||
) | [explicit] |
const GnomeDbDataCellRendererInfo* Gnome::Db::DataCellRendererInfo::gobj | ( | ) | const [inline] |
GnomeDbDataCellRendererInfo* Gnome::Db::DataCellRendererInfo::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::DataCellRendererInfo::property_editable | ( | ) | const |
The information and status changer can be activated.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Db::DataCellRendererInfo::property_editable | ( | ) |
The information and status changer can be activated.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<bool> Gnome::Db::DataCellRendererInfo::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> Gnome::Db::DataCellRendererInfo::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> Gnome::Db::DataCellRendererInfo::property_value_attributes | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Db::DataCellRendererInfo* wrap | ( | GnomeDbDataCellRendererInfo * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |