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

Diff of /ghosts/gedcomviewer/src/MMIglade/src/OneSpouseToFamilyLinkHandler.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 35  public: Line 35  public:
35                                 std::string const &husband,                                 std::string const &husband,
36                                 std::string const &wife,                                 std::string const &wife,
37                                 std::vector < std::string > const &children,                                 std::vector < std::string > const &children,
38                                 OneFamilyLinkHandler::SlotHandler_t * slot_husband,                                 OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_husband,
39                                 OneFamilyLinkHandler::SlotHandler_t * slot_wife,                                 OneFamilyLinkHandler::NavigationSlotHandler_t * navigation_slot_wife,
40                                 std::vector< OneFamilyLinkHandler::SlotHandler_t * > slots_children);                                 OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_husband,
41                                   OneFamilyLinkHandler::PopdownLinkEditionSlotHandler_t * popdownlinkedition_slot_wife,
42                                   std::vector< OneFamilyLinkHandler::NavigationSlotHandler_t * > navigation_slots_children);
43    std::string const &getUnionDate(void) const;    std::string const &getUnionDate(void) const;
44    std::string const &getUnionPlace(void) const;    std::string const &getUnionPlace(void) const;
   std::string const &getHusband(void) const;  
   std::string const &getWife(void) const;  
45    std::vector < std::string > const &getChildren(void) const;    std::vector < std::string > const &getChildren(void) const;
46    OneFamilyLinkHandler::SlotHandler_t * getSlotHusband(void) const;    std::vector< OneFamilyLinkHandler::NavigationSlotHandler_t * >  const &getNavigationSlotsChildren(void) const;
   OneFamilyLinkHandler::SlotHandler_t * getSlotWife(void) const;  
   std::vector< OneFamilyLinkHandler::SlotHandler_t * >  const &getSlotsChildren(void) const;  
47  private:  private:
48    std::string _union_date;    std::string _union_date;
49    std::string _union_place;    std::string _union_place;
   std::string _husband;  
   std::string _wife;  
50    std::vector < std::string > _children;    std::vector < std::string > _children;
51    OneFamilyLinkHandler::SlotHandler_t * _slot_husband;    std::vector< OneFamilyLinkHandler::NavigationSlotHandler_t * > _navigation_slots_children;
   OneFamilyLinkHandler::SlotHandler_t * _slot_wife;  
   std::vector< OneFamilyLinkHandler::SlotHandler_t * > _slots_children;  
52  };  };
53    
54  #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