#include <connectionproperties.h>
Inheritance diagram for Gnome::Db::ConnectionProperties:
Public Member Functions | |
virtual | ~ConnectionProperties () |
GnomeDbConnectionProperties* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbConnectionProperties* | gobj () const |
Provides access to the underlying C GtkObject. | |
ConnectionProperties (const Glib::RefPtr<Gda::Connection>& connection) | |
Glib::RefPtr<Gda::Connection> | get_connection () |
Glib::RefPtr<const Gda::Connection> | get_connection () const |
void | set_connection (const Glib::RefPtr<Gda::Connection>& connection) |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::ConnectionProperties* | wrap (GnomeDbConnectionProperties* object, bool take_copy=false) |
virtual Gnome::Db::ConnectionProperties::~ConnectionProperties | ( | ) | [virtual] |
Gnome::Db::ConnectionProperties::ConnectionProperties | ( | const Glib::RefPtr< Gda::Connection > & | connection | ) | [explicit] |
Glib::RefPtr<const Gda::Connection> Gnome::Db::ConnectionProperties::get_connection | ( | ) | const |
Glib::RefPtr<Gda::Connection> Gnome::Db::ConnectionProperties::get_connection | ( | ) |
const GnomeDbConnectionProperties* Gnome::Db::ConnectionProperties::gobj | ( | ) | const [inline] |
GnomeDbConnectionProperties* Gnome::Db::ConnectionProperties::gobj | ( | ) | [inline] |
void Gnome::Db::ConnectionProperties::set_connection | ( | const Glib::RefPtr< Gda::Connection > & | connection | ) |
Gnome::Db::ConnectionProperties* wrap | ( | GnomeDbConnectionProperties * | 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. |