~ubuntu-branches/ubuntu/raring/ginkgocadx/raring-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/export/parametrosprincipales.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-12-18 16:00:58 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20111218160058-cp2bd59yhcfwjs0s
Tags: 2.6.0.0-1
* New upstream version (refreshed patches)
* debian/copyright: Added Upstream-Contact
* debian/control: * s/libmysqlclient16/libmysqlclient-dev/ in
  Build-Deps (Thanks for the patch to Micah Gersten <micahg@ubuntu.com>)
  Closes: #652529

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: parametrosprincipales.h 4333 2011-10-25 12:01:02Z tovar $
 
3
 *  $Id: parametrosprincipales.h 4404 2011-11-15 09:41:03Z tovar $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
57
57
 
58
58
                                void OnCheckInstituciones(wxCommandEvent &event);
59
59
 
 
60
                                void OnCheckPhysician(wxCommandEvent &event);
 
61
 
60
62
                                void OnCheckComentarios(wxCommandEvent &event);
61
63
 
62
64
                                void Anonimizar(std::string& clave, bool anonimizar);
68
70
 
69
71
                                bool Seleccionardirectorio();
70
72
 
71
 
 
72
 
                        //region "Metodos heredados de IPasoWizard"
73
 
                                virtual void Attach(wxSizer *sizer);
74
 
 
75
 
                                virtual void Detach(wxSizer *sizer);
76
 
 
77
73
                                virtual std::string GetTitle();
78
74
 
79
75
                                virtual std::string GetSubTitle();