Salome HOME
SMH: Add again in binary mode
[modules/gui.git] / src / SVTK / SVTK_InteractorStyle.h
index 5d04a131895d3c0e92a52ceb41d8e6eadc84fe93..c82b592d5a6e87bb45f7ddfae726646df02021b8 100644 (file)
@@ -78,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,
@@ -134,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;