libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::DataSourceSelector:
Public Member Functions | ||||
DataSourceSelector (const Glib::ustring& name) | ||||
Glib::ustring | get_dsn () const | |||
Get the Data Source Name (DSN) actualy selected in the Gnome::DbDataSourceSelector. | ||||
const GnomeDbDataSourceSelector* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbDataSourceSelector* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_source_name () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
void | set_dsn (const Glib::ustring& dsn) | |||
Set the selected Data Source Name (DSN) in the Gnome::DbDataSourceSelector. | ||||
virtual | ~DataSourceSelector () | |||
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] |
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Db::DataSourceSelector::property_source_name | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
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. |