#include <row.h>
Public Member Functions | |
Row () | |
Row (GdaRow *castitem, bool make_a_copy=false) | |
Row (const Row &src) | |
Row & | operator= (const Row &src) |
~Row () | |
GdaRow * | gobj () |
const GdaRow * | gobj () const |
GdaRow * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
Row (const Glib::RefPtr< DataModel > &model, int count) | |
Row (const Glib::RefPtr< DataModel > &model, const GList *values) | |
Glib::RefPtr< DataModel > | get_model () |
Glib::RefPtr< const DataModel > | get_model () const |
int | get_number () const |
void | set_number (int number) |
Glib::ustring | get_id () const |
void | set_id (const Glib::ustring &id) |
Value | get_value (int num) const |
int | get_length () const |
Protected Attributes | |
GdaRow * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Gda::Row | wrap (GdaRow *object, bool take_copy=false) |
Gnome::Gda::Row::Row | ( | ) |
Gnome::Gda::Row::Row | ( | GdaRow * | castitem, | |
bool | make_a_copy = false | |||
) | [explicit] |
Gnome::Gda::Row::Row | ( | const Row & | src | ) |
Gnome::Gda::Row::~Row | ( | ) |
Gnome::Gda::Row::Row | ( | const Glib::RefPtr< DataModel > & | model, | |
int | count | |||
) |
Gnome::Gda::Row::Row | ( | const Glib::RefPtr< DataModel > & | model, | |
const GList * | values | |||
) |
Glib::ustring Gnome::Gda::Row::get_id | ( | ) | const |
int Gnome::Gda::Row::get_length | ( | ) | const |
Glib::RefPtr<const DataModel> Gnome::Gda::Row::get_model | ( | ) | const |
Glib::RefPtr<DataModel> Gnome::Gda::Row::get_model | ( | ) |
int Gnome::Gda::Row::get_number | ( | ) | const |
Value Gnome::Gda::Row::get_value | ( | int | num | ) | const |
const GdaRow* Gnome::Gda::Row::gobj | ( | ) | const [inline] |
References gobject_.
GdaRow* Gnome::Gda::Row::gobj | ( | ) | [inline] |
References gobject_.
GdaRow* Gnome::Gda::Row::gobj_copy | ( | ) | const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
void Gnome::Gda::Row::set_id | ( | const Glib::ustring & | id | ) |
void Gnome::Gda::Row::set_number | ( | int | number | ) |
Gnome::Gda::Row wrap | ( | GdaRow * | 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. |
GdaRow* Gnome::Gda::Row::gobject_ [protected] |
Referenced by gobj().