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

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

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

revision 1.3 by cpcp, Sun Feb 23 17:59:22 2003 UTC revision 1.4 by cpcp, Sun Feb 23 21:34:45 2003 UTC
# Line 48  public: Line 48  public:
48    class OneChildToFamilyLink *  addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0<void> * slot_father = 0, SigC::Slot0<void> * slot_mother = 0 );    class OneChildToFamilyLink *  addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0<void> * slot_father = 0, SigC::Slot0<void> * slot_mother = 0 );
49    friend class MMIChildToFamilyLink_glade;    friend class MMIChildToFamilyLink_glade;
50    SigC::Signal0<void> &FamilyAdded(void);    SigC::Signal0<void> &FamilyAdded(void);
51      SigC::Signal1<void, int> &FamilyDeleted(void);
52    
53  private:  private:
54    SigC::Signal0<void> _family_added;    SigC::Signal0<void> _family_added;
55      SigC::Signal1<void, int> _family_deleted;
56    int _cpt_family;    int _cpt_family;
57    int button_pressed(GdkEventButton *);    int button_pressed(GdkEventButton *);
58    void menu_add_activated(void);    void menu_add_activated(void);

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

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