bakery
2.6
|
#include <Association.h>
Public Types | |
typedef Gtk::Entry | 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::Entry &widget, bool instant) |
![]() | |
typedef sigc::slot< void > | Callback |
![]() | |
AssociationCreation (const Glib::ustring &full_key, Gtk::Entry &widget, bool instant) | |
AssociationCreation (const AssociationCreation &other) | |
![]() | |
Gtk::Entry & | m_widget |
typedef Gtk::Entry Bakery::Conf::Association< Gtk::Entry >::type_widget |
|
inline |
|
inlinevirtual |
Implements Bakery::Conf::AssociationBase.
References Bakery::Conf::AssociationCreation< T_Widget >::m_widget.
|
inlinevirtual |
|
inlinevirtual |