Salome HOME
0020044: EDF 866 GEOM: Extrusion along a path : impossible to select a Wire
[modules/geom.git] / src / GenerationGUI / GenerationGUI_RevolDlg.h
index e37e3fe662f49196c50a12c205748102c5bfe1a5..111cb6fb5ed8f5c10e65ae36d1365b601430c4d9 100644 (file)
@@ -47,6 +47,7 @@ protected:
   virtual GEOM::GEOM_IOperations_ptr createOperation();
   virtual bool                       isValid( QString& );
   virtual bool                       execute( ObjectList& );    
+  virtual void                       addSubshapesToStudy();
 
 private:
   void                               Init();
@@ -58,6 +59,7 @@ private:
   GEOM::GEOM_Object_var              myAxis; /* Axis of the revolution */
   bool                               myOkBase; 
   bool                               myOkAxis;
+  bool                               myBothway;
   
   DlgRef_2Sel1Spin2Check*            GroupPoints;
     
@@ -69,7 +71,9 @@ private slots:
   void                               SelectionIntoArgument();
   void                               SetEditCurrentArgument();
   void                               ValueChangedInSpinBox();
+  void                               SetDoubleSpinBoxStep( double );
   void                               onReverse();
+  void                               onBothway();
 };
 
 #endif // GENERATIONGUI_REVOLUTIONDLG_H