| 48 |
class OneChildToFamilyLink * addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0<void> * slot_father = 0, SigC::Slot0<void> * slot_mother = 0 ); |
class OneChildToFamilyLink * addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0<void> * slot_father = 0, SigC::Slot0<void> * slot_mother = 0 ); |
| 49 |
friend class MMIChildToFamilyLink_glade; |
friend class MMIChildToFamilyLink_glade; |
| 50 |
SigC::Signal0<void> &FamilyAdded(void); |
SigC::Signal0<void> &FamilyAdded(void); |
| 51 |
|
SigC::Signal1<void, int> &FamilyDeleted(void); |
| 52 |
|
|
| 53 |
private: |
private: |
| 54 |
SigC::Signal0<void> _family_added; |
SigC::Signal0<void> _family_added; |
| 55 |
|
SigC::Signal1<void, int> _family_deleted; |
| 56 |
int _cpt_family; |
int _cpt_family; |
| 57 |
int button_pressed(GdkEventButton *); |
int button_pressed(GdkEventButton *); |
| 58 |
void menu_add_activated(void); |
void menu_add_activated(void); |