]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.h
#3472 TDx
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR3DViewCntrlPanel.h
index b3f971d53abf4a8136d221bb8977178020af8d08..d5025bfb22aeca2b64c33d8c14d5a71d4f807add 100644 (file)
@@ -45,18 +45,19 @@ 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            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            OnOutlineBox(wxCommandEvent& event);
+       void            OnOutlinePlane(wxCommandEvent& event);
        void            OnBackGroundBlack(wxCommandEvent& event);
        void            OnInterpolate(wxCommandEvent& event);
+       void            OnFixAxis2D(wxCommandEvent& event);
+       void            OnOpacityAxis(wxCommandEvent& event);
 
 
        virtual void Refresh();
@@ -100,6 +101,8 @@ private:
 ////EED 05Nov2012      wxCheckBox              *_ckBox_BW_Color_Plane;
        
        wxCheckBox              *_ckBoxXYZ;
+       wxCheckBox              *_ckBoxFixAxis2D;
+       wxSlider                *_opacityAxis;
        wxCheckBox              *_ckBoxPlane;
        
        wxCheckBox      *_ckFreePlaneX;
@@ -109,8 +112,15 @@ private:
        
        wxComboBox              *_cbStereo;
 
-       wxCheckBox              *_ckBoxOutline;
-       wxCheckBox              *_ckBoxBackGroundBlack;
+       wxCheckBox              *_ckBoxOutlineBox;
+       wxCheckBox              *_ckBoxOutlinePlane;
+       
+// EED Borrame
+//     wxCheckBox              *_ckBoxBackGroundBlack;
+       wxRadioButton   *_rdBackGroundBlack;
+       wxRadioButton   *_rdBackGroundWhite;
+       wxRadioButton   *_rdBackGroundGradient;
+       
        wxCheckBox              *_ckBoxInterpolate;
 
 protected: