/[ghosts]/ghosts/gedcomviewer/src/BakeryGateway/ViewHeader.hh
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/BakeryGateway/ViewHeader.hh

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

revision 1.1 by cpcp, Tue Oct 1 15:08:30 2002 UTC revision 1.2 by cpcp, Tue Nov 12 21:25:22 2002 UTC
# Line 1  Line 1 
1    /**
2        Copyright 2002 Cyril Picard
3    
4        This file is part of the GEDCOMViewer tool
5        (developed within the Genealogy Free Software Tools project).
6    
7        The GEDCOMViewer tool is free software; you can redistribute it and/or modify
8        it under the terms of the GNU General Public License as published by
9        the Free Software Foundation; either version 2 of the License, or
10        (at your option) any later version.
11    
12        The GEDCOMViewer tool is distributed in the hope that it will be useful,
13        but WITHOUT ANY WARRANTY; without even the implied warranty of
14        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15        GNU General Public License for more details.
16    
17        You should have received a copy of the GNU General Public License
18        along with the GEDCOMViewer tool ; if not, write to the Free Software
19        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20    
21    **/
22  #ifndef _BAKERY_GATEWAY_VIEWHEADER_HH_  #ifndef _BAKERY_GATEWAY_VIEWHEADER_HH_
23  #define _BAKERY_GATEWAY_VIEWHEADER_HH_  #define _BAKERY_GATEWAY_VIEWHEADER_HH_
24    
25  #include "config.h"  #include "config.h"
26  #include "bakery/bakery.h"  #include "bakery/bakery.h"
27  #include "BakeryGateway/Document.hh"  #include "BakeryGateway/Document.hh"
28  #include "MMIHeader.hh"  #include "MMIHeaderDialog.hh"
29    
30  namespace BakeryGateway {  namespace BakeryGateway {
31    class ViewHeader : public Bakery::View < Document >    class ViewHeader : public Bakery::View < Document >
32    {    {
33    public:    public:
34      ViewHeader(MMIHeader *mmi);      ViewHeader(void);
35      virtual ~ViewHeader();      virtual ~ViewHeader();
36      virtual void load_from_document();      virtual void load_from_document();
37      virtual void save_to_document();      virtual void save_to_document();
38      MMIHeader * _mmi_header;      MMIHeaderDialog * const getMMI(void);
39      private:
40        MMIHeaderDialog  _mmi_header;
41    };    };
42  };  };
43    

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