#include <dsneditor.h>
Inheritance diagram for Gnome::Db::DsnEditor:
Public Member Functions | |
virtual | ~DsnEditor () |
GnomeDbDsnEditor* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbDsnEditor* | gobj () const |
Provides access to the underlying C GtkObject. | |
DsnEditor () | |
Gda::DataSourceInfo | get_dsn () const |
void | set_dsn (const Gda::DataSourceInfo& info) |
Glib::SignalProxy0<void> | signal_changed () |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::DsnEditor* | wrap (GnomeDbDsnEditor* object, bool take_copy=false) |
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] |
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. |