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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/acquisition/dialogoadquisicionbase.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!
12
12
 
13
13
class BodyPanel;
14
14
class FooterPanel;
15
 
class GinkgoBoxPanel;
16
 
class GinkgoGauge;
17
15
class HeaderPanel;
18
16
class TitledPanel;
19
17
class wxTreeListCtrlAcquisition;
20
18
 
21
 
#include "wx/ginkgostyle/ginkgostyle.h"
22
19
#include <wx/panel.h>
23
20
#include <wx/gdicmn.h>
24
21
#include <wx/font.h>
41
38
#include <wx/link_additions.h>
42
39
#endif //__VISUALC__
43
40
#include <wx/button.h>
44
 
#include <wx/notebook.h>
45
41
#include <wx/dialog.h>
46
42
#include <wx/listbox.h>
47
 
#include <wx/scrolwin.h>
48
43
 
49
44
#include "wxtreelistctrlacquisition.h"
50
45
 
62
57
                wxBoxSizer* m_pMainSizer;
63
58
                HeaderPanel* m_pHeader;
64
59
                BodyPanel* m_pBodyPanel;
65
 
                wxNotebook* m_notebook1;
66
 
                wxPanel* m_pPanelSearch;
67
60
                TitledPanel* m_pPanelPACS;
68
61
                wxStaticText* m_pPatientLabelStr;
69
62
                wxComboBox* m_pFieldCombo;
86
79
                wxGridSizer* m_pModalitySizer;
87
80
                wxTreeListCtrlAcquisition* m_pTreeListResultados;
88
81
                
 
82
                wxButton* m_pBLink;
89
83
                wxButton* m_pBDescargar;
90
 
                wxPanel* m_pZonaDescargas;
91
84
                FooterPanel* m_pFooter;
92
85
                
93
86
                wxButton* m_pBotonClose;
101
94
                virtual void OnPACSChanged( wxCommandEvent& event ) { event.Skip(); }
102
95
                virtual void OnFechaDesdeDateChanged( wxDateEvent& event ) { event.Skip(); }
103
96
                virtual void OnFechaHastaDateChanged( wxDateEvent& event ) { event.Skip(); }
 
97
                virtual void OnLinkClick( wxCommandEvent& event ) { event.Skip(); }
104
98
                virtual void OnDescargarClick( wxCommandEvent& event ) { event.Skip(); }
105
99
                virtual void OnCloseClick( wxCommandEvent& event ) { event.Skip(); }
106
100
                
107
101
        
108
102
        public:
109
103
                
110
 
                DialogoAdquisicionBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("DICOM Query/Retrieve"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 867,575 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
 
104
                DialogoAdquisicionBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("DICOM Query/Retrieve"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 950,575 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
111
105
                ~DialogoAdquisicionBase();
112
106
        
113
107
};
139
133
};
140
134
 
141
135
///////////////////////////////////////////////////////////////////////////////
142
 
/// Class DownloadElementPanelBase
143
 
///////////////////////////////////////////////////////////////////////////////
144
 
class DownloadElementPanelBase : public GinkgoBoxPanel
145
 
{
146
 
        private:
147
 
        
148
 
        protected:
149
 
                wxStaticText* m_pLabelPatient;
150
 
                wxStaticText* m_pLabelStudy;
151
 
                
152
 
                wxBoxSizer* m_pSizerStatus;
153
 
                GinkgoGauge* m_pGinkgoProgress;
154
 
                wxButton* m_pButtonOpen;
155
 
                wxButton* m_pButtonDelete;
156
 
                
157
 
                
158
 
                // Virtual event handlers, overide them in your derived class
159
 
                virtual void OnOpenDownload( wxCommandEvent& event ) { event.Skip(); }
160
 
                virtual void OnDeleteDownload( wxCommandEvent& event ) { event.Skip(); }
161
 
                
162
 
        
163
 
        public:
164
 
                
165
 
                DownloadElementPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
166
 
                ~DownloadElementPanelBase();
167
 
        
168
 
};
169
 
 
170
 
///////////////////////////////////////////////////////////////////////////////
171
 
/// Class DownloadElementContainerPanelBase
172
 
///////////////////////////////////////////////////////////////////////////////
173
 
class DownloadElementContainerPanelBase : public TitledPanel
174
 
{
175
 
        private:
176
 
        
177
 
        protected:
178
 
                wxScrolledWindow* m_pScrolledWindow;
179
 
                FooterPanel* m_pFooter;
180
 
                
181
 
                wxButton* m_pButtonRemoveFinished;
182
 
                
183
 
                // Virtual event handlers, overide them in your derived class
184
 
                virtual void OnRemoveFinished( wxCommandEvent& event ) { event.Skip(); }
185
 
                
186
 
        
187
 
        public:
188
 
                
189
 
                DownloadElementContainerPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL );
190
 
                ~DownloadElementContainerPanelBase();
 
136
/// Class DownloadAgainDialogBase
 
137
///////////////////////////////////////////////////////////////////////////////
 
138
class DownloadAgainDialogBase : public wxDialog 
 
139
{
 
140
        private:
 
141
        
 
142
        protected:
 
143
                HeaderPanel* m_pHeader;
 
144
                BodyPanel* m_pBody;
 
145
                TitledPanel* m_pFormPanel;
 
146
                wxStaticText* m_pLabelMessage;
 
147
                FooterPanel* m_panel6;
 
148
                
 
149
                wxButton* m_button9;
 
150
                wxButton* m_pButtonOk;
 
151
                wxButton* m_pBotonCancelar;
 
152
                
 
153
                // Virtual event handlers, overide them in your derived class
 
154
                virtual void OnOpenClick( wxCommandEvent& event ) { event.Skip(); }
 
155
                
 
156
        
 
157
        public:
 
158
                
 
159
                DownloadAgainDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Download again"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
160
                ~DownloadAgainDialogBase();
191
161
        
192
162
};
193
163