| 27 |
OneChildToFamilyLink_glade(), |
OneChildToFamilyLink_glade(), |
| 28 |
OneFamilyLink(handler) |
OneFamilyLink(handler) |
| 29 |
{ |
{ |
| 30 |
OneChildToFamilyLinkHandler const * const child_to_family_link_handler = static_cast < OneChildToFamilyLinkHandler const * const >(handler); |
ManageFamilyLinkHandler(handler, _father, _mother, _goto_father, _goto_mother); |
|
_father->set_text(child_to_family_link_handler->getFather()); |
|
|
_mother->set_text(child_to_family_link_handler->getMother()); |
|
|
OneFamilyLinkHandler::SlotHandler_t * slot_father = child_to_family_link_handler->getSlotFather(); |
|
|
if (slot_father != 0) |
|
|
_goto_father->button_release_event.connect(*slot_father); |
|
|
OneFamilyLinkHandler::SlotHandler_t * slot_mother = child_to_family_link_handler->getSlotMother(); |
|
|
if (slot_mother != 0) |
|
|
_goto_mother->button_release_event.connect(*slot_mother); |
|
| 31 |
setFamilyLinkNote(*OneChildToFamilyLinkNote); |
setFamilyLinkNote(*OneChildToFamilyLinkNote); |
| 32 |
return; |
return; |
| 33 |
} |
} |