Salome HOME
0020044: EDF 866 GEOM: Extrusion along a path : impossible to select a Wire
[modules/geom.git] / src / BasicGUI / BasicGUI_EllipseDlg.h
index 060c6f4777bb2e9c00cea69479540f355ef3bb1f..537a81681ec1e03a7f69c1b22d10128635aa6605 100644 (file)
@@ -46,8 +46,7 @@ protected:
   virtual GEOM::GEOM_IOperations_ptr createOperation();
   virtual bool                       isValid( QString& );
   virtual bool                       execute( ObjectList& );
-  
-  virtual void                       closeEvent( QCloseEvent* );
+  virtual void                       addSubshapesToStudy();
   
 private:
   void                               Init();
@@ -69,6 +68,7 @@ private slots:
   void                               SelectionIntoArgument();
   void                               SetEditCurrentArgument();
   void                               ValueChangedInSpinBox( double );
+  void                               SetDoubleSpinBoxStep( double );
 };
 
 #endif // BASICGUI_ELLIPSEDLG_H