#include <Association.h>
Inheritance diagram for Bakery::Conf::AssociationCreation< T_Widget >:
Public Member Functions | |
virtual | ~AssociationCreation () |
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) | |
Protected Attributes | |
T_Widget & | m_widget |
virtual Bakery::Conf::AssociationCreation< T_Widget >::~AssociationCreation | ( | ) | [inline, virtual] |
Bakery::Conf::AssociationCreation< T_Widget >::AssociationCreation | ( | const Glib::ustring & | full_key, | |
T_Widget & | widget, | |||
bool | instant | |||
) | [inline, protected] |
Bakery::Conf::AssociationCreation< T_Widget >::AssociationCreation | ( | const AssociationCreation< T_Widget > & | other | ) | [protected] |
static const AssociationPtr Bakery::Conf::AssociationCreation< T_Widget >::create | ( | const Glib::ustring & | full_key, | |
T_Widget & | widget, | |||
bool | instant | |||
) | [inline, static] |
T_Widget& Bakery::Conf::AssociationCreation< T_Widget >::m_widget [protected] |