#include <datasourceselector.h>
Inheritance diagram for Gnome::Db::DataSourceSelector:
Public Member Functions | |
virtual | ~DataSourceSelector () |
GnomeDbDataSourceSelector* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbDataSourceSelector* | gobj () const |
Provides access to the underlying C GtkObject. | |
DataSourceSelector (const Glib::ustring& name) | |
Glib::ustring | get_dsn () const |
Get the Data Source Name (DSN) actualy selected in the Gnome::DbDataSourceSelector. | |
void | set_dsn (const Glib::ustring& dsn) |
Set the selected Data Source Name (DSN) in the Gnome::DbDataSourceSelector. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::DataSourceSelector* | wrap (GnomeDbDataSourceSelector* object, bool take_copy=false) |
virtual Gnome::Db::DataSourceSelector::~DataSourceSelector | ( | ) | [virtual] |
Gnome::Db::DataSourceSelector::DataSourceSelector | ( | const Glib::ustring & | name | ) | [explicit] |
Glib::ustring Gnome::Db::DataSourceSelector::get_dsn | ( | ) | const |
Get the Data Source Name (DSN) actualy selected in the Gnome::DbDataSourceSelector.
const GnomeDbDataSourceSelector* Gnome::Db::DataSourceSelector::gobj | ( | ) | const [inline] |
GnomeDbDataSourceSelector* Gnome::Db::DataSourceSelector::gobj | ( | ) | [inline] |
void Gnome::Db::DataSourceSelector::set_dsn | ( | const Glib::ustring & | dsn | ) |
Set the selected Data Source Name (DSN) in the Gnome::DbDataSourceSelector.
Gnome::Db::DataSourceSelector* wrap | ( | GnomeDbDataSourceSelector * | 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. |