| libgdamm Reference Documentation | 
Inheritance diagram for Gnome::Gda::QueryObject:

| Public Member Functions | |
| int | get_int_id () const | 
| Get the integer ID of qobj. | |
| const GdaQueryObject* | gobj () const | 
| Provides access to the underlying C GObject. | |
| GdaQueryObject* | gobj () | 
| Provides access to the underlying C GObject. | |
| GdaQueryObject* | gobj_copy () | 
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
| void | set_int_id (int id) | 
| Sets the integer ID of qobj ; this also triggers a change in the string ID (which can be obtained using Gda::Object::get_id()) of the object. | |
| Glib::SignalProxy0<void> | signal_numid_changed () | 
| 
 | |
| virtual | ~QueryObject () | 
| Protected Member Functions | |
| virtual void | on_numid_changed () | 
| Related Functions | |
| (Note that these are not member functions.) | |
| Glib::RefPtr<Gnome::Gda::QueryObject> | wrap (GdaQueryObject* object, bool take_copy=false) | 
| A Glib::wrap() method for this object. | |
| virtual Gnome::Gda::QueryObject::~QueryObject | ( | ) |  [virtual] | 
| int Gnome::Gda::QueryObject::get_int_id | ( | ) | const | 
Get the integer ID of qobj.
Return: the integer ID
| const GdaQueryObject* Gnome::Gda::QueryObject::gobj | ( | ) | const  [inline] | 
Provides access to the underlying C GObject.
Reimplemented from Gnome::Gda::Object.
Reimplemented in Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryField, Gnome::Gda::QueryFieldAgg, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldFunc, Gnome::Gda::QueryFieldValue, Gnome::Gda::QueryJoin, and Gnome::Gda::QueryTarget.
| GdaQueryObject* Gnome::Gda::QueryObject::gobj | ( | ) |  [inline] | 
Provides access to the underlying C GObject.
Reimplemented from Gnome::Gda::Object.
Reimplemented in Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryField, Gnome::Gda::QueryFieldAgg, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldFunc, Gnome::Gda::QueryFieldValue, Gnome::Gda::QueryJoin, and Gnome::Gda::QueryTarget.
| GdaQueryObject* Gnome::Gda::QueryObject::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::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryField, Gnome::Gda::QueryFieldAgg, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldFunc, Gnome::Gda::QueryFieldValue, Gnome::Gda::QueryJoin, and Gnome::Gda::QueryTarget.
| virtual void Gnome::Gda::QueryObject::on_numid_changed | ( | ) |  [protected, virtual] | 
| void Gnome::Gda::QueryObject::set_int_id | ( | int | id | ) | 
Sets the integer ID of qobj ; this also triggers a change in the string ID (which can be obtained using Gda::Object::get_id()) of the object.
| Glib::SignalProxy0< void > Gnome::Gda::QueryObject::signal_numid_changed | ( | ) | 
void on_my_numid_changed() 
| Glib::RefPtr<Gnome::Gda::QueryObject> wrap | ( | GdaQueryObject * | 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. |