// 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 MMISpouseToFamilyLink.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 _MMISPOUSETOFAMILYLINK_HH # include "MMISpouseToFamilyLink_glade.hh" # define _MMISPOUSETOFAMILYLINK_HH #include "glademm_support.hh" #include "OneSpouseToFamilyLink.hh" class MMISpouseToFamilyLink : public MMISpouseToFamilyLink_glade { public: friend class MMISpouseToFamilyLink_glade; MMISpouseToFamilyLink(void); void Clear(void); class OneSpouseToFamilyLink * addSpouseToFamilyLink(std::string const &union_date, std::string const &union_place, std::string const &husband, std::string const &wife, std::vector < std::string > const &children, SigC::Slot0 * slot_husband, SigC::Slot0 * slot_wife, std::vector< SigC::Slot0 * > slot_children); private: int _cpt_family; }; #endif