X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetPoint2dDistance.h;h=ca95b75fd3ee11f0bd851fa1319dbc76d4a9985d;hb=3190305afd2b86b05365e51589822856d6937a1b;hp=7c2364780f69eebdc2d99579dce5aa8f88dd59dd;hpb=976244bad37e04fcebaf8866d7d7a02efd2b7d35;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetPoint2dDistance.h b/src/PartSet/PartSet_WidgetPoint2dDistance.h index 7c2364780..ca95b75fd 100644 --- a/src/PartSet/PartSet_WidgetPoint2dDistance.h +++ b/src/PartSet/PartSet_WidgetPoint2dDistance.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: PartSet_WidgetPoint2dDistance.h // Created: 23 June 2014 // Author: Vitaly Smetannikov @@ -10,7 +12,6 @@ #include -//class ModuleBase_WidgetValue; class GeomAPI_Pnt2d; class XGUI_Workshop; class ModuleBase_IViewWindow; @@ -55,6 +56,9 @@ protected: /// Set the second point which defines a value in the widget as a distance with a first point defined by feature void setPoint(FeaturePtr theFeature, const std::shared_ptr& thePnt); +private slots: + void onValuesChanged(); + private: XGUI_Workshop* myWorkshop; std::string myFirstPntName;