X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FInterface_Icons_NDimensions%2FinterfNewContourMenu.h;h=a1081971af4694c1af0b1be1467ef33680391b45;hb=ffd5933600d8bad1de6ee62c305cc26a046166dd;hp=8f942ecf87a7f8957f436ef267136b9ba0bf2b48;hpb=4d5574beaa0d2f56951b00a9fcca5dd945506e13;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h index 8f942ec..a108197 100644 --- a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h +++ b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h @@ -44,7 +44,17 @@ 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 ); + }; #endif