/[ghosts]/ghosts/gedcomviewer/src/MMIglade/src/OneChildToFamilyLink.cc
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/MMIglade/src/OneChildToFamilyLink.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by cpcp, Sun Mar 2 18:20:33 2003 UTC revision 1.5 by cpcp, Wed Mar 26 10:37:36 2003 UTC
# Line 27  OneChildToFamilyLink::OneChildToFamilyLi Line 27  OneChildToFamilyLink::OneChildToFamilyLi
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  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26