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< 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::SignalProxy2< void, const Glib::ustring&, Gnome::Gda::ValueAttribute > | signal_status_changed () | |||
| ||||
virtual | ~DataCellRendererInfo () | |||
Protected Member Functions | ||||
virtual void | on_status_changed (const Glib::ustring& path, Gnome::Gda::ValueAttribute requested_action) | |||
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] |
virtual void Gnome::Db::DataCellRendererInfo::on_status_changed | ( | const Glib::ustring & | path, | |
Gnome::Gda::ValueAttribute | requested_action | |||
) | [protected, virtual] |
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<Gda::ValueAttribute> 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<Gda::ValueAttribute> Gnome::Db::DataCellRendererInfo::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&,Gnome::Gda::ValueAttribute > Gnome::Db::DataCellRendererInfo::signal_status_changed | ( | ) |
void status_changed(const Glib::ustring& path, Gnome::Gda::ValueAttribute requested_action)
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. |