libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::Grid:
Public Types | ||||
typedef Glib::ListHandle< int, IntTraits > | IntListHandle | |||
Public Member Functions | ||||
const RawGrid* | get_raw_grid () const | |||
Provides access to the underlaying RawGrid. | ||||
RawGrid* | get_raw_grid () | |||
Provides access to the underlaying RawGrid. | ||||
Grid::IntListHandle | get_selection () const | |||
Returns: a new list, should be freed (by calling g_list_free) when no longer needed. | ||||
const GnomeDbGrid* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbGrid* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Grid (const Glib::RefPtr<Gda::DataModel>& model) | ||||
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::DataModel >> | property_model () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< RawGrid* > | property_raw_grid () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< DataWidgetInfo* > | property_widget_info () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
void | set_sample_size (int sample_size) | |||
virtual | ~Grid () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::Grid* | wrap (GnomeDbGrid* object, bool take_copy=false) | |||
|
typedef Glib::ListHandle<int, IntTraits> Gnome::Db::Grid::IntListHandle |
virtual Gnome::Db::Grid::~Grid | ( | ) | [virtual] |
Gnome::Db::Grid::Grid | ( | const Glib::RefPtr< Gda::DataModel > & | model | ) | [explicit] |
Grid::IntListHandle Gnome::Db::Grid::get_selection | ( | ) | const |
Returns: a new list, should be freed (by calling g_list_free) when no longer needed.
const GnomeDbGrid* Gnome::Db::Grid::gobj | ( | ) | const [inline] |
GnomeDbGrid* Gnome::Db::Grid::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::DataModel> > Gnome::Db::Grid::property_model | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<RawGrid*> Gnome::Db::Grid::property_raw_grid | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<DataWidgetInfo*> Gnome::Db::Grid::property_widget_info | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Gnome::Db::Grid::set_sample_size | ( | int | sample_size | ) |
Gnome::Db::Grid* wrap | ( | GnomeDbGrid * | 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. |