]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxWidgetMesure2D_Plane_in_MPR.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxWidgetMesure2D_Plane_in_MPR.h
1 #ifndef WXWIDGETMESURE2D_PLANE_IN_MPR_H_
2 #define WXWIDGETMESURE2D_PLANE_IN_MPR_H_
3
4 #include "wxWidgetMesure2D_Plane.h"
5 #include "vtkPlane2DView.h"
6
7 class wxWidgetMesure2D_Plane_in_MPR : public wxWidgetMesure2D_Plane
8 {
9 public:
10          wxWidgetMesure2D_Plane_in_MPR(wxWindow *parent);
11          ~wxWidgetMesure2D_Plane_in_MPR();
12         void OnActiveLink(wxCommandEvent& event);
13         void SetVtkPlane2DView(vtkPlane2DView *vtkplane2Dview);
14         void SetActiveLink(bool ok);
15
16 protected:
17         virtual wxWindow                *CreateWin1a(wxWindow *parent);
18 private:
19         wxCheckBox                              *_cb_link; 
20         vtkPlane2DView                  *_vtkplane2Dview;
21 };
22
23
24 #endif /*WXWIDGETMESURE2D_PLANE_IN_MPR_H_*/