#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 | |||
) |
GdaRow* Gnome::Gda::Row::gobj | ( | ) | [inline] |
const GdaRow* Gnome::Gda::Row::gobj | ( | ) | const [inline] |
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.
Glib::RefPtr<DataModel> Gnome::Gda::Row::get_model | ( | ) |
Glib::RefPtr<const DataModel> Gnome::Gda::Row::get_model | ( | ) | const |
int Gnome::Gda::Row::get_number | ( | ) | const |
void Gnome::Gda::Row::set_number | ( | int | number | ) |
Glib::ustring Gnome::Gda::Row::get_id | ( | ) | const |
void Gnome::Gda::Row::set_id | ( | const Glib::ustring & | id | ) |
Value Gnome::Gda::Row::get_value | ( | int | num | ) | const |
int Gnome::Gda::Row::get_length | ( | ) | const |
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] |