]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.h
#3465 SetwxVtkBaseViewSetOpacityAxis box
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR3DViewCntrlPanel.h
index c38439ea31dc6b434f962bd8643bc47e12580701..d5025bfb22aeca2b64c33d8c14d5a71d4f807add 100644 (file)
@@ -52,7 +52,8 @@ public:
        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);
@@ -111,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: