X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageViewPanel.h;h=29a5dd1b7812473b7d197f70096c80f72cf6524e;hb=2725f81fc97c9faa92749159bdbaf9cedeef7af4;hp=19121996b296c64a17d1377f41b2a2d6756aa30e;hpb=965c602117e9de99019d49bd78ca1d707a1a6bd2;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 1912199..29a5dd1 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h @@ -19,6 +19,9 @@ #include "ColorLayerImageView.h" + +//----------------------------------------------------- + //EED 21-08-2010 class wxDlgTransformByDimensionBySpacingByPixel { @@ -28,9 +31,11 @@ class wxDlgTransformByDimensionBySpacingByPixel void GetTransformType(wxWindow *parent , wxString message,int &typeOfTransformation,bool &dlgWxOK) ; }; + + //----------------------------------------------------- - class ColorLayerImageViewPanel +class ColorLayerImageViewPanel : public wxPanel { public: @@ -65,7 +70,8 @@ class wxDlgTransformByDimensionBySpacingByPixel void onChangeOpacity(wxScrollEvent& event); void onSliceFixDinamic(wxCommandEvent& event); void onSliceImage(wxScrollEvent& event); - }; + +}; #endif