Salome HOME
Update copyright notes (for 2010)
[modules/geom.git] / src / TransformationGUI / TransformationGUI_MultiRotationDlg.h
index 1134f7cfc6d3fbe6dab8b638bb945e0b59ddae4b..c8f05b819a231a6df2fe1d3d088a246a4af4b189 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -19,6 +19,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // GEOM GEOMGUI : GUI for Geometry component
 // File   : TransformationGUI_MultiRotationDlg.h
 // Author : Damien COQUERET, Open CASCADE S.A.S.
@@ -29,7 +30,7 @@
 #include <GEOMBase_Skeleton.h>
 
 class DlgRef_2Sel4Spin1Check;
-class DlgRef_2Sel1Spin;
+class DlgRef_2Sel1SpinInt;
 
 //=================================================================================
 // class    : TransformationGUI_MultiRotationDlg
@@ -41,7 +42,7 @@ class TransformationGUI_MultiRotationDlg : public GEOMBase_Skeleton
 
 public:
   TransformationGUI_MultiRotationDlg( GeometryGUI*, QWidget* = 0,
-                                     bool = false, Qt::WindowFlags = 0 );
+                                      bool = false, Qt::WindowFlags = 0 );
   ~TransformationGUI_MultiRotationDlg();
   
 protected:
@@ -65,7 +66,7 @@ private:
   // to initialize the first selection field with a selected object on the dialog creation
   bool                               myInitial;
   
-  DlgRef_2Sel1Spin*                  GroupPoints;
+  DlgRef_2Sel1SpinInt*               GroupPoints;
   DlgRef_2Sel4Spin1Check*            GroupDimensions;
 
 private slots:
@@ -77,6 +78,7 @@ private slots:
   void                               SetEditCurrentArgument();
   void                               ReverseAngle();
   void                               ValueChangedInSpinBox( double );
+  void                               ValueChangedInSpinBox( int );
   void                               TextValueChangedInSpinBox( const QString& );
   void                               ConstructorsClicked( int );
   void                               SetDoubleSpinBoxStep( double );