~ubuntu-branches/ubuntu/trusty/ginkgocadx/trusty

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/anonymize/anonymizepanelbase.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-07-21 11:58:53 UTC
  • mfrom: (7.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20130721115853-44e7n1xujqglu78e
Tags: 3.4.0.928.29+dfsg-1
* New upstream release [July 2013]
  + new B-D: "libjsoncpp-dev".
  + new patch "unbundle-libjsoncpp.patch" to avoid building bundled
    "libjsoncpp-dev".
  + new patch "fix-wx.patch" to avoid FTBFS due to missing
    "-lwx_gtk2u_html-2.8".
* Removed unnecessary versioned Build-Depends.
* Removed obsolete lintian override.
* Reference get-orig-source implementation for orig.tar clean-up and
  DFSG-repackaging.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version May  4 2010)
 
2
// C++ code generated with wxFormBuilder (version Sep  8 2010)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
16
16
class SubTitledPanel;
17
17
class SubTitledPanelSeparatorV;
18
18
 
19
 
#include <wx/panel.h>
 
19
#include <wx/string.h>
 
20
#include <wx/checkbox.h>
20
21
#include <wx/gdicmn.h>
21
22
#include <wx/font.h>
22
23
#include <wx/colour.h>
23
24
#include <wx/settings.h>
24
 
#include <wx/string.h>
25
 
#include <wx/checkbox.h>
26
25
#include <wx/sizer.h>
 
26
#include <wx/panel.h>
27
27
#include <wx/propgrid/propgrid.h>
28
28
#include <wx/propgrid/advprops.h>
29
29
#ifdef __VISUALC__
40
40
        {
41
41
                
42
42
                ///////////////////////////////////////////////////////////////////////////////
43
 
                /// Class AnonymizeDialogBase
 
43
                /// Class AnonymizePanelBase
44
44
                ///////////////////////////////////////////////////////////////////////////////
45
 
                class AnonymizeDialogBase : public wxDialog 
 
45
                class AnonymizePanelBase : public wxPanel 
46
46
                {
47
47
                        private:
48
48
                        
49
49
                        protected:
50
 
                                HeaderPanel* m_pHeader;
51
 
                                BodyPanel* m_pBody;
52
50
                                SubTitledPanel* m_pPanelCampos;
53
51
                                wxCheckBox* m_pCheckNombrePaciente;
54
52
                                wxCheckBox* m_pCheckIdPaciente;
59
57
                                SubTitledPanelSeparatorV* m_panel5;
60
58
                                SubTitledPanel* m_pTagsPanel;
61
59
                                wxPropertyGrid* m_pTagsList;
62
 
                                FooterPanel* m_pFooter;
63
 
                                
64
 
                                wxButton* m_pOverwrite;
65
 
                                wxButton* m_pCreateNew;
66
 
                                wxButton* m_pCancel;
67
60
                                
68
61
                                // Virtual event handlers, overide them in your derived class
69
62
                                virtual void OnCheckNombreApellidos( wxCommandEvent& event ) { event.Skip(); }
71
64
                                virtual void OnCheckInstituciones( wxCommandEvent& event ) { event.Skip(); }
72
65
                                virtual void OnCheckPhysician( wxCommandEvent& event ) { event.Skip(); }
73
66
                                virtual void OnCheckComentarios( wxCommandEvent& event ) { event.Skip(); }
 
67
                                
 
68
                        
 
69
                        public:
 
70
                                
 
71
                                AnonymizePanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL );
 
72
                                ~AnonymizePanelBase();
 
73
                        
 
74
                };
 
75
                
 
76
                ///////////////////////////////////////////////////////////////////////////////
 
77
                /// Class AnonymizeDialogBase
 
78
                ///////////////////////////////////////////////////////////////////////////////
 
79
                class AnonymizeDialogBase : public wxDialog 
 
80
                {
 
81
                        private:
 
82
                        
 
83
                        protected:
 
84
                                HeaderPanel* m_pHeader;
 
85
                                BodyPanel* m_pBody;
 
86
                                FooterPanel* m_pFooter;
 
87
                                
 
88
                                wxButton* m_pOverwrite;
 
89
                                wxButton* m_pCreateNew;
 
90
                                wxButton* m_pCancel;
 
91
                                
 
92
                                // Virtual event handlers, overide them in your derived class
74
93
                                virtual void OnOverwriteClick( wxCommandEvent& event ) { event.Skip(); }
75
94
                                virtual void OnCreateNewClick( wxCommandEvent& event ) { event.Skip(); }
76
95
                                
77
96
                        
78
97
                        public:
 
98
                                wxBoxSizer* m_pBodySizer;
79
99
                                
80
100
                                AnonymizeDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Anonymize"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxCLOSE_BOX|wxMAXIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
81
101
                                ~AnonymizeDialogBase();