]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Line.h
Salome HOME
External edges for sketch: lines and circles
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Line.h
index d24f1af52701f79fe25d0ee6b9f6136fcd033f92..3943eafd3608869a6f708539e8f61b19ac82c085 100644 (file)
@@ -67,6 +67,9 @@ class SketchPlugin_Line : public SketchPlugin_Feature
   /// \param thePoint the point
   virtual double distanceToPoint(const boost::shared_ptr<GeomAPI_Pnt2d>& thePoint);
 
+  /// Called on change of any argument-attribute of this object
+  SKETCHPLUGIN_EXPORT virtual void attributeChanged();
+
   /// Use plugin manager for features creation
   SketchPlugin_Line();
 };