/[ghosts]/ghosts/gedcomviewer/src/MMIglade/src/MMISpouseToFamilyLink.hh
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/MMIglade/src/MMISpouseToFamilyLink.hh

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

revision 1.2 by cpcp, Tue Nov 12 21:25:22 2002 UTC revision 1.3 by cpcp, Mon Feb 24 21:26:19 2003 UTC
# Line 31  Line 31 
31  // if you didn't make any modifications to the widget  // if you didn't make any modifications to the widget
32    
33  #ifndef _MMISPOUSETOFAMILYLINK_HH  #ifndef _MMISPOUSETOFAMILYLINK_HH
34  #  include "MMISpouseToFamilyLink_glade.hh"  #include "MMIFamilyLink.hh"
35  #  define _MMISPOUSETOFAMILYLINK_HH  #  define _MMISPOUSETOFAMILYLINK_HH
36  #include "glademm_support.hh"  #include "glademm_support.hh"
37  #include "OneSpouseToFamilyLink.hh"  #include "OneSpouseToFamilyLink.hh"
38    
39  class MMISpouseToFamilyLink : public MMISpouseToFamilyLink_glade  class MMISpouseToFamilyLink : public MMIFamilyLink
40  {    {  
41  public:      public:    
   friend class MMISpouseToFamilyLink_glade;  
42    MMISpouseToFamilyLink(void);    MMISpouseToFamilyLink(void);
   void Clear(void);  
43    class OneSpouseToFamilyLink * addSpouseToFamilyLink(std::string const &union_date,    class OneSpouseToFamilyLink * addSpouseToFamilyLink(std::string const &union_date,
44                               std::string const &union_place,                               std::string const &union_place,
45                               std::string const &husband,                               std::string const &husband,
# Line 51  public: Line 49  public:
49                               SigC::Slot0<void> * slot_wife,                               SigC::Slot0<void> * slot_wife,
50                               std::vector< SigC::Slot0<void> * > slot_children);                               std::vector< SigC::Slot0<void> * > slot_children);
51  private:  private:
52    int _cpt_family;    virtual void menu_add_activated(void);
   
53  };  };
54  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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