]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.h
#3155 creaMaracasVisu Feature New Normal - ViewerPlane ComplexBox
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR3DViewCntrlPanel.h
index 809c9dd783a8620d9705404f1b7a4f5478dfccac..c38439ea31dc6b434f962bd8643bc47e12580701 100644 (file)
@@ -45,20 +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 OnOutline(wxCommandEvent& event);
-       void OnBackGroundBlack(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();
@@ -98,6 +100,8 @@ private:
 ////EED 05Nov2012      wxCheckBox              *_ckBox_BW_Color_Plane;
        
        wxCheckBox              *_ckBoxXYZ;
+       wxCheckBox              *_ckBoxFixAxis2D;
+       wxSlider                *_opacityAxis;
        wxCheckBox              *_ckBoxPlane;
        
        wxCheckBox      *_ckFreePlaneX;
@@ -109,7 +113,7 @@ private:
 
        wxCheckBox              *_ckBoxOutline;
        wxCheckBox              *_ckBoxBackGroundBlack;
-
+       wxCheckBox              *_ckBoxInterpolate;
 
 protected: