| 25 |
#define _ONECHILDTOFAMILYLINKHANDLER_HH_ |
#define _ONECHILDTOFAMILYLINKHANDLER_HH_ |
| 26 |
|
|
| 27 |
#include "OneFamilyLinkHandler.hh" |
#include "OneFamilyLinkHandler.hh" |
|
#include <string> |
|
| 28 |
|
|
| 29 |
class OneChildToFamilyLinkHandler : public OneFamilyLinkHandler |
class OneChildToFamilyLinkHandler : public OneFamilyLinkHandler |
| 30 |
{ |
{ |
| 31 |
public: |
public: |
| 32 |
OneChildToFamilyLinkHandler(std::string const &father, |
OneChildToFamilyLinkHandler(FamilyMemberHandler const &man_handler, |
| 33 |
std::string const &mother, |
FamilyMemberHandler const &woman_handler) : |
| 34 |
OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_father, |
OneFamilyLinkHandler(man_handler, |
| 35 |
OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_mother, |
woman_handler) |
| 36 |
OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_father, |
{}; |
|
OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_mother |
|
|
); |
|
|
private: |
|
| 37 |
}; |
}; |
| 38 |
|
|
| 39 |
#endif |
#endif |