| 55 |
return(_birth_date); |
return(_birth_date); |
| 56 |
} |
} |
| 57 |
|
|
| 58 |
|
std::string const MMIIndividualEvents::getBirthPlace(void) const |
| 59 |
|
{ |
| 60 |
|
return(BirthPlace->getEntryWidget()->get_text()); |
| 61 |
|
} |
| 62 |
|
|
| 63 |
|
Gtk::Entry * const MMIIndividualEvents::getBirthPlaceWidget(void) |
| 64 |
|
{ |
| 65 |
|
return(BirthPlace->getEntryWidget()); |
| 66 |
|
} |
| 67 |
|
|
| 68 |
std::string const MMIIndividualEvents::getDeathDate(void) const |
std::string const MMIIndividualEvents::getDeathDate(void) const |
| 69 |
{ |
{ |
| 70 |
return(_death_date->get_text()); |
return(_death_date->get_text()); |
| 74 |
{ |
{ |
| 75 |
return(_death_date); |
return(_death_date); |
| 76 |
} |
} |
| 77 |
|
|
| 78 |
|
std::string const MMIIndividualEvents::getDeathPlace(void) const |
| 79 |
|
{ |
| 80 |
|
return(DeathPlace->getEntryWidget()->get_text()); |
| 81 |
|
} |
| 82 |
|
|
| 83 |
|
Gtk::Entry * const MMIIndividualEvents::getDeathPlaceWidget(void) |
| 84 |
|
{ |
| 85 |
|
return(DeathPlace->getEntryWidget()); |
| 86 |
|
} |