]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsPanels.h
#3322 creaContours Feature New Normal - Show reference contour Befor After actual...
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsPanels.h
index d5c7815df87aa2d7ca06f68b7d648846949736bd..5ea04f21420b90034e7b88f912b0f28008e5d077 100644 (file)
@@ -41,11 +41,13 @@ private:
        void onWidthOfContour(wxScrollEvent& event);
        void onBrigthnessColorWindowLevel(wxScrollEvent& event);
        void OnInterpolation(wxCommandEvent& event);
+       void OnShowTextContour(wxCommandEvent& event);
        void OnBeforAfterContour(wxCommandEvent& event);
        wxSlider*       _withOfContourLine;
        wxSlider*       _brithtnessWindowLevel;
        wxSlider*       _brithtnessColorLevel;
        wxCheckBox* _interpolationCheckBox;
+       wxCheckBox* _showTextContourCheckBox;
        wxCheckBox* _beforContourCheckBox;
        wxCheckBox* _afterContourCheckBox;
 };