]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfSegmentationPanels.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfSegmentationPanels.h
index 72399b12d9415c94f42a4e2bc94da0393ccaab75..ad0055a37d645f403b6d2417b326abee68444f07 100644 (file)
@@ -89,9 +89,9 @@ private:
 
        wxSlider* _thickness;
 
-       void onAxisShow(wxCommandEvent& event);
+       bool _axisStatus;
 
-       void onAxisHide(wxCommandEvent& event);
+       void onAxisShow(wxCommandEvent& event);
 
        void onMirrorGo(wxCommandEvent& event);
 
@@ -101,37 +101,6 @@ private:
 };
 
 
-class interfThresholdPanel
-       : public wxPanel
-{
-public:
-       interfThresholdPanel(wxWindow * parent);                
-       ~interfThresholdPanel();
-       
-       void onThresholdStop();
-       void onThresholdInstantChange(int range[]);
-
-private:
-
-       mBarRange* _mBarThreshold;
-       wxSlider* _opacity;
-       bool _thresholdGo;
-       wxCheckBox* _interpolationCheckBox;     
-
-       void onThresholdChange(wxCommandEvent& event);
-
-       void onThresholdGo(wxCommandEvent& event);
-
-       void onThresholdRemove(wxCommandEvent& event);
-
-       void onThresholdInterpolation(wxCommandEvent& event);
-
-       void onChangeOpacity(wxScrollEvent& event);
-
-       DECLARE_EVENT_TABLE()
-};
-
-
 #endif