| 50 |
void on_BirthPlace_changed(void); |
void on_BirthPlace_changed(void); |
| 51 |
void on_DeathPlace_changed(void); |
void on_DeathPlace_changed(void); |
| 52 |
void loadEventList(void); |
void loadEventList(void); |
| 53 |
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; |
void getEventsChanges(GEDCOMParser::IndividualEvent const * const event, std::string * const date_old_value, std::string * const place_old_value) const; |
| 54 |
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); |
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, GEDCOMParser::IndividualEvent::enumIndividualEvents event_type); |
| 55 |
bool _during_load; |
bool _during_load; |
| 56 |
}; |
}; |
| 57 |
}; |
}; |