Salome HOME
0020044: EDF 866 GEOM: Extrusion along a path : impossible to select a Wire
[modules/geom.git] / src / GenerationGUI / GenerationGUI_FillingDlg.h
index 23be3e400edb26f86e9d0cd55613cf415232a0a4..22d3f46939ddbcba60f929ea8adda4627c2d6d0e 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <GEOMBase_Skeleton.h>
 
-class DlgRef_1Sel5Spin;
+class DlgRef_1Sel5Spin1Check;
 
 //=================================================================================
 // class    : GenerationGUI_FillingDlg
@@ -59,9 +59,10 @@ private:
   Standard_Real                      myTol3D;
   Standard_Real                      myTol2D;
   Standard_Integer                   myNbIter;
+  bool                               myIsApprox;
   bool                               myOkCompound; /* to check when curv. compound is defined */
 
-  DlgRef_1Sel5Spin*                  GroupPoints;
+  DlgRef_1Sel5Spin1Check*            GroupPoints;
     
 private slots:
   void                               ClickOnOk();
@@ -71,6 +72,8 @@ private slots:
   void                               SelectionIntoArgument();
   void                               SetEditCurrentArgument();
   void                               ValueChangedInSpinBox( double );
+  void                               ApproxChanged();
+  void                               SetDoubleSpinBoxStep( double );
 };
 
 #endif // GENERATIONGUI_FILLINGDLG_H