X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxMaracasSurfaceRenderingProp3D.h;h=c232413baa414851379aaf3693f98cd7374121f1;hb=476100b14fe16ecb940787a8f98d65e8359d7f58;hp=da0223b8c3efe257e32b4257242e6a4764f5e450;hpb=28c74ab5eb531ce001260e9bc3fcb0151fcfc56b;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingProp3D.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingProp3D.h index da0223b..c232413 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingProp3D.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingProp3D.h @@ -11,13 +11,14 @@ public: virtual void createControls(); void onOpacityRelease(wxScrollEvent& event); void onCheckBoxChange(wxCommandEvent& event); + void onCheckBoxSurfaceChange(wxCommandEvent& event); void onColorChange(wxCommandEvent& event); void onViewImage(wxCommandEvent& event); - void onOpenParameters(wxCommandEvent& event); private: wxCheckBox* checkbox; + wxCheckBox* checkboxsurface; wxSlider* opacity; wxBitmapButton* _colorchoose; wxBitmapButton* _viewimage;