| 35 |
# define _MMICHILDTOFAMILYLINK_HH |
# define _MMICHILDTOFAMILYLINK_HH |
| 36 |
#include "glademm_support.hh" |
#include "glademm_support.hh" |
| 37 |
|
|
| 38 |
#include "OneChildToFamilyLink.hh" |
#include "MMIFamilyLink.hh" |
| 39 |
|
#include "OneFamilyLink.hh" |
| 40 |
#include <string> |
#include "OneFamilyLinkHandler.hh" |
|
#include <sigc++/object.h> |
|
| 41 |
|
|
| 42 |
class MMIChildToFamilyLink : public MMIFamilyLink |
class MMIChildToFamilyLink : public MMIFamilyLink |
| 43 |
{ |
{ |
| 44 |
public: |
public: |
| 45 |
MMIChildToFamilyLink(void); |
MMIChildToFamilyLink(void); |
| 46 |
class OneChildToFamilyLink * addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot1<int, GdkEventButton *> * slot_father = 0, SigC::Slot1<int, GdkEventButton *> * slot_mother = 0 ); |
virtual OneFamilyLink * addFamilyLink(OneFamilyLinkHandler const &); |
|
|
|
| 47 |
private: |
private: |
| 48 |
virtual void menu_add_activated(void); |
virtual void menu_add_activated(void); |
| 49 |
}; |
}; |