~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« 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: 2014-01-09 07:37:09 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140109073709-rpuh5x3p3finvtze
Tags: 3.6.0.1228.33+dfsg-1
New upstream release [December 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version Sep  8 2010)
 
2
// C++ code generated with wxFormBuilder (version May  4 2010)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
15
15
class HeaderPanel;
16
16
class SubTitledPanel;
17
17
class SubTitledPanelSeparatorV;
 
18
class TitledPanel;
18
19
 
19
20
#include <wx/string.h>
20
21
#include <wx/checkbox.h>
31
32
#endif //__VISUALC__
32
33
#include <wx/button.h>
33
34
#include <wx/dialog.h>
 
35
#include <wx/choice.h>
 
36
#include <wx/stattext.h>
 
37
#include <wx/textctrl.h>
 
38
#include <wx/valgen.h>
34
39
 
35
40
///////////////////////////////////////////////////////////////////////////
36
41
 
54
59
                                wxCheckBox* m_pReferringPhysician;
55
60
                                wxCheckBox* m_pCheckComentarios;
56
61
                                wxCheckBox* m_pCheckAtributosPrivadosGinkgo;
 
62
                                
57
63
                                SubTitledPanelSeparatorV* m_panel5;
58
64
                                SubTitledPanel* m_pTagsPanel;
59
65
                                wxPropertyGrid* m_pTagsList;
 
66
                                wxButton* m_button4;
60
67
                                
61
68
                                // Virtual event handlers, overide them in your derived class
62
69
                                virtual void OnCheckNombreApellidos( wxCommandEvent& event ) { event.Skip(); }
64
71
                                virtual void OnCheckInstituciones( wxCommandEvent& event ) { event.Skip(); }
65
72
                                virtual void OnCheckPhysician( wxCommandEvent& event ) { event.Skip(); }
66
73
                                virtual void OnCheckComentarios( wxCommandEvent& event ) { event.Skip(); }
 
74
                                virtual void OnAddNewTag( wxCommandEvent& event ) { event.Skip(); }
67
75
                                
68
76
                        
69
77
                        public:
102
110
                        
103
111
                };
104
112
                
 
113
                ///////////////////////////////////////////////////////////////////////////////
 
114
                /// Class AnonymizeAddTagDialogBase
 
115
                ///////////////////////////////////////////////////////////////////////////////
 
116
                class AnonymizeAddTagDialogBase : public wxDialog 
 
117
                {
 
118
                        private:
 
119
                        
 
120
                        protected:
 
121
                                BodyPanel* m_pBody;
 
122
                                TitledPanel* m_pTitled;
 
123
                                wxChoice* m_pTag;
 
124
                                wxStaticText* m_staticText1;
 
125
                                wxStaticText* m_staticText2;
 
126
                                wxStaticText* m_staticText3;
 
127
                                wxTextCtrl* m_pTextGroup;
 
128
                                wxTextCtrl* m_pTextElement;
 
129
                                wxTextCtrl* m_pTextValue;
 
130
                                FooterPanel* m_pFooter;
 
131
                                
 
132
                                wxButton* m_button5;
 
133
                                wxButton* m_button6;
 
134
                                
 
135
                                // Virtual event handlers, overide them in your derived class
 
136
                                virtual void OnTagSelection( wxCommandEvent& event ) { event.Skip(); }
 
137
                                virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
 
138
                                
 
139
                        
 
140
                        public:
 
141
                                
 
142
                                AnonymizeAddTagDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Add DICOM tag"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 496,256 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
143
                                ~AnonymizeAddTagDialogBase();
 
144
                        
 
145
                };
 
146
                
105
147
        } // namespace GUI
106
148
} // namespace GNC
107
149