X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FInterface_Icons_NDimensions%2FinterfSegmentationPanels.h;h=ad0055a37d645f403b6d2417b326abee68444f07;hb=2ddb9de651984bea4376da16a35e2f02a78a76c0;hp=55c74b8a3bee82d0eb543a61775ed7b6918d9e78;hpb=8f2bd3952065a2028ae345188c3493f82eda2b27;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfSegmentationPanels.h b/lib/Interface_Icons_NDimensions/interfSegmentationPanels.h index 55c74b8..ad0055a 100644 --- a/lib/Interface_Icons_NDimensions/interfSegmentationPanels.h +++ b/lib/Interface_Icons_NDimensions/interfSegmentationPanels.h @@ -101,35 +101,6 @@ private: }; -class interfThresholdPanel - : public wxPanel -{ -public: - interfThresholdPanel(wxWindow * parent); - ~interfThresholdPanel(); - - void onThresholdStop(); - void onThresholdInstantChange(double range[]); - -private: - - mBarRange* _mBarThreshold; - wxSlider* _opacity; - bool _thresholdGo; - wxCheckBox* _interpolationCheckBox; - - void onThresholdChange(wxCommandEvent& event); - - void onThresholdGo(wxCommandEvent& event); - - void onThresholdInterpolation(wxCommandEvent& event); - - void onChangeOpacity(wxScrollEvent& event); - - DECLARE_EVENT_TABLE() -}; - - #endif