X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfNewContourMenu.h;h=3584d955b8ae89834723484b9ae67328241bf663;hb=dfdd7c80dbd20fea642090201b64eb7119a144bf;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..3584d95 100644 --- a/lib/Interface_Icons_NDimensions/interfNewContourMenu.h +++ b/lib/Interface_Icons_NDimensions/interfNewContourMenu.h @@ -45,6 +45,12 @@ private: ** This method is in charge of capturing the event when the button is clicked **/ void onCreateContourLine( wxCommandEvent& event ); + + /** + ** This method is in charge of capturing the event when the button is clicked + **/ + void onCreateContourPoints( wxCommandEvent& event ); + }; #endif