| 32 |
public: |
public: |
| 33 |
OneChildToFamilyLinkHandler(std::string const &father, |
OneChildToFamilyLinkHandler(std::string const &father, |
| 34 |
std::string const &mother, |
std::string const &mother, |
| 35 |
OneFamilyLinkHandler::SlotHandler_t * slot_father, |
OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_father, |
| 36 |
OneFamilyLinkHandler::SlotHandler_t * slot_mother |
OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_mother, |
| 37 |
|
OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_father, |
| 38 |
|
OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_mother |
| 39 |
); |
); |
|
std::string const &getFather(void) const; |
|
|
std::string const &getMother(void) const; |
|
|
OneFamilyLinkHandler::SlotHandler_t * getSlotFather(void) const; |
|
|
OneFamilyLinkHandler::SlotHandler_t * getSlotMother(void) const; |
|
| 40 |
private: |
private: |
|
std::string _father; |
|
|
std::string _mother; |
|
|
OneFamilyLinkHandler::SlotHandler_t * _slot_father; |
|
|
OneFamilyLinkHandler::SlotHandler_t * _slot_mother; |
|
|
|
|
| 41 |
}; |
}; |
| 42 |
|
|
| 43 |
#endif |
#endif |