| 49 |
void addEvent(std::vector<std::string> const &); |
void addEvent(std::vector<std::string> const &); |
| 50 |
std::string const getBirthDate(void) const; |
std::string const getBirthDate(void) const; |
| 51 |
Gtk::Entry * const getBirthDateWidget(void); |
Gtk::Entry * const getBirthDateWidget(void); |
| 52 |
|
std::string const getBirthPlace(void) const; |
| 53 |
|
Gtk::Entry * const getBirthPlaceWidget(void); |
| 54 |
std::string const getDeathDate(void) const; |
std::string const getDeathDate(void) const; |
| 55 |
Gtk::Entry * const getDeathDateWidget(void); |
Gtk::Entry * const getDeathDateWidget(void); |
| 56 |
|
std::string const getDeathPlace(void) const; |
| 57 |
|
Gtk::Entry * const getDeathPlaceWidget(void); |
| 58 |
}; |
}; |
| 59 |
#endif |
#endif |