]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
Feature #1991 Update doxygen documentation
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index d19c1b0df2b01584fe1fafbbf0cd710758d71221..4513de238b78d2c0183ea9ed4745506c4172e6be 100644 (file)
@@ -195,7 +195,10 @@ public:
        virtual bool Show(bool show);
        void ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ);
        void SetContourGroup(int contourGroup);
+       void onFlipContours();
+       void FlipContours(int typeContourFlip, int flipDirection);
 
+       
 //CMRU 29-08-09-----------------------------------------------------------------------------------------------
 
        /**
@@ -203,7 +206,6 @@ public:
        */
        void onPrintLabel();
 
-
        /**
        * Calculates the pixel value in milimeters according to the current contour if the selected contour is a Line Contour
        * @param size Size in milimeters of the selected contour
@@ -291,6 +293,9 @@ private:
        wxPanel                         *testPanel;
        interfTestPanel         *panelTest;
 
+       wxPanel                         *flipPanel;
+       interfFlipPanel         *panelFlip;
+       
        wxPanel                         *mirrorPanel;
        interfMirrorPanel       *panelMirror;