Salome HOME
updated copyright message
[modules/shaper.git] / src / ModuleBase / ModuleBase_ParamIntSpinBox.h
index d72895301e1b6339cea811386693dba774866203..9ef93d73463fe769083172cacd2211321453430a 100644 (file)
@@ -1,3 +1,21 @@
+// Copyright (C) 2014-2023  CEA, EDF
+//
+// 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, or (at your option) any later version.
+//
+// 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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef ModuleBase_ParamIntSpinBox_H
 #define ModuleBase_ParamIntSpinBox_H
@@ -27,20 +45,25 @@ public:
    The value is initially set to 0.00.
 
    \param theParent a parent object
-   \param thePrecision a precision of values display
    */
   explicit ModuleBase_ParamIntSpinBox(QWidget* theParent = 0);
   virtual ~ModuleBase_ParamIntSpinBox();
 
   virtual void stepBy(int);
 
+  /// Convert Int value from text string
   virtual int valueFromText(const QString&) const;
-  virtual QString textFromValue(int value) const;
 
+  /// Convert text string from int value
+  virtual QString textFromValue(int) const;
+
+  /// Validate the value
   virtual QValidator::State validate(QString&, int&) const;
 
+  /// Set current int value
   virtual void setValue(int);
 
+  /// Set current text value
   virtual void setText(const QString&);
 
   /// Set a flag about accepted variable