bakery
2.6
|
#include <Association.h>
Public Types | |
typedef Gtk::ToggleButton | type_widget |
Public Member Functions | |
void | connect_widget (Callback widget_changed) |
void | load_widget (std::auto_ptr< Glib::Error > &error) |
void | save_widget (std::auto_ptr< Glib::Error > &error) |
Association (const Glib::ustring &full_key, type_widget &widget, bool instant) | |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
static const AssociationPtr | create (const Glib::ustring &full_key, Gtk::ToggleButton &widget, bool instant) |
![]() | |
AssociationCreation (const Glib::ustring &full_key, Gtk::ToggleButton &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 () |
void | on_widget_changed () |
void | on_conf_changed (guint cnxn_id, Gnome::Conf::Entry entry) |
![]() | |
Gtk::ToggleButton & | m_widget |
![]() | |
Glib::ustring | m_key |
bool | m_instant |
Glib::RefPtr< Gnome::Conf::Client > | m_conf_client |
typedef Gtk::ToggleButton Bakery::Conf::Association< Gtk::ToggleButton >::type_widget |
|
inline |
|
inlinevirtual |
Implements Bakery::Conf::AssociationBase.
References Bakery::Conf::AssociationCreation< T_Widget >::m_widget.
|
inlinevirtual |
|
inlinevirtual |