]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfSegmentationPanels.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfSegmentationPanels.h
index 5e5b9406cdb3fd0750f4f93a26f7d67a2df82752..72399b12d9415c94f42a4e2bc94da0393ccaab75 100644 (file)
@@ -89,6 +89,10 @@ private:
 
        wxSlider* _thickness;
 
+       void onAxisShow(wxCommandEvent& event);
+
+       void onAxisHide(wxCommandEvent& event);
+
        void onMirrorGo(wxCommandEvent& event);
 
        void onChangeWidth(wxScrollEvent& event);
@@ -105,16 +109,25 @@ public:
        ~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()
 };