]> Creatis software - creaContours.git/blob - lib/Interface_Icons_NDimensions/interfMainPanel.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
1 #pragma once
2
3 #include <wx/wx.h>
4 //#include "wxContourEventHandler.h"
5
6 #include "interfNewContourMenu.h"
7 #include "interfIOMenu.h"
8 #include "interfEditMenu.h"
9 #include "interfDeleteMenu.h"
10 #include "interfToolsMenu.h"
11 #include "interfToolsSpreadPanel.h"
12 #include "interfSegmentationMenu.h"
13 #include "interfMenuBar.h"
14 #include "interfSegmentationPanels.h"
15 #include "interfToolsPanels.h"
16
17 #include <wx/treebook.h>
18 #include <wx/sizer.h>
19 #include <wx/button.h>
20 #include <wx/stattext.h>
21 #include <wx/splitter.h>
22 #include <wx/statline.h>
23
24 #include "vtkImageData.h"
25
26 class interfMainPanel : public wxPanel {
27
28 public:
29         
30         interfMainPanel(wxWindow * parent, int sizex, int sizey, wxEvtHandler * evtHandler, std::string datadir = "data/Icons");
31         ~interfMainPanel(void);
32
33         /**     This method should be called the first time by the parent class
34         **      in creates all the panels the first time
35         **/
36         static interfMainPanel* getInstance(wxWindow* parent, std::string datadir, wxEvtHandler * evtHandler=NULL );
37         /**     This method should be called the first time by the parent class
38         **      in creates all the panels the first time
39         **/
40         static interfMainPanel* getInstance(wxWindow* parent, wxEvtHandler * evtHandler=NULL);
41         /**
42         **      Gets the instance of the class
43         **/
44         static interfMainPanel* getInstance();
45
46
47         /**
48         **      Adds a new checkbox to the scrolledwindow using the checkboxsizer
49         **      @Params id of contour
50         **      
51         **/
52         void addContourCheckBox(std::string id);
53
54         /**
55         **      Removes a checkbox from the list of checkboxes in the flexsizer (checkboxsizer)
56         **      @Params id of contour
57         **      
58         **/
59         void removeContourCheckBox(std::string id);
60
61
62         /**
63         **      Responds to the events of the buttons, when the same panel is responsible for it. It gets the name
64         **      of the button corresponding to the method that has to be executed,
65         **      it uses attribute eventHandler to call the methods define by the application.
66         **      see setEventHandler(wxEventHandler*)
67         **/
68         void onActionButtonPressed1( wxCommandEvent& event );
69
70         /**
71         **      Shows the panel in the 
72         **/
73         void showPanel(wxWindow* panel);
74
75         /**
76         **      Hides the panel in the 
77         **/
78         void hidePanel( );
79
80         /**
81         **      Gets the Information panel
82         **/
83         wxPanel* getInfoPanel();
84         
85         /**
86         **      This methods connect the event in the class interfNewContourMenu with the world of the appli
87         **/
88         void onCreateContourSpline( );
89         void onCreateContourRectangle( );
90         void onCreateContourCircle( );
91         void onCreateContourLine( );
92         void onCreateContoursBullEye(wxPanel* panBull);
93         /////////////////////////////////
94         void onDeleteContour();
95         void onDeleteContoursActSlice();
96         void onDeleteAllContours();
97         /////////////////////////
98         void onCopy();
99         void onPaste();
100         void onUndo();
101         void onRedo();
102
103         //////////////////////////
104         void onLoad();
105         void onSave();
106 /////////////////////////////7
107         void RefreshInterface();
108
109         vtkImageData* getImageData();
110
111         void onSegmentationOneSlice(int isovalue,int sampling,int method);
112
113         int GetImageDataSizeZ();
114
115         void GetImageDataRange(double *range);
116
117         void onSegmentationAllSlice(int minZ,int maxZ,int isovalue,int sampling,int method);
118
119         void onMirror();
120
121         void setLabelSegmentationPanelVTK(wxString tmpString);
122
123         void onSegmentationPressed();
124
125         void onSegmentationPressedITK();
126
127         void onRigidPressed();
128
129         void onWidthOfContour(double width);
130
131         int getColorWindow();
132         int getWindowLevel();
133
134         void onBrigthnessColorWindowLevel(int colorwindow,int windowlevel);
135
136         void onInterpolation(bool interpolate);
137
138         void onSpreadPressed();
139
140         void onConfigurationPressed();
141
142         void resetAppend();
143
144         void onSpreadAdd();
145
146         void appendStringSpread(std::string val);
147
148         void onSpreadGo(int type);
149
150         void setStringSpread(std::string stringtemp);
151
152         void onInformationPressed();
153
154         
155         void getInstantVector(std::vector<int>& tempVector);
156
157         std::vector<std::string> getOutlinesName(int slide);
158
159         void onInformationContourLabels(int typeContourGroup,int selection,int minZ,int maxZ);
160
161         void setStringInfoPanel(wxString tmpString);    
162
163         void setRowLabelInfoPanel(int z, wxString tempString);
164
165         int getNumberColsInformationPanel();
166         
167         void appendColsInformationPanel(int _numberOfVariablesStatistics);
168
169         void setCellValueInfoPanel(int z,int tmpIntA,wxString tempString);
170
171         void setColLableInfoPanel(int tmpIntB ,wxString tmpTitleString);
172
173         void onSaveResults(std::string directory,std::string namefile, std::string filename,int typeContourGroup);
174
175         wxString getCellValue(int j,int i);
176
177         void onSnakePressed();
178
179         void onMirrorPressed();
180
181 private:
182         
183
184         static interfMainPanel* interfmainpanel;
185
186
187         wxPanel* menubar;
188         wxPanel* menubar1;
189         wxPanel* menubar2;
190         wxPanel* menubar3;
191         wxPanel* menubar4;
192         wxPanel* menubar5;
193
194         wxWindow* currentWindow;
195         wxSplitterWindow* splitterwindow;
196
197         wxPanel* infoPanel;
198
199         wxStaticText* statictext;
200         wxStaticText* statictext1;
201         wxStaticText* statictext2;
202         wxStaticText* statictext3;
203         wxStaticText* statictext4;
204         wxStaticText* statictext5;
205
206         std::string PANEL;
207         std::string PANEL1;
208         std::string PANEL2;
209         std::string PANEL3;
210         std::string PANEL4;
211         std::string PANEL5;
212
213         wxPanel* segmentPanel;
214         wxPanel* segmentationPanel;
215         wxPanel* segmentPanelITK;
216         wxPanel* configPanel;
217         wxPanel* spreadPanel;
218         interfSpreadPanel* panelSpread;
219         wxPanel* mirrorPanel;
220         interfMirrorPanel* panelMirror; 
221         wxWindow* infoWin;
222         wxPanel* informationPanel;
223
224         bool axisshown;
225         bool refLineShown;
226         
227         //This attribute contains the panel in charge of adding and removing the corresponding checkboxes in
228         //list of contours
229         interfToolsSpreadPanel* toolspread;
230
231         /**
232         **      This method initializes the tools panel, with the bar and the panel where the contours can be added
233         **      and removed.
234         **      @params size of the buttons panel
235         **      @params sizey of the buttons panel
236         **      @params evtHandler this is the class in charge of responding to the events of the buttons
237         **/
238         wxPanel* initializeToolsPanel(wxWindow* parent, int sizex, int sizey, wxEvtHandler * evtHandler);
239
240         /**
241         **      initialize a statictext component of the interface
242         **/
243         wxStaticText* getText(wxWindow* parent, std::string nom);
244         /**
245         ** initializes a button with data
246         **/
247         wxButton* getButton(wxWindow* parent);
248         /**
249         ** Puts the panel button and the text int the sizer
250         **/
251         wxPanel* setMenuTextSizer(wxWindow* parent, wxPanel* panel, wxStaticText* text);
252
253         
254 };