// generated 2002/6/2 15:13:30 CEST by free@m136.net195-132-170.noos.fr.localdomain // using glademm V0.6.4 // // newer (non customized) versions of this file go to OneChildToFamilyLink.cc_new // This file is for your program, I won't touch it again! #include "config.h" #include "OneChildToFamilyLink.hh" #include OneChildToFamilyLink::OneChildToFamilyLink(void) : OneChildToFamilyLink_glade(), MMIParentsFamilyNote(0) { return; } OneChildToFamilyLink::~OneChildToFamilyLink(void) { if (MMIParentsFamilyNote != 0) { MMIParentsFamilyNote->clear(); } return; } OneChildToFamilyLink::OneChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0 * slot_father, SigC::Slot0 * slot_mother ) : OneChildToFamilyLink_glade(), MMIParentsFamilyNote(0) { _father->set_text(father); _mother->set_text(mother); if (slot_father != 0) _goto_father->clicked.connect(*slot_father); if (slot_mother != 0) _goto_mother->clicked.connect(*slot_mother); return; }