Salome HOME
untabify
[modules/geom.git] / src / EntityGUI / EntityGUI_SketcherDlg.h
index 3a304abf10c0950be352d841559cd5a65692567a..774068fc10f2403fa7d9220dedb23321bd62fd51 100644 (file)
 
 #include <GEOMBase_Helper.h>
 
+#include <QGroupBox>
+#include <QComboBox>
 #include <QDialog>
 
+#include <gp_Ax3.hxx>
+
 class QLineEdit;
 class SalomeApp_DoubleSpinBox;
 class EntityGUI_1Sel;
@@ -138,12 +142,17 @@ private:
   EntityGUI_3Spin*                   Group3Spin;
   EntityGUI_4Spin*                   Group4Spin;
 
+  QGroupBox*                         GroupBox1;
+  QComboBox*                         ComboBox1;
+
   GeometryGUI*                       myGeometryGUI;
 
   QString                            myHelpFileName;
   
   double                             myLineWidth;
 
+  QList<gp_Ax3>                      myLCSList;
+
 private:
   enum SketchState { FIRST_POINT, NEXT_POINT };
   
@@ -172,6 +181,8 @@ private slots:
   void                               Dir2Clicked( int );
   void                               ValueChangedInSpinBox( double );
   void                               SetDoubleSpinBoxStep( double );
+  void                               FindLocalCS();
+  gp_Ax3                             GetActiveLocalCS();
 };
 
 #endif // ENTITYGUI_SKETCHERDLG_H