Salome HOME
test integration for 0019050: EDF 521 GEOM SMESH : Improve selection process in the...
[modules/geom.git] / src / TransformationGUI / TransformationGUI_MultiTranslationDlg.h
index 02bde0328917c58059b6457f868d26e4e75349ba..2747fa1e4b91ceb37578d6117b386bcfc3d80a6c 100644 (file)
@@ -49,8 +49,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();
@@ -77,6 +76,7 @@ private slots:
   void                               ReverseStepV();
   void                               ValueChangedInSpinBox( double );
   void                               ConstructorsClicked( int );
+  void                               SetDoubleSpinBoxStep( double );
 };
 
 #endif // TRANSFORMATIONGUI_MULTITRANSLATIONDLG_H