Salome HOME
SMH: Add again in binary mode
[modules/gui.git] / src / SVTK / SVTK_InteractorStyle.h
index ed00b7d4963e970783d4bdfbc1a8c4b96bc87852..c82b592d5a6e87bb45f7ddfae726646df02021b8 100644 (file)
@@ -39,6 +39,8 @@ class vtkRenderWindowInteractor;
 #include <qobject.h>
 #include <qcursor.h>
 
+#include <map>
+
 #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;