| 32 |
#include "widgets/WidgetNote.hh" |
#include "widgets/WidgetNote.hh" |
| 33 |
#include "GEDCOMParser/SpouseToFamilyLink.hh" |
#include "GEDCOMParser/SpouseToFamilyLink.hh" |
| 34 |
#include "GEDCOMParser/IndividualRecord.hh" |
#include "GEDCOMParser/IndividualRecord.hh" |
| 35 |
|
#include "OneFamilyLinkHandler.hh" |
| 36 |
#include <sigc++/object.h> |
#include <sigc++/object.h> |
| 37 |
|
|
| 38 |
namespace BakeryGateway { |
namespace BakeryGateway { |
| 45 |
ViewSpouseToFamilyLink(MMISpouseToFamilyLink *); |
ViewSpouseToFamilyLink(MMISpouseToFamilyLink *); |
| 46 |
~ViewSpouseToFamilyLink(); |
~ViewSpouseToFamilyLink(); |
| 47 |
virtual void load_from_document(); |
virtual void load_from_document(); |
|
virtual void Navigate(std::string const * key); |
|
| 48 |
private: |
private: |
| 49 |
|
OneFamilyLinkHandler::ReturnHandler_t ButtonPressed(GdkEventButton * event, std::string const * key); |
| 50 |
MMISpouseToFamilyLink * _mmi_spousetofamilylink; |
MMISpouseToFamilyLink * _mmi_spousetofamilylink; |
| 51 |
std::string get_name_individual(GEDCOMParser::IndividualRecords_t const &individuals, std::string const &individual_id) const; |
std::string get_name_individual(GEDCOMParser::IndividualRecords_t const &individuals, std::string const &individual_id) const; |
| 52 |
}; |
}; |