Salome HOME
Correction of icon
[modules/shaper.git] / src / PartSet / PartSet_WidgetConstraintShapeSelector.h
index 900e4ce3026d6c54b6178c97bad51d2538cb2e75..29ca68dafd55b2ae67611c81cc77d4765e8cdec8 100644 (file)
@@ -43,9 +43,11 @@ Q_OBJECT
   CompositeFeaturePtr sketch() const { return mySketch; }
 
 protected:
-  /// Saves the internal parameters to the given feature
-  /// \return True in success
-  virtual bool storeValueCustom() const;
+  /// Store the values to the model attribute of the widget. It casts this attribute to
+  /// the specific type and set the given values
+  /// \param theSelectedObject an object
+  /// \param theShape a selected shape, which is used in the selection attribute
+  virtual bool storeAttributeValues(ObjectPtr theSelectedObject, GeomShapePtr theShape) const;
 
 private:
   /// Pointer to a sketch