/[ghosts]/ghosts/gedcomviewer/src/MMIglade/src/OneChildToFamilyLinkHandler.hh
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/MMIglade/src/OneChildToFamilyLinkHandler.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cpcp, Sun Mar 2 14:39:23 2003 UTC revision 1.2 by cpcp, Wed Mar 26 10:37:36 2003 UTC
# Line 32  class OneChildToFamilyLinkHandler : publ Line 32  class OneChildToFamilyLinkHandler : publ
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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26