// generated 2002/5/26 15:55:07 CEST by free@m127.net195-132-170.noos.fr.localdomain // using glademm V0.6.4 // // newer (non customized) versions of this file go to MMIChildToFamilyLink.hh_new // you might replace // class foo : public foo_glade { ... }; // by // typedef foo_glade foo; // if you didn't make any modifications to the widget #ifndef _MMICHILDTOFAMILYLINK_HH # include "MMIChildToFamilyLink_glade.hh" # define _MMICHILDTOFAMILYLINK_HH #include "glademm_support.hh" #include "OneChildToFamilyLink.hh" #include #include class MMIChildToFamilyLink : public MMIChildToFamilyLink_glade { public: MMIChildToFamilyLink(void); void Clear(void); class OneChildToFamilyLink * addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0 * slot_father = 0, SigC::Slot0 * slot_mother = 0 ); friend class MMIChildToFamilyLink_glade; private: int _cpt_family; }; #endif