| 47 |
void Clear(void); |
void Clear(void); |
| 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); |
| 51 |
private: |
private: |
| 52 |
|
SigC::Signal0<void> _family_added; |
| 53 |
int _cpt_family; |
int _cpt_family; |
| 54 |
|
int button_pressed(GdkEventButton *); |
| 55 |
|
void menu_add_activated(void); |
| 56 |
|
void menu_delete_activated(void); |
| 57 |
|
void deleteChildToFamilyLink(void); |
| 58 |
}; |
}; |
| 59 |
#endif |
#endif |