Salome HOME
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2dDistance.h
index 7c2364780f69eebdc2d99579dce5aa8f88dd59dd..ca95b75fd3ee11f0bd851fa1319dbc76d4a9985d 100644 (file)
@@ -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 <ModelAPI_CompositeFeature.h>
 
-//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<GeomAPI_Pnt2d>& thePnt);
 
+private slots:
+  void onValuesChanged();
+
  private:
   XGUI_Workshop* myWorkshop;
   std::string myFirstPntName;