]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index 5881936dc3c764360bcafa62523e9975078d10c2..cea3b745dc810773fd831809b637304505654aa4 100644 (file)
@@ -14,8 +14,9 @@
 #include "interfToolsSpreadPanel.h"
 #include "interfSegmentationMenu.h"
 #include "interfMenuBar.h"
-#include "interfSegmentationPanels.h"
 #include "interfToolsPanels.h"
+#include "interfSegmentationPanels.h"
+#include "interfImageToolsMenu.h"
 
 #include <wx/treebook.h>
 #include <wx/sizer.h>
@@ -133,6 +134,7 @@ public:
        void onMirrorAxisHide();
        void onMirrorChangeWidth(int width);
        void onThresholdPressed();
+       void onColorLayerImagePressed();
        void setLabelSegmentationPanelVTK(wxString tmpString);
        void onSegmentationPressed();
        void onSegmentationPressedITK();
@@ -209,6 +211,7 @@ private:
        wxPanel* menubar3;
        wxPanel* menubar4;
        wxPanel* menubar5;
+       wxPanel* menubar6;
 
        wxWindow* currentWindow;
        wxSplitterWindow* splitterwindow;
@@ -240,6 +243,7 @@ private:
        wxStaticText* statictext3;
        wxStaticText* statictext4;
        wxStaticText* statictext5;
+       wxStaticText* statictext6;
 
        std::string PANEL;
        std::string PANEL1;
@@ -247,24 +251,25 @@ private:
        std::string PANEL3;
        std::string PANEL4;
        std::string PANEL5;
-
-       wxPanel* segmentPanel;
-       wxPanel* segmentationPanel;
-       wxPanel* segmentPanelITK;
-       wxPanel* configPanel;
-       wxPanel* spreadPanel;
-       interfSpreadPanel* panelSpread;
-       wxWindow* infoWin;
-       wxPanel* informationPanel;
+       std::string PANEL6;
+
+       wxPanel                         *segmentPanel;
+       wxPanel                         *segmentationPanel;
+       wxPanel                         *segmentPanelITK;
+       wxPanel                         *configPanel;
+       wxPanel                         *spreadPanel;
+       interfSpreadPanel       *panelSpread;
+       wxWindow                        *infoWin;
+       wxPanel                         *informationPanel;
        
-       wxPanel *testPanel;
-       interfTestPanel *panelTest;
-
-       wxPanel* mirrorPanel;
-       interfMirrorPanel* panelMirror; 
+       wxPanel                         *testPanel;
+       interfTestPanel         *panelTest;
 
+       wxPanel                         *mirrorPanel;
+       interfMirrorPanel       *panelMirror;   
 
-       wxPanel* thresholdPanel;
+       wxPanel                         *thresholdPanel;
+       wxPanel                         *colorImageLayerPanel;
        
        bool axisshown;
        bool refLineShown;