]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetEditor.h
Salome HOME
Merge branch 'Dev_2.8.0'
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetEditor.h
index 809ccd4ec94ee38ed5e66db241608e92179a3f2a..757165744253c45657caa6f25a7e2b52ccdc92ba 100644 (file)
@@ -76,10 +76,13 @@ Q_OBJECT
 
 private:
   /// Show editor
+  /// \param theSpinMinValue a minimal value of popup menu spin box
+  /// \param theSpinMaxValue a maximum value of popup menu spin box
   /// \param theOutValue a result value
   /// \param theOutText a result text
   /// \return true if the editor value is accepted
-  bool editedValue(double& theOutValue, QString& theOutText);
+  bool editedValue(double theSpinMinValue, double theSpinMaxValue,
+                   double& theOutValue, QString& theOutText);
 
  private:
    ///< the current widget feature