libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::DsnEditor:
Public Member Functions | ||||
DsnEditor () | ||||
Gda::DataSourceInfo | get_dsn () const | |||
const GnomeDbDsnEditor* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbDsnEditor* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_dsn (const Gda::DataSourceInfo& info) | |||
Glib::SignalProxy0<void> | signal_changed () | |||
| ||||
virtual | ~DsnEditor () | |||
Protected Member Functions | ||||
virtual void | on_changed () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::DsnEditor* | wrap (GnomeDbDsnEditor* object, bool take_copy=false) | |||
|
This widget contains a form to edit all the attributes of a DSN (except for its name), including provider selection, username and password, and provider-specific information to open a connection.
virtual Gnome::Db::DsnEditor::~DsnEditor | ( | ) | [virtual] |
Gnome::Db::DsnEditor::DsnEditor | ( | ) |
Gda::DataSourceInfo Gnome::Db::DsnEditor::get_dsn | ( | ) | const |
const GnomeDbDsnEditor* Gnome::Db::DsnEditor::gobj | ( | ) | const [inline] |
GnomeDbDsnEditor* Gnome::Db::DsnEditor::gobj | ( | ) | [inline] |
virtual void Gnome::Db::DsnEditor::on_changed | ( | ) | [protected, virtual] |
void Gnome::Db::DsnEditor::set_dsn | ( | const Gda::DataSourceInfo & | info | ) |
Glib::SignalProxy0< void > Gnome::Db::DsnEditor::signal_changed | ( | ) |
void changed()
Gnome::Db::DsnEditor* wrap | ( | GnomeDbDsnEditor * | 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. |