libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::ConnectionProperties:
Public Member Functions | ||||
ConnectionProperties (const Glib::RefPtr<Gda::Connection>& connection) | ||||
Glib::RefPtr<const Gda::Connection> | get_connection () const | |||
Glib::RefPtr<Gda::Connection> | get_connection () | |||
const GnomeDbConnectionProperties* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbConnectionProperties* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::Connection >> | property_connection () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy< Glib::RefPtr< Gda::Connection > > | property_connection () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
void | set_connection (const Glib::RefPtr<Gda::Connection>& connection) | |||
virtual | ~ConnectionProperties () | |||
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] |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::Connection> > Gnome::Db::ConnectionProperties::property_connection | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::RefPtr<Gda::Connection> > Gnome::Db::ConnectionProperties::property_connection | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
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. |