libgdamm Reference Documentation |
Public Member Functions | |
const Glib::RefPtr<const Row> | get_row (int row) const |
Finds the Gda::Row object corresponding to the row row number. | |
const Glib::RefPtr<Row> | get_row (int row) |
Finds the Gda::Row object corresponding to the row row number. | |
const GdaDataModelRow* | gobj () const |
Provides access to the underlying C GObject. | |
GdaDataModelRow* | gobj () |
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. | |
Glib::PropertyProxy_ReadOnly <Glib::ustring> | property_command_text () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy <Glib::ustring> | property_command_text () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly<int> | property_command_type () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<int> | property_command_type () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly <bool> | property_read_only () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<bool> | property_read_only () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
virtual | ~DataModelRow () |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr <Gnome::Gda::DataModelRow> | wrap (GdaDataModelRow* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
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 | ) | const |
const Glib::RefPtr<Row> Gnome::Gda::DataModelRow::get_row | ( | int | row | ) |
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::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Gda::DataModelRow::property_command_text | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Glib::ustring> Gnome::Gda::DataModelRow::property_command_text | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<int> Gnome::Gda::DataModelRow::property_command_type | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Gda::DataModelRow::property_command_type | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Gda::DataModelRow::property_read_only | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Gda::DataModelRow::property_read_only | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr<Gnome::Gda::DataModelRow> wrap | ( | GdaDataModelRow * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |