]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfNewContourMenu.h
RaC Changes that includes a Polygon contour in creaMaracasVisu and creaContours
[creaContours.git] / lib / Interface_Icons_NDimensions / interfNewContourMenu.h
index 3584d955b8ae89834723484b9ae67328241bf663..a1081971af4694c1af0b1be1467ef33680391b45 100644 (file)
@@ -44,12 +44,16 @@ private:
        /**
        **      This method is in charge of capturing the event when the button is clicked
        **/
-       void onCreateContourLine( wxCommandEvent& event );
-       
+       void onCreateContourLine( wxCommandEvent& event );      
        /**
        **      This method is in charge of capturing the event when the button is clicked
        **/
        void onCreateContourPoints( wxCommandEvent& event );
+       /**
+       **      This method is in charge of capturing the event when the button is clicked
+       **  RaC - Creates a new Polygon contour
+       **/
+       void onCreateContourPolygon( wxCommandEvent& event );
        
 };