X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfNewContourMenu.h;h=a1081971af4694c1af0b1be1467ef33680391b45;hb=ec11a783e7b5477f1d93886a6336255cd7cbecf3;hp=1a6364e007dc8319848fbd67d2480cd5a5fafc4f;hpb=b759327567c5102f13a565e54f8c8663c2458816;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h index 1a6364e..a108197 100644 --- a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h +++ b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h @@ -44,9 +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 ); };