]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.h
Bug #1373
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR3DViewCntrlPanel.h
index d0ba6a2fe64e6cfba91907bcebf4c340770e7b60..fbd17a5f42d2c155b5c2b22f73d6a5b5b6292451 100644 (file)
@@ -21,12 +21,29 @@ public:
        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);
+
        virtual void Refresh();
        void            UpdateControlPanel();
 
        bool            GetVisibleX();
        bool            GetVisibleY();
        bool            GetVisibleZ();
+       bool            GetVisibleXYZ();
+       bool            GetVisiblePlane();
+////EED 05Nov2012      bool            Get_BW_Color_Plane();
+       void            SetVisibleX(bool value);
+       void            SetVisibleY(bool value);
+       void            SetVisibleZ(bool value);
+       void            SetVisibleXYZ(bool value);
+       void            SetVisiblePlane(bool value);
 
 private:
        wxVtkMPR3DView  *_wxvtkmpr3Dview;
@@ -46,12 +63,22 @@ private:
        wxSlider                *_positionZ;
        
        //CPR: Added 30 nov 2009
-       wxCheckBox              *ckBoxX;
-       wxCheckBox              *ckBoxY;
-       wxCheckBox              *ckBoxZ;
-
+       wxCheckBox              *_ckBoxX;
+       wxCheckBox              *_ckBoxY;
+       wxCheckBox              *_ckBoxZ;
+       
+       //EED 03 nov 2012
+////EED 05Nov2012      wxCheckBox              *_ckBox_BW_Color_Plane;
+       
        wxCheckBox              *_ckBoxXYZ;
        wxCheckBox              *_ckBoxPlane;
+       
+       wxCheckBox      *_ckFreePlaneX;
+       wxCheckBox      *_ckFreePlaneY;
+       wxCheckBox      *_ckFreePlaneZ;
+       wxCheckBox      *_ckFreePlaneInteraction;
+       
+       wxComboBox              *_cbStereo;
 
 
 protected: