]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.h
DFCH: imageUndoRedo + Manual Paint: It doesn't works :s :s
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageViewPanel.h
index 19121996b296c64a17d1377f41b2a2d6756aa30e..29a5dd1b7812473b7d197f70096c80f72cf6524e 100644 (file)
@@ -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