Salome HOME
Merge branch 'Dev_1.5.0' of salome:modules/shaper into Dev_1.5.0
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetEditor.h
index c992e60f9c406f9aed6fcb823c9f980c05449abc..5f26a60cc1dae3b96841998102e6933eb81b719e 100644 (file)
@@ -43,15 +43,12 @@ Q_OBJECT
   /// \return the state whether the widget can accept the focus
   virtual bool focusTo();
 
-  /// Creates an editor for the real value and set the new value to the feature
-  /// \param theFeature the model feature
-  /// \param theAttribute the feature attribute
-  static void editFeatureValue(FeaturePtr theFeature, const std::string theAttribute);
-
- private slots:
    /// Shous popup window under cursor for data editing
    void showPopupEditor();
 
+private:
+   void editedValue(double& outValue, QString& outText);
+
  private:
    ///< the current widget feature
    FeaturePtr myFeature;