Salome HOME
Merge from V5_1_3_BR branch (07/12/09)
[modules/geom.git] / src / BasicGUI / BasicGUI_PointDlg.h
index 1dfd48618edb751d4a937f9159797903097f1a4d..c3f95979e6c2598ff4061036e4d21086a4adb4fc 100644 (file)
@@ -36,6 +36,7 @@ class DlgRef_1Sel2Spin;
 
 class QLineEdit;
 class QGroupBox;
+class QButtonGroup;
 
 class gp_Pnt;
 
@@ -68,6 +69,7 @@ private:
   double                             getParameter() const;
   double                             getUParameter() const;
   double                             getVParameter() const;
+  void                               updateParamCoord(bool theIsUpdate);
 
 private:
   GEOM::GEOM_Object_var              myEdge;
@@ -86,6 +88,7 @@ private:
   QLineEdit*                         myX;
   QLineEdit*                         myY;
   QLineEdit*                         myZ;
+  QButtonGroup*                      myParamCoord;
   
 private slots:
   void                               ClickOnOk();
@@ -98,6 +101,7 @@ private slots:
   void                               ConstructorsClicked( int );
   void                               ValueChangedInSpinBox( double );
   void                               SetDoubleSpinBoxStep( double );
+  void                               ClickParamCoord();
 };
 
 #endif // BASICGUI_POINTDLG_H