/[ghosts]/ghosts/gedcomviewer/src/BakeryGateway/ViewChildToFamilyLink.hh
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/BakeryGateway/ViewChildToFamilyLink.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:44 2003 UTC
# Line 43  namespace BakeryGateway { Line 43  namespace BakeryGateway {
43      ViewChildToFamilyLink(MMIChildToFamilyLink *);      ViewChildToFamilyLink(MMIChildToFamilyLink *);
44      ~ViewChildToFamilyLink();      ~ViewChildToFamilyLink();
45      virtual void load_from_document();      virtual void load_from_document();
46        virtual void save_to_document();
47      virtual void Navigate(std::string const * key);      virtual void Navigate(std::string const * key);
48    private:    private:
49      MMIChildToFamilyLink * _mmi_childtofamilylink;      MMIChildToFamilyLink * _mmi_childtofamilylink;
50      std::string get_name_individual(GEDCOMParser::IndividualRecords_t const &individuals, std::string const &individual_id) const;      std::string get_name_individual(GEDCOMParser::IndividualRecords_t const &individuals, std::string const &individual_id) const;
51      void family_added(void);      void family_added(void);
52        void family_deleted(int family_index);
53        bool _during_load;
54    };    };
55  };  };
56  #endif  #endif

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