]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfSegmentationPanels.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfSegmentationPanels.h
index bf830aeaae313220c76bebbaaef777dc23c4f278..5e5b9406cdb3fd0750f4f93a26f7d67a2df82752 100644 (file)
@@ -77,6 +77,48 @@ private:
        wxTextCtrl * _infStrength;
 };
 
+
+class interfMirrorPanel
+       : public wxPanel
+{
+public:
+       interfMirrorPanel(wxWindow * parent);           
+       ~interfMirrorPanel();
+
+private:
+
+       wxSlider* _thickness;
+
+       void onMirrorGo(wxCommandEvent& event);
+
+       void onChangeWidth(wxScrollEvent& event);
+
+       DECLARE_EVENT_TABLE()
+};
+
+
+class interfThresholdPanel
+       : public wxPanel
+{
+public:
+       interfThresholdPanel(wxWindow * parent);                
+       ~interfThresholdPanel();
+       
+       void onThresholdStop();
+
+private:
+
+       mBarRange* _mBarThreshold;
+       bool _thresholdGo;
+
+       void onThresholdChange(wxCommandEvent& event);
+
+       void onThresholdGo(wxCommandEvent& event);
+
+       DECLARE_EVENT_TABLE()
+};
+
+
 #endif