Salome HOME
PR : merge branch V1_2c dans branche principale pour V1_3_0_b1
[modules/kernel.git] / src / VTKViewer / VTKViewer_InteractorStyleSALOME.h
index cc9b19e7eb4c5bac9be76e34acd4e7dd0c66de30..a8a9aa206359329d28f5ab9676bdddb99d3edb84 100644 (file)
@@ -1,12 +1,31 @@
-//  File      : VTKViewer_InteractorStyleSALOME.h
-//  Created   : Wed Mar 20 11:36:07 2002
-//  Author    : Christophe ATTANASIO
-//  Project   : SALOME
-//  Module    : VTKViewer
-//  Copyright : Open CASCADE 2002
+//  SALOME VTKViewer : build VTK viewer into Salome desktop
+//
+//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
+// 
+//  This library is free software; you can redistribute it and/or 
+//  modify it under the terms of the GNU Lesser General Public 
+//  License as published by the Free Software Foundation; either 
+//  version 2.1 of the License. 
+// 
+//  This library is distributed in the hope that it will be useful, 
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+//  Lesser General Public License for more details. 
+// 
+//  You should have received a copy of the GNU Lesser General Public 
+//  License along with this library; if not, write to the Free Software 
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
+// 
+//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//
+//
+//
+//  File   : VTKViewer_InteractorStyleSALOME.h
+//  Author : Christophe ATTANASIO
+//  Module : SALOME
 //  $Header$
 
-
 #ifndef __VTKViewer_InteractorStyleSALOME_h
 #define __VTKViewer_InteractorStyleSALOME_h
 
@@ -80,6 +99,7 @@ class VTKViewer_InteractorStyleSALOME : public QObject, public vtkInteractorStyl
 
 public:
   bool eventFilter(QObject* object, QEvent* event);
+  void ControlLblSize(double aOldScale, double aNewScale);
   void startZoom();
   void startPan();
   void startGlobalPan();
@@ -87,6 +107,8 @@ public:
   void startFitArea();
   void startSpin();
   bool needsRedrawing();
+  QWidget* getGUIWindow() {return myGUIWindow;}
+  void setGUIWindow(QWidget* theWin) { myGUIWindow = theWin;}
 
 protected:
   void loadCursors();
@@ -111,6 +133,13 @@ protected:
   bool         myShiftState;
   int ForcedState;
   vtkActorCollection* m_Triedron;  
+
+  QWidget*     myGUIWindow;
+
+  //  members from old version
+  double DeltaElevation;
+  double DeltaAzimuth;
+  int LastPos[2];
 };
 
 #endif