bakery
2.6
|
#include <Association.h>
Public Member Functions | |
virtual | ~AssociationCreation () |
![]() | |
void | add (const Glib::RefPtr< Gnome::Conf::Client > &conf_client) |
void | load (std::auto_ptr< Glib::Error > &error) |
void | save (std::auto_ptr< Glib::Error > &error) |
virtual | ~AssociationBase () |
Static Public Member Functions | |
static const AssociationPtr | create (const Glib::ustring &full_key, T_Widget &widget, bool instant) |
Protected Member Functions | |
AssociationCreation (const Glib::ustring &full_key, T_Widget &widget, bool instant) | |
AssociationCreation (const AssociationCreation &other) | |
![]() | |
AssociationBase (const Glib::ustring &full_key, bool instant) | |
AssociationBase (const AssociationBase &other) | |
bool | is_instant () const |
Glib::ustring | get_key () const |
Glib::RefPtr< const Gnome::Conf::Client > | get_conf_client () const |
Glib::RefPtr< Gnome::Conf::Client > | get_conf_client () |
virtual void | connect_widget (Callback on_widget_changed)=0 |
virtual void | load_widget (std::auto_ptr< Glib::Error > &error)=0 |
virtual void | save_widget (std::auto_ptr< Glib::Error > &error)=0 |
void | on_widget_changed () |
void | on_conf_changed (guint cnxn_id, Gnome::Conf::Entry entry) |
Protected Attributes | |
T_Widget & | m_widget |
![]() | |
Glib::ustring | m_key |
bool | m_instant |
Glib::RefPtr< Gnome::Conf::Client > | m_conf_client |
Additional Inherited Members | |
![]() | |
typedef sharedptr< AssociationBase > | AssociationPtr |
typedef sharedptr< const AssociationBase > | AssociationConstPtr |
![]() | |
typedef sigc::slot< void > | Callback |
|
inlinevirtual |
|
inlineprotected |
|
protected |
|
inlinestatic |
Referenced by Bakery::Conf::Client::add_association().
|
protected |
Referenced by Bakery::Conf::Association< Gtk::SpinButton >::connect_widget(), Bakery::Conf::Association< Gtk::Entry >::connect_widget(), Bakery::Conf::Association< Gtk::ToggleButton >::connect_widget(), Bakery::Conf::Association< Gtk::Range >::connect_widget(), Bakery::Conf::Association< Gtk::OptionMenu >::connect_widget(), Bakery::Conf::Association< Gtk::Combo >::connect_widget(), Bakery::Conf::Association< Gtk::SpinButton >::load_widget(), Bakery::Conf::Association< Gtk::Entry >::load_widget(), Bakery::Conf::Association< Gtk::ToggleButton >::load_widget(), Bakery::Conf::Association< Gtk::Range >::load_widget(), Bakery::Conf::Association< Gtk::OptionMenu >::load_widget(), Bakery::Conf::Association< Gtk::Combo >::load_widget(), Bakery::Conf::Association< Gtk::SpinButton >::save_widget(), Bakery::Conf::Association< Gtk::Entry >::save_widget(), Bakery::Conf::Association< Gtk::ToggleButton >::save_widget(), Bakery::Conf::Association< Gtk::Range >::save_widget(), Bakery::Conf::Association< Gtk::OptionMenu >::save_widget(), and Bakery::Conf::Association< Gtk::Combo >::save_widget().