gconfmm 2.28.3
|
Common Interface for key-value settable objects. More...
#include <gconfmm/setinterface.h>
Public Member Functions | |
virtual void | set (const Glib::ustring& key, const Value& value)=0 |
virtual void | set (const Glib::ustring& key, bool what)=0 |
virtual void | set (const Glib::ustring& key, int what)=0 |
virtual void | set (const Glib::ustring& key, double what)=0 |
virtual void | set (const Glib::ustring& key, const Glib::ustring& what)=0 |
virtual void | set (const Glib::ustring& key, const Schema& what)=0 |
void | set (const Glib::ustring& key, const ValuePair&pair) |
void | set_int_list (const Glib::ustring& key, const SListHandle_ValueInt& list) |
void | set_bool_list (const Glib::ustring& key, const SListHandle_ValueBool& list) |
void | set_float_list (const Glib::ustring& key, const SListHandle_ValueFloat& list) |
void | set_string_list (const Glib::ustring& key, const SListHandle_ValueString& list) |
void | set_schema_list (const Glib::ustring& key, const SListHandle_ValueSchema& list) |
Common Interface for key-value settable objects.
This class defines a common interface for GConfmm objects that implement the set() methods for configuration keys. It also provides the implementations for the set_* _list() family of methods.
The only classes that support this interface are Client and ChangeSet.
The set_*_list() methods take as a parameter any STL-compatible container that has the appropriate value_type.
|
pure virtual |
Implemented in Gnome::Conf::ChangeSet, and Gnome::Conf::Client.
|
pure virtual |
Implemented in Gnome::Conf::ChangeSet, and Gnome::Conf::Client.
|
pure virtual |
Implemented in Gnome::Conf::ChangeSet, and Gnome::Conf::Client.
|
pure virtual |
Implemented in Gnome::Conf::ChangeSet, and Gnome::Conf::Client.
void Gnome::Conf::SetInterface::set | ( | const Glib::ustring & | key, |
const ValuePair& | pair ) |
|
pure virtual |
Implemented in Gnome::Conf::ChangeSet, and Gnome::Conf::Client.
|
pure virtual |
Implemented in Gnome::Conf::ChangeSet, and Gnome::Conf::Client.
void Gnome::Conf::SetInterface::set_bool_list | ( | const Glib::ustring & | key, |
const SListHandle_ValueBool & | list ) |
void Gnome::Conf::SetInterface::set_float_list | ( | const Glib::ustring & | key, |
const SListHandle_ValueFloat & | list ) |
void Gnome::Conf::SetInterface::set_int_list | ( | const Glib::ustring & | key, |
const SListHandle_ValueInt & | list ) |
void Gnome::Conf::SetInterface::set_schema_list | ( | const Glib::ustring & | key, |
const SListHandle_ValueSchema & | list ) |
void Gnome::Conf::SetInterface::set_string_list | ( | const Glib::ustring & | key, |
const SListHandle_ValueString & | list ) |