#include <referer.h>
Inheritance diagram for Gnome::Gda::Referer:
Public Member Functions | |
virtual | ~Referer () |
GdaReferer* | gobj () |
Provides access to the underlying C GObject. | |
const GdaReferer* | gobj () const |
Provides access to the underlying C GObject. | |
bool | activate () |
Tries to activate the object, does nothing if the object is already active. | |
void | deactivate () |
Deactivates the object. | |
bool | is_active () const |
Get the status of an object. | |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gnome::Gda::Referer> | wrap (GdaReferer* object, bool take_copy=false) |
virtual Gnome::Gda::Referer::~Referer | ( | ) | [virtual] |
bool Gnome::Gda::Referer::activate | ( | ) |
Tries to activate the object, does nothing if the object is already active.
true
if the object is active after the call. static void Gnome::Gda::Referer::add_interface | ( | GType | gtype_implementer | ) | [static] |
void Gnome::Gda::Referer::deactivate | ( | ) |
Deactivates the object.
This is the opposite to function activate(). If the object is already non active, then nothing happens.
const GdaReferer* Gnome::Gda::Referer::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gnome::Gda::DictConstraint, Gnome::Gda::Parameter, Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryFieldAgg, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldValue, and Gnome::Gda::QueryTarget.
GdaReferer* Gnome::Gda::Referer::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
Reimplemented in Gnome::Gda::DictConstraint, Gnome::Gda::Parameter, Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryFieldAgg, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldValue, and Gnome::Gda::QueryTarget.
bool Gnome::Gda::Referer::is_active | ( | ) | const |
Get the status of an object.
true
if the object is active.
Glib::RefPtr<Gnome::Gda::Referer> wrap | ( | GdaReferer * | 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. |