Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by cpcp, Tue Nov 12 21:25:22 2002 UTC | revision 1.3 by cpcp, Sun Feb 9 20:13:24 2003 UTC | |
|---|---|---|
| # | Line 47 public: | Line 47 public: |
| 47 | void setDeathPlace(std::string const &); | void setDeathPlace(std::string const &); |
| 48 | void clearEvents(void); | void clearEvents(void); |
| 49 | void addEvent(std::vector<std::string> const &); | void addEvent(std::vector<std::string> const &); |
| 50 | std::string const getBirthDate(void) const; | |
| 51 | Gtk::Entry * const getBirthDateWidget(void); | |
| 52 | std::string const getDeathDate(void) const; | |
| 53 | Gtk::Entry * const getDeathDateWidget(void); | |
| 54 | ||
| 55 | }; | }; |
| 56 | #endif | #endif |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |