Salome HOME
Issue #3222: 1D fillet
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Fillet1D.h
index 7cf37cc23cb2d456ee64b4dcee91e44e8a9d9693..074d03ce4c56c9ccb4a2fa547afab884808ade77 100644 (file)
@@ -91,6 +91,10 @@ public:
   /// Request for initialization of data model of the feature: adding all attributes.
   FEATURESPLUGIN_EXPORT virtual void initAttributes();
 
+  /// Called on change of any argument-attribute of this object
+  /// \param theID identifier of changed attribute
+  FEATURESPLUGIN_EXPORT virtual void attributeChanged(const std::string& theID);
+
   /// Performs the fillet algorithm and stores it in the data structure.
   FEATURESPLUGIN_EXPORT virtual void execute();