]> SALOME platform Git repositories - modules/visu.git/blobdiff - src/VISUGUI/VisuGUI_IsoSurfacesDlg.h
Salome HOME
Update copyright information
[modules/visu.git] / src / VISUGUI / VisuGUI_IsoSurfacesDlg.h
index a57ccbcd07e38c4c1d28ba8a872391aa71df4dd7..5178611ead7a0d24caf7088420cdbef6d07a0f01 100644 (file)
@@ -1,30 +1,31 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  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
+// Copyright (C) 2003-2007  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 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.
+// 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
+// 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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  VISU VISUGUI : GUI of VISU component
 //  File   : VisuGUI_IsoSurfacesDlg.h
 //  Author : Laurent CORNABE & Hubert ROLLAND
 //  Module : VISU
 //  $Header$
-
+//
 #ifndef VISUGUI_ISOSURFACESDLG_H
 #define VISUGUI_ISOSURFACESDLG_H
 
@@ -32,7 +33,7 @@
 
 class QTabWidget;
 class QLineEdit;
-class QSpinBox;
+class SalomeApp_IntSpinBox;
 class QButtonGroup;
 class QtxColorButton;
 
@@ -53,7 +54,7 @@ public:
 
 public:
   VisuGUI_IsoSurfPane (QWidget* parent,
-                      VisuGUI_ScalarBarPane* theScalarPane);
+                       VisuGUI_ScalarBarPane* theScalarPane);
   ~VisuGUI_IsoSurfPane() {};
 
   void initFromPrsObject(VISU::IsoSurfaces_i* thePrs);
@@ -70,14 +71,14 @@ protected slots:
   void setColor();
 
 private:
-  QButtonGroup*   myRangeGrp;
-  QLineEdit*      MinIso;
-  QLineEdit*      MaxIso;
-  QSpinBox*       NbrIso;
-  QCheckBox*      myUseMagnitude;
-  QtxColorButton* mySelColor;
-  QCheckBox*      myUseLabels;
-  QSpinBox*       myNbLabels;
+  QButtonGroup*          myRangeGrp;
+  QLineEdit*             MinIso;
+  QLineEdit*             MaxIso;
+  SalomeApp_IntSpinBox*  NbrIso;
+  QCheckBox*             myUseMagnitude;
+  QtxColorButton*        mySelColor;
+  QCheckBox*             myUseLabels;
+  SalomeApp_IntSpinBox*  myNbLabels;
   VisuGUI_ScalarBarPane* myScalarPane;
 };
 
@@ -91,7 +92,7 @@ public:
   ~VisuGUI_IsoSurfacesDlg();
 
   virtual void initFromPrsObject( VISU::ColoredPrs3d_i* thePrs,
-                                 bool theInit );
+                                  bool theInit );
 
   virtual int storeToPrsObject(VISU::ColoredPrs3d_i* thePrs);