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

Diff of /ghosts/gedcomviewer/src/BakeryGateway/ViewIndividualEvents.hh

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

revision 1.3 by cpcp, Sun Feb 9 20:13:24 2003 UTC revision 1.4 by cpcp, Tue Feb 11 21:09:51 2003 UTC
# Line 47  namespace BakeryGateway { Line 47  namespace BakeryGateway {
47      MMIIndividualEvents * _mmi_individual_events;      MMIIndividualEvents * _mmi_individual_events;
48      void on_BirthDate_changed(void);      void on_BirthDate_changed(void);
49      void on_DeathDate_changed(void);      void on_DeathDate_changed(void);
50        void on_BirthPlace_changed(void);
51        void on_DeathPlace_changed(void);
52      void loadEventList(void);      void loadEventList(void);
53      void getEventsChanges(GEDCOMParser::IndividualEvent const * const event, std::string * const old_value, bool * const event_exists, bool * const eventdetail_exists) const;      void getEventsChanges(GEDCOMParser::IndividualEvent const * const event, std::string * const date_old_value, std::string * const place_old_value, bool * const event_exists, bool * const eventdetail_exists, bool * const place_exists) const;
54      void setEventsChanges(std::string const &new_value, std::string const &old_value, bool event_flag, bool eventdetail_flag, GEDCOMParser::IndividualEvent::enumIndividualEvents event_type);      void setEventsChanges(std::string const &date_new_value, std::string const &date_old_value, std::string const &place_new_value, std::string const &place_old_value, bool event_flag, bool eventdetail_flag, bool place_flag, GEDCOMParser::IndividualEvent::enumIndividualEvents event_type);
55      bool _during_load;      bool _during_load;
56    };    };
57  };  };

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