]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsPanels.h
#3216 creaContours Feature New Normal - vtk8itk4wx3-mingw64
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsPanels.h
index 6279a6bd6442211753e7d212a4303dccdc1e87d9..4ee437e05a7b5201d38e04bd05dae17cf471149b 100644 (file)
@@ -37,23 +37,14 @@ class interfConfigurationPanel
 public:
        interfConfigurationPanel(wxWindow * parent);
        ~interfConfigurationPanel();
-
-
-
 private:
-
        void onWidthOfContour(wxScrollEvent& event);
-
        void onBrigthnessColorWindowLevel(wxScrollEvent& event);
-
        void OnInterpolation(wxCommandEvent& event);
-
-
        wxSlider* _withOfContourLine;
        wxSlider* _brithtnessWindowLevel;
        wxSlider* _brithtnessColorLevel;
        wxCheckBox* _interpolationCheckBox;
-
 };
 
 class interfSpreadPanel
@@ -62,22 +53,16 @@ class interfSpreadPanel
 public:
        interfSpreadPanel(wxWindow * parent);
        ~interfSpreadPanel();
-
     void appendStringSpread(std::string val);
        void setStringSpread(std::string stringtemp);
 private:
-
        wxRadioBox      *_spreadMethodRadiobox;
        wxStaticText    *_staticTextSpread;
        wxTextCtrl      *_wxtextctrlSpread;
-
        void onSpreadReset(wxCommandEvent& event);
        void onSpreadAdd(wxCommandEvent& event);
        void onSpreadAddAll(wxCommandEvent& event);
        void onSpreadGo(wxCommandEvent& event);
-
-
-
 };
 
 class interfInformationPanel