| 34 |
# include "OneChildToFamilyLink_glade.hh" |
# include "OneChildToFamilyLink_glade.hh" |
| 35 |
# define _ONECHILDTOFAMILYLINK_HH |
# define _ONECHILDTOFAMILYLINK_HH |
| 36 |
#include "glademm_support.hh" |
#include "glademm_support.hh" |
|
#include "MMIParentsFamilyNote.hh" |
|
| 37 |
|
|
| 38 |
class OneChildToFamilyLink : public OneChildToFamilyLink_glade |
#include "OneFamilyLink.hh" |
| 39 |
|
#include "OneFamilyLinkHandler.hh" |
| 40 |
|
|
| 41 |
|
class OneChildToFamilyLink : public OneChildToFamilyLink_glade, |
| 42 |
|
public OneFamilyLink |
| 43 |
{ |
{ |
| 44 |
public: |
public: |
| 45 |
OneChildToFamilyLink(void); |
OneChildToFamilyLink(void); |
| 46 |
~OneChildToFamilyLink(void); |
~OneChildToFamilyLink(void); |
| 47 |
OneChildToFamilyLink(std::string const &father, |
OneChildToFamilyLink(OneFamilyLinkHandler const * const); |
|
std::string const &mother, |
|
|
SigC::Slot1<int, GdkEventButton *> * slot_father, |
|
|
SigC::Slot1<int, GdkEventButton *> * slot_mother |
|
|
); |
|
|
|
|
|
class MMIParentsFamilyNote * MMIParentsFamilyNote; |
|
| 48 |
friend class OneChildToFamilyLink_glade; |
friend class OneChildToFamilyLink_glade; |
| 49 |
}; |
}; |
| 50 |
#endif |
#endif |