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 8bdf6f9e1d3e43a6acd35f556265b72e22a458ce..5f26a60cc1dae3b96841998102e6933eb81b719e 100644 (file)
@@ -43,10 +43,12 @@ Q_OBJECT
   /// \return the state whether the widget can accept the focus
   virtual bool focusTo();
 
- 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;