|
Classes |
| struct | ProviderInfoTraits |
| struct | DataSourceInfoTraits |
Typedefs |
typedef sigc::slot< void,
const Glib::ustring & > | SlotListener |
| | For instance, void on_listen(const Glib::ustring& path);.
|
typedef Glib::ListHandle<
ProviderInfo, ProviderInfoTraits > | ListHandle_ProviderInfo |
typedef Glib::ListHandle<
DataSourceInfo, DataSourceInfoTraits > | ListHandle_DataSourceInfo |
Functions |
| Glib::ustring | get_value_string (const Glib::ustring &path) |
| int | get_value_int (const Glib::ustring &path) |
| double | get_value_float (const Glib::ustring &path) |
| bool | get_value_boolean (const Glib::ustring &path) |
| void | set_value (const Glib::ustring &path, const Glib::ustring &new_value) |
| void | set_value (const Glib::ustring &path, int new_value) |
| void | set_value (const Glib::ustring &path, double new_value) |
| void | set_value (const Glib::ustring &path, bool new_value) |
| void | remove_section (const Glib::ustring &path) |
| void | remove_key (const Glib::ustring &path) |
| bool | has_section (const Glib::ustring &path) |
| bool | has_key (const Glib::ustring &path) |
| Glib::ListHandle< Glib::ustring > | list_sections (const Glib::ustring &path) |
| Glib::ListHandle< Glib::ustring > | list_keys (const Glib::ustring &path) |
| Glib::ustring | get_type (const Glib::ustring &path) |
| guint | add_listener (const Glib::ustring &path, const SlotListener &slot) |
| void | remove_listener (guint id) |
| ListHandle_ProviderInfo | get_providers () |
| ProviderInfo | get_provider_by_name (const Glib::ustring &name) |
| ListHandle_DataSourceInfo | get_data_sources () |
| DataSourceInfo | find_data_source (const Glib::ustring &name) |
| Glib::RefPtr< DataModel > | get_data_source_model () |
| void | save_data_source (const Glib::ustring &name, const Glib::ustring &provider, const Glib::ustring &cnc_string, const Glib::ustring &description, const Glib::ustring &username, const Glib::ustring &password) |
| void | save_data_source (const DataSourceInfo &dsn_info) |
| void | remove_data_source (const Glib::ustring &name) |