X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfNewContourMenu.h;h=a1081971af4694c1af0b1be1467ef33680391b45;hb=40033c782c0c68ecc676bb59de5c7fe9eb3cac44;hp=3584d955b8ae89834723484b9ae67328241bf663;hpb=0e1f4d7eb6ea17c3a9abd809801d699bf0fe0846;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h index 3584d95..a108197 100644 --- a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h +++ b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h @@ -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 ); };