Salome HOME
Provide editing on multi-selection
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2d.h
index 809ad91f9fa544a5f7627538792d3925a00776e2..69e6461ea75b3038667c4743ee9d75c0f2f00dd6 100644 (file)
@@ -98,6 +98,9 @@ protected slots:
   void onMouseRelease(ModuleBase_IViewWindow* theWnd, QMouseEvent* theEvent);
   void onMouseMove(ModuleBase_IViewWindow* theWnd, QMouseEvent* theEvent);
 
+private slots:
+  void onValuesChanged();
+
  private:
    bool getPoint2d(const Handle(V3d_View)& theView, const TopoDS_Shape& theShape, 
                    double& theX, double& theY) const;