X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfToolsPanels.h;h=fb21b95d9f419bfeb32d08adc0c8691ae10b8088;hb=b128ce9887ab3b60445acb9cccdad0eb5f5658d9;hp=3ce9141a6dd3b291e054cbc796b9f8e708b9ff56;hpb=bd4e97f732f7c8154aafbf1bf419c6115e9560c7;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfToolsPanels.h b/lib/Interface_Icons_NDimensions/interfToolsPanels.h index 3ce9141..fb21b95 100644 --- a/lib/Interface_Icons_NDimensions/interfToolsPanels.h +++ b/lib/Interface_Icons_NDimensions/interfToolsPanels.h @@ -75,29 +75,19 @@ private: wxRadioBox* _informationRadiobox; wxRadioBox* _radiolstboxContourGroup; wxStaticText* _staticTextInformation; - + wxCheckBox* _XYZValues; + wxCheckBox* _contourImage; + wxCheckBox* _statistics; + void onInformationContourLabels(wxCommandEvent& event); void onExtractInformation(wxCommandEvent& event); + void onShowResultImages(wxCommandEvent& event); void onSaveResults(wxCommandEvent& event); void FillGridWithContoursInformation(); -}; - -class interfMirrorPanel - : public wxPanel -{ -public: - interfMirrorPanel(wxWindow * parent); - ~interfMirrorPanel(); - -private: - - wxSlider* _thickness; - - void onMirrorGo(wxCommandEvent& event); }; #endif