#include <Association.h>
Inheritance diagram for Bakery::Conf::Association< T_Widget >:
Public Member Functions | |
virtual | ~Association () |
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 () |
virtual void | save_widget () |
Static Public Member Functions | |
const AssociationPtr | create (const Glib::ustring &full_key, T_Widget &widget, bool instant) |
Protected Member Functions | |
Association (const Glib::ustring &full_key, T_Widget &widget, bool instant) | |
Association (const Association &other) |
|
|
|
|
|
|
|
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. |
|
|
|
Implements Bakery::Conf::AssociationBase. |
|
Implements Bakery::Conf::AssociationBase. |