X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageViewPanel.h;h=3927cc9fb5fbc782e7b538a73612b753ad0b95ab;hb=d8edef346f2d6c64f6ed3bea7225aeb3a8b3970c;hp=bbb52c483c226c69c5292936ffd9040d32f3194c;hpb=7c111d8feaccb2a356d95b86bf7e340a2ececdbc;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h index bbb52c4..3927cc9 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h @@ -37,12 +37,15 @@ wxSlider *_opacity; wxCheckBox *_interpolationCheckBox; wxCheckBox *_cb_ShowHide; - + wxCheckBox *_cb_SliceFixDinamic; + wxSlider *_sl_SliceImage; void onReadImage(wxCommandEvent& event); void onThresholdChange(wxCommandEvent& event); void onThresholdShow(wxCommandEvent& event); void onThresholdInterpolation(wxCommandEvent& event); void onChangeOpacity(wxScrollEvent& event); + void onSliceFixDinamic(wxCommandEvent& event); + void onSliceImage(wxScrollEvent& event); }; #endif