Salome HOME
Constriction type for all sketch entities
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2d.h
index c709280e1026a837ba6ae4859174a3017d44b3cc..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();
@@ -131,11 +127,6 @@ private slots:
    bool getPoint2d(const Handle(V3d_View)& theView, const TopoDS_Shape& theShape, 
                    double& theX, double& theY) const;
 
-   /// Sets programmatically the value to the spin box without emitting any signals(e.g. valueChanged)
-   /// \param theSpin an X or Y coordinate widget
-   /// \param theValue a new value
-   static void setSpinValue(ModuleBase_DoubleSpinBox* theSpin, double theValue);
-
   XGUI_Workshop* myWorkshop;
 
   QGroupBox* myGroupBox;  ///< the parent group box for all intenal widgets