#include <datamodelrow.h>
Inheritance diagram for Gnome::Gda::DataModelRow:
Public Member Functions | |
virtual | ~DataModelRow () |
GdaDataModelRow* | gobj () |
Provides access to the underlying C GObject. | |
const GdaDataModelRow* | gobj () const |
Provides access to the underlying C GObject. | |
GdaDataModelRow* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
const Glib::RefPtr<Row> | get_row (int row, std::auto_ptr<Glib::Error>& error) |
Finds the Gda::Row object corresponding to the row row number. | |
const Glib::RefPtr< const Row > | get_row (int row, std::auto_ptr<Glib::Error>& error) const |
Finds the Gda::Row object corresponding to the row row number. | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gnome::Gda::DataModelRow> | wrap (GdaDataModelRow* object, bool take_copy=false) |
This object is not intended to be instantiated directly, but to be used as a base class.
virtual Gnome::Gda::DataModelRow::~DataModelRow | ( | ) | [virtual] |
const Glib::RefPtr<const Row> Gnome::Gda::DataModelRow::get_row | ( | int | row, | |
std::auto_ptr< Glib::Error > & | error | |||
) | const |
const Glib::RefPtr<Row> Gnome::Gda::DataModelRow::get_row | ( | int | row, | |
std::auto_ptr< Glib::Error > & | error | |||
) |
const GdaDataModelRow* Gnome::Gda::DataModelRow::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gnome::Gda::DataModel.
Reimplemented in Gnome::Gda::DataModelArray, Gnome::Gda::DataModelFilterSQL, Gnome::Gda::DataModelHash, and Gnome::Gda::DataModelImport.
GdaDataModelRow* Gnome::Gda::DataModelRow::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gnome::Gda::DataModel.
Reimplemented in Gnome::Gda::DataModelArray, Gnome::Gda::DataModelFilterSQL, Gnome::Gda::DataModelHash, and Gnome::Gda::DataModelImport.
GdaDataModelRow* Gnome::Gda::DataModelRow::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Gnome::Gda::Object.
Reimplemented in Gnome::Gda::DataModelArray, Gnome::Gda::DataModelFilterSQL, Gnome::Gda::DataModelHash, and Gnome::Gda::DataModelImport.
Glib::RefPtr<Gnome::Gda::DataModelRow> wrap | ( | GdaDataModelRow * | 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. |