#include <Association.h>
Public Types |
typedef sigc::slot< void > | Callback |
Public Member Functions |
virtual void | connect_widget (Callback on_widget_changed) |
| These methods must be implemented explicitly for each specialization of Association<T> to provide appropriate behaviors based on the widget type.
|
virtual void | load_widget (std::auto_ptr< Glib::Error > &error) |
virtual void | save_widget (std::auto_ptr< Glib::Error > &error) |
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, T_Widget &widget, bool instant) |
typedef sigc::slot< void > | Callback |
T_Widget & | m_widget |
Member Typedef Documentation
template<class T_Widget >
Constructor & Destructor Documentation
template<class T_Widget >
Member Function Documentation
template<class T_Widget >
These methods must be implemented explicitly for each specialization of Association<T> to provide appropriate behaviors based on the widget type.
Implements Bakery::Conf::AssociationBase.
template<class T_Widget >
template<class T_Widget >
The documentation for this class was generated from the following file: