]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsMenu.h
No newline at eof
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsMenu.h
index e12e9dd87cdd93f592c9761ce9a6b8a4cc8942e8..6bf63a947bee4b079b6fc4b1ca8d3f3ef8caeda3 100644 (file)
@@ -2,6 +2,7 @@
 #define __interfToolsMenuH__
 
 #include <wx/wx.h>
+#include <wx/utils.h>
 
 
 #include "interfMenuBar.h"
@@ -29,19 +30,23 @@ public:
 
        void  onConfigurationPressed(wxCommandEvent& event);
 
-       
+       void onHelpPressed(wxCommandEvent& event);
+
+       void onMirrorPressed(wxCommandEvent& event);
+
 private:
 
-       wxContourEventHandler* contourevent;
+       //wxContourEventHandler* contourevent;
        wxPanel* configPanel;
-       wxWindow* infoWin;
        wxPanel* segmentPanel;
        wxPanel* spreadPanel;
        wxPanel* segmentPanelITK;
        bool axisshown;
 
-       void hideAxis();
+       
        
 };
 
-#endif
\ No newline at end of file
+#endif