]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsPanels.h
Feature #1991 Update doxygen documentation
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsPanels.h
index 5f87c5d495b82b37154fd0513391e7de43055efb..23d20119948c876ee7d374f7b375164bbbf6f269 100644 (file)
@@ -113,11 +113,26 @@ private:
        void onContourGroup(wxCommandEvent& event);
        void FillGridWithContoursInformation();
        void onRangeSliceInformation(wxCommandEvent& event);
+};
+
 
+class interfFlipPanel
+       : public wxPanel
+{
+public:
+       interfFlipPanel(wxWindow * parent);             
+       ~interfFlipPanel();
 
+       wxRadioBox *_wichContoursRadioBox;
 
+private:
+       void onFlipXPressed(wxCommandEvent& event);
+
+       void onFlipYPressed(wxCommandEvent& event);
 
 };
+
+
 //CMRU 29-08-09-----------------------------------------------------------------------------------------------
 /**
 * This class represents the calibration panel in the interface icons
@@ -152,7 +167,9 @@ private:
        */
        wxRadioBox * _unitsRadiobox;
 };
+
 //------------------------------------------------------------------------------------------------------------
+
 #endif