X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfToolsPanels.h;h=0d125bd123304bae7c22846712eabb17444f9ca6;hb=469e6994cecb1763109864df0be7067fe5c344f3;hp=d5c7815df87aa2d7ca06f68b7d648846949736bd;hpb=d8ae77db08ab2e951c0e984c20fc47b615744abb;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfToolsPanels.h b/lib/Interface_Icons_NDimensions/interfToolsPanels.h index d5c7815..0d125bd 100644 --- a/lib/Interface_Icons_NDimensions/interfToolsPanels.h +++ b/lib/Interface_Icons_NDimensions/interfToolsPanels.h @@ -41,13 +41,19 @@ private: void onWidthOfContour(wxScrollEvent& event); void onBrigthnessColorWindowLevel(wxScrollEvent& event); void OnInterpolation(wxCommandEvent& event); + void OnShowTextContour(wxCommandEvent& event); void OnBeforAfterContour(wxCommandEvent& event); + void OnBackwareSlice(wxCommandEvent& event); + void OnFordwareSlice(wxCommandEvent& event); wxSlider* _withOfContourLine; wxSlider* _brithtnessWindowLevel; wxSlider* _brithtnessColorLevel; wxCheckBox* _interpolationCheckBox; + wxCheckBox* _showTextContourCheckBox; wxCheckBox* _beforContourCheckBox; wxCheckBox* _afterContourCheckBox; + wxSpinCtrl* _jumpSpinCtrl; + wxSpinCtrl* _shiftSpinCtrl; }; class interfSpreadPanel