Salome HOME
Issue #390 Selection restore problems during edit operation
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index d7b412f16b0024dffdfa9951693193d55c2595ca..3a8f21a39fece222945b6eba2f67ff7858806403 100644 (file)
@@ -48,11 +48,6 @@ Q_OBJECT
 
   virtual ~PartSet_WidgetSketchLabel();
 
-  virtual bool storeValue() const
-  {
-    return true;
-  }
-
   virtual bool restoreValue()
   {
     return true;
@@ -82,6 +77,13 @@ signals:
   void planeSelected(const std::shared_ptr<GeomAPI_Pln>& thePln);
 
 protected:
+  /// Saves the internal parameters to the given feature
+  /// \return True in success
+  virtual bool storeValueCustom() const
+  {
+    return true;
+  }
+
   /// The methiod called when widget is activated
   virtual void activateCustom();