| 31 |
// if you didn't make any modifications to the widget |
// if you didn't make any modifications to the widget |
| 32 |
|
|
| 33 |
#ifndef _MMISPOUSETOFAMILYLINK_HH |
#ifndef _MMISPOUSETOFAMILYLINK_HH |
| 34 |
# include "MMISpouseToFamilyLink_glade.hh" |
#include "MMIFamilyLink.hh" |
| 35 |
# define _MMISPOUSETOFAMILYLINK_HH |
# define _MMISPOUSETOFAMILYLINK_HH |
| 36 |
#include "glademm_support.hh" |
#include "glademm_support.hh" |
| 37 |
#include "OneSpouseToFamilyLink.hh" |
#include "OneSpouseToFamilyLink.hh" |
| 38 |
|
|
| 39 |
class MMISpouseToFamilyLink : public MMISpouseToFamilyLink_glade |
class MMISpouseToFamilyLink : public MMIFamilyLink |
| 40 |
{ |
{ |
| 41 |
public: |
public: |
|
friend class MMISpouseToFamilyLink_glade; |
|
| 42 |
MMISpouseToFamilyLink(void); |
MMISpouseToFamilyLink(void); |
|
void Clear(void); |
|
| 43 |
class OneSpouseToFamilyLink * addSpouseToFamilyLink(std::string const &union_date, |
class OneSpouseToFamilyLink * addSpouseToFamilyLink(std::string const &union_date, |
| 44 |
std::string const &union_place, |
std::string const &union_place, |
| 45 |
std::string const &husband, |
std::string const &husband, |
| 49 |
SigC::Slot0<void> * slot_wife, |
SigC::Slot0<void> * slot_wife, |
| 50 |
std::vector< SigC::Slot0<void> * > slot_children); |
std::vector< SigC::Slot0<void> * > slot_children); |
| 51 |
private: |
private: |
| 52 |
int _cpt_family; |
virtual void menu_add_activated(void); |
|
|
|
| 53 |
}; |
}; |
| 54 |
#endif |
#endif |