Salome HOME
Constraint sketch entity attribute.
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2d.h
index de3ab120ddc92db4f75006dd9b28c3e59eefc2d2..e39011c9054e32484b65472bdf9bdda846078354 100644 (file)
@@ -57,10 +57,6 @@ Q_OBJECT
 
   virtual bool restoreValue();
 
-  /// Returns the internal parent wiget control, that can be shown anywhere
-  /// \returns the widget
-  QWidget* getControl() const;
-
   /// Returns list of widget controls
   /// \return a control list
   virtual QList<QWidget*> getControls() const;
@@ -113,7 +109,7 @@ protected slots:
 protected:
   /// Saves the internal parameters to the given feature
   /// \return True in success
-  virtual bool storeValue() const;
+  virtual bool storeValueCustom() const;
 
   /// The methiod called when widget is activated
   virtual void activateCustom();