X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetPoint2d.h;h=69e6461ea75b3038667c4743ee9d75c0f2f00dd6;hb=ce0bfd481aa0958b4c802393f1c5536ec995df1e;hp=809ad91f9fa544a5f7627538792d3925a00776e2;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetPoint2d.h b/src/PartSet/PartSet_WidgetPoint2d.h index 809ad91f9..69e6461ea 100644 --- a/src/PartSet/PartSet_WidgetPoint2d.h +++ b/src/PartSet/PartSet_WidgetPoint2d.h @@ -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;