X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtkMPR3DViewCntrlPanel.h;h=c38439ea31dc6b434f962bd8643bc47e12580701;hb=80b04dc9e3b981e24fe9ae0d81cdeb8af6e6f8c1;hp=d70dc1c77411a2d90a7a93c0904e347ff6a9de08;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.h index d70dc1c..c38439e 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.h @@ -45,18 +45,22 @@ public: void OnPositionZ(wxScrollEvent& event); void OnVisibleAxisXYZ(wxCommandEvent& event); void OnVisiblePlane(wxCommandEvent& event); - void OnEditColorTable(wxCommandEvent& event); -////EED 05Nov2012 void On_BW_Color_Plane(wxCommandEvent& event); - - void OnVisibleFreePlaneX(wxCommandEvent& event); - void OnVisibleFreePlaneY(wxCommandEvent& event); - void OnVisibleFreePlaneZ(wxCommandEvent& event); - void OnVisibleFreePlaneInteraction(wxCommandEvent& event); - void OnSetStereo(wxCommandEvent& event); - void OnFreePlanesOrtho(wxCommandEvent& event); + void OnEditColorTable(wxCommandEvent& event); + void OnVisibleFreePlaneX(wxCommandEvent& event); + void OnVisibleFreePlaneY(wxCommandEvent& event); + void OnVisibleFreePlaneZ(wxCommandEvent& event); + void OnVisibleFreePlaneInteraction(wxCommandEvent& event); + void OnSetStereo(wxCommandEvent& event); + void OnFreePlanesOrtho(wxCommandEvent& event); + void OnOutline(wxCommandEvent& event); + void OnBackGroundBlack(wxCommandEvent& event); + void OnInterpolate(wxCommandEvent& event); + void OnFixAxis2D(wxCommandEvent& event); + void OnOpacityAxis(wxCommandEvent& event); + virtual void Refresh(); - void UpdateControlPanel(); + void UpdateControlPanel(bool firsttime=true); bool GetVisibleX(); bool GetVisibleY(); @@ -96,6 +100,8 @@ private: ////EED 05Nov2012 wxCheckBox *_ckBox_BW_Color_Plane; wxCheckBox *_ckBoxXYZ; + wxCheckBox *_ckBoxFixAxis2D; + wxSlider *_opacityAxis; wxCheckBox *_ckBoxPlane; wxCheckBox *_ckFreePlaneX; @@ -105,6 +111,9 @@ private: wxComboBox *_cbStereo; + wxCheckBox *_ckBoxOutline; + wxCheckBox *_ckBoxBackGroundBlack; + wxCheckBox *_ckBoxInterpolate; protected: