]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfDeleteMenu.h
Version with out wxEventHandler
[creaContours.git] / lib / Interface_Icons_NDimensions / interfDeleteMenu.h
index b2abde7183b6ab48466e47970a780c6bf2652046..60f1ff794ff6c71b7a2e6c4d53fc7fb9924b9ce5 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <wx/wx.h>
 #include "interfMenuBar.h"
+#include "interfMainPanel.h"
 
 class interfDeleteMenu 
        : public interfMenuBar
@@ -12,6 +13,15 @@ public:
        ~interfDeleteMenu();
 
     virtual void initButtons(wxEvtHandler* evtHandler) ;
+
+private:
+       /**
+       **  This methods are in charge of responding to the events of button click by the delete panel
+       **  @params wxCommandEvent& the event that call the function
+       **/
+       void onDeleteContour(wxCommandEvent& event);
+       void onDeleteContoursActSlice(wxCommandEvent& event);
+       void onDeleteAllContours(wxCommandEvent& event);
        
 };