| 8 |
#include "config.h" |
#include "config.h" |
| 9 |
#include "OneChildToFamilyLink.hh" |
#include "OneChildToFamilyLink.hh" |
| 10 |
#include "OneChildToFamilyLinkHandler.hh" |
#include "OneChildToFamilyLinkHandler.hh" |
| 11 |
#include "MMIParentsFamilyNote.hh" |
#include "OneChildToFamilyLinkNote.hh" |
| 12 |
#include <gtk--/label.h> |
#include <gtk--/label.h> |
| 13 |
|
|
| 14 |
OneChildToFamilyLink::OneChildToFamilyLink(void) : |
OneChildToFamilyLink::OneChildToFamilyLink(void) : |
| 36 |
OneFamilyLinkHandler::SlotHandler_t * slot_mother = child_to_family_link_handler->getSlotMother(); |
OneFamilyLinkHandler::SlotHandler_t * slot_mother = child_to_family_link_handler->getSlotMother(); |
| 37 |
if (slot_mother != 0) |
if (slot_mother != 0) |
| 38 |
_goto_mother->button_release_event.connect(*slot_mother); |
_goto_mother->button_release_event.connect(*slot_mother); |
| 39 |
|
setFamilyLinkNote(*OneChildToFamilyLinkNote); |
| 40 |
return; |
return; |
| 41 |
} |
} |