X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSVTK%2FSVTK_InteractorStyle.h;h=c82b592d5a6e87bb45f7ddfae726646df02021b8;hb=88de2b3cf2d3c86194ed4edd3c81c0be59b8ab66;hp=ed00b7d4963e970783d4bdfbc1a8c4b96bc87852;hpb=2e750f9ded92337bc3c44e9d7388180974cc4a43;p=modules%2Fgui.git diff --git a/src/SVTK/SVTK_InteractorStyle.h b/src/SVTK/SVTK_InteractorStyle.h index ed00b7d49..c82b592d5 100644 --- a/src/SVTK/SVTK_InteractorStyle.h +++ b/src/SVTK/SVTK_InteractorStyle.h @@ -39,6 +39,8 @@ class vtkRenderWindowInteractor; #include #include +#include + #include "VTKViewer_Filter.h" class VTKViewer_Trihedron; @@ -76,6 +78,8 @@ class SVTK_EXPORT SVTK_InteractorStyle : public QObject, void setViewWindow(SVTK_ViewWindow* theViewWindow); void setGUIWindow(QWidget* theWindow); + virtual int GetState(); + void setTriedron(VTKViewer_Trihedron* theTrihedron); void setPreselectionProp(const double& theRed = 0, const double& theGreen = 1, @@ -132,7 +136,6 @@ class SVTK_EXPORT SVTK_InteractorStyle : public QObject, const int left, const int top, const int right, const int bottom); - int State; float MotionFactor; float RadianToDegree; // constant: for conv from deg to rad double myScale;