]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ThresholdImageViewPanel.h
no message
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ThresholdImageViewPanel.h
index 54d9985a84da32e579496b40e847a88f2eb85f64..a5380c2c068c1d2ad7712d2da2a93416aeb2cdaf 100644 (file)
                : public wxPanel
                {
                public:
-                       ThresholdImageViewPanel(wxWindow * parent);             
+                       ThresholdImageViewPanel(wxWindow * parent, int min, int max, int type);         
                        ~ThresholdImageViewPanel();
                        void onThresholdStop();
-                       void onThresholdInstantChange(double range[]);
                        void SetThresholdImageView(ThresholdImageView* thresholdImageView);
+                       bool IsVisible();
                        
                private:
                        
                        mBarRange                       *_mBarThreshold;
                        wxSlider                        *_opacity;
                        wxCheckBox                      *_interpolationCheckBox;        
+                       wxCheckBox                      *_cb_ShowHide;
                        
                        void onThresholdChange(wxCommandEvent& event);                  
-                       void onThresholdGo(wxCommandEvent& event);
+                       void onThresholdShow(wxCommandEvent& event);
                        void onThresholdInterpolation(wxCommandEvent& event);
                        void onChangeOpacity(wxScrollEvent& event);
-                       
                        DECLARE_EVENT_TABLE()
                };