X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=lib%2FInterface_Icons_NDimensions%2FinterfSegmentationPanels.h;h=a2e8cbf0639f57d0105705f26e1edd054344020b;hb=6383d69864c69a97539b59d3e39406c79408577b;hp=e544d84fff495a2e5e40d5efe3926eeec55688ee;hpb=4869f867cf8247c1c3432efa8d483899991eae30;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfSegmentationPanels.h b/lib/Interface_Icons_NDimensions/interfSegmentationPanels.h index e544d84..a2e8cbf 100644 --- a/lib/Interface_Icons_NDimensions/interfSegmentationPanels.h +++ b/lib/Interface_Icons_NDimensions/interfSegmentationPanels.h @@ -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); @@ -100,33 +100,18 @@ private: DECLARE_EVENT_TABLE() }; - -class interfThresholdPanel +class interfTestPanel : public wxPanel { public: - interfThresholdPanel(wxWindow * parent); - ~interfThresholdPanel(); - - void onThresholdStop(); - void onThresholdInstantChange(double range[]); + interfTestPanel(wxWindow * parent); + ~interfTestPanel(); private: + void onButton1Pressed(wxCommandEvent& event); - mBarRange* _mBarThreshold; - wxSlider* _opacity; - bool _thresholdGo; - wxCheckBox* _interpolationCheckBox; - - void onThresholdChange(wxCommandEvent& event); + void onButton2Pressed(wxCommandEvent& event); - void onThresholdGo(wxCommandEvent& event); - - void onThresholdInterpolation(wxCommandEvent& event); - - void onChangeOpacity(wxScrollEvent& event); - - DECLARE_EVENT_TABLE() };