Salome HOME
NPAL 16548, 16820, 16218, 16547
[modules/geom.git] / src / GenerationGUI / GenerationGUI_PrismDlg.h
index cf6efe6f44d104b87935765ff915aa33ff16f45a..a8b81837ab745b19806939efeea10dedaf27df4b 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "GEOMBase_Skeleton.h"
 #include "DlgRef_2Sel1Spin2Check.h"
-#include "DlgRef_3Sel_QTD.h"
+#include "DlgRef_3Sel1Check_QTD.h"
 
 //=================================================================================
 // class    : GenerationGUI_PrismDlg
@@ -64,9 +64,11 @@ private:
     bool myOkVec;
     bool myOkPnt1;
     bool myOkPnt2;
+    bool myBothway;
+    bool myBothway2;
 
     DlgRef_2Sel1Spin2Check* GroupPoints;
-    DlgRef_3Sel_QTD* GroupPoints2; // for second layout for extrusion using 2 points
+    DlgRef_3Sel1Check_QTD* GroupPoints2; // for second layout for extrusion using 2 points
 
 private slots:
     void ClickOnOk();
@@ -79,6 +81,8 @@ private slots:
     void SetEditCurrentArgument();
     void ValueChangedInSpinBox();
     void onReverse();
+    void onBothway();
+    void onBothway2();
 };
 
 #endif // DIALOGBOX_PRISM_H